Pinned Repositories
2018learning
hands on exercise
active-learning
alphaFM
Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.
android.bomb.Wonderful2
https://github.com/bmob/Wonderful2
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);
android.example.service
service usage example
attentional_factorization_machine
TensorFlow Implementation of Attentional Factorization Machine
ForkFromAndroidShop
lbfgs
L-BFGS的go语言实现
machine-learning-cheat-sheet
Classical equations and diagrams in machine learning
enyun's Repositories
enyun/2018learning
hands on exercise
enyun/active-learning
enyun/alphaFM
Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.
enyun/attentional_factorization_machine
TensorFlow Implementation of Attentional Factorization Machine
enyun/attentional_factorization_machine-1
enyun/Building-Machine-Learning-Projects-with-TensorFlow
Building Machine Learning Projects with TensorFlow by Packt
enyun/CADL
Course materials/Homework materials for the Kadenze Academy course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
enyun/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
enyun/Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
enyun/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
enyun/deluminator
Experimental code for machine learning
enyun/DL4NLP
Deep Learning for NLP resources
enyun/dnn_ctr
The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc
enyun/fastText
Library for fast text representation and classification.
enyun/g
git playground
enyun/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
enyun/ijcai-18-top2-single-mole-solution
复赛第二名单模型方案,没有特征选择没有调参LGB单模型857个特征
enyun/ijcai-2018
ijcai-2018 top1 solution
enyun/jieba
结巴中文分词
enyun/kaggle_examples
Kaggle examples notebooks
enyun/ML_CIA
公众号机器学习荐货情报局所有代码
enyun/pandas-cookbook
Recipes for using Python's pandas library
enyun/SLIM-LFM-recommendation
A simple recommendation evaluation system, the algorithm includes SLIM, LFM, ItemCF, UserCF
enyun/spf13-vim
The ultimate vim distribution
enyun/Tensorflow-101
TensorFlow Tutorials
enyun/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
enyun/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
enyun/tf-tutorial
From basic linear regression, to CNN, to RNN, to seq2seq.
enyun/tffm
TensorFlow implementation of an arbitrary order Factorization Machine
enyun/tutorials