Coder Social home page Coder Social logo

enyun's Projects

alphafm icon alphafm

Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.

android.example.intent1 icon android.example.intent1

Intent i = new Intent(MainActivity.this, Aty1.class); Bundle data = new Bundle(); data.putString("txt", "Hello Aty1"); i.putExtras(data); startActivityForResult(i, 0); protected void onActivityResult(int requestCode, int resultCode, Intent data) { String result = data.getStringExtra("result"); tvOut.setText(result); super.onActivityResult(requestCode, resultCode, data);

betago icon betago

BetaGo: AlphaGo for the masses, live on github.

breeze icon breeze

Breeze is a numerical processing library for Scala.

cadl icon cadl

Course materials/Homework materials for the Kadenze Academy course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL

char-rnn-tensorflow icon char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow

deep-ctr icon deep-ctr

An attempt of training DNN models to predict ad click-through rate, implemented with Theano.

deeplearntoolbox icon deeplearntoolbox

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.

dl4nlp icon dl4nlp

Deep Learning for NLP resources

dnn_ctr icon dnn_ctr

The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc

fasttext icon fasttext

Library for fast text representation and classification.

fm_ftrl icon fm_ftrl

Hashed Factorization Machine with Follow The Regularized Leader for Kaggle Avazu Click-Through Rate Competition

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.