Pinned Repositories
100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
2016_super_resolution
ICCV2015 Image Super-Resolution Using Deep Convolutional Networks
adanet
Fast and flexible AutoML with learning guarantees.
apache-spark-2-scala-starter-template
Starter template for Apache Spark 2 project (scala)
attention
some attention implements
dnn_ctr
The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc
spark_scala_tdd_example
Spark (Scala) Using TDD
Text-Classification
自然语言处理项目,目标是对文本进行分类。
zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
machine4life's Repositories
machine4life/apache-spark-2-scala-starter-template
Starter template for Apache Spark 2 project (scala)
machine4life/CSCI544_Lyrics-Sentimental-Analysis-and-Mood-Classification
Mood Identification in Top 100 Billboard Songs (1965 -2015)
machine4life/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
machine4life/DeepCrossingGuide
machine4life/dirtywords
敏感词,脏词列表
machine4life/DRL-FlappyBird
Playing Flappy Bird Using Deep Reinforcement Learning (Based on Deep Q Learning DQN using MXNet)
machine4life/expedia-hotel-recommendations
machine4life/Fine_Tune_Analyze_Neural_Net
Fine-tune and analyze a deep neural network for visual recognition (AlexNet) with TensorFlow 老论文
machine4life/jaylyrics_generation_tensorflow
Lyrics Generation Using Seq2seq Model implemented by TensorFlow.
machine4life/Kaggle--Expedia-Hotel-Recommendations
Expedia Hotel Recommendations Model
machine4life/Kaggle-Expedia-Hotel-Recommendations
machine4life/list_of_recommender_systems
A List of Recommender Systems and Resources
machine4life/lrc2dic
python歌词解析器
machine4life/mayday_lyric_analyze
五月天104首歌曲的分词词频统计以及可视化
machine4life/Music-Genre-Classification-by-Lyric-Analysis
machine4life/musicmood
A machine learning approach to classify songs by mood.
machine4life/neural_net
反向传播神经网络及应用
machine4life/parallel-computing
OpenMP, MPI, CUDA的代码实践
machine4life/predicting-coronary-heart-disease-with-tensorflow-and-tensorboard
Binary Logistic Regression using Tensorflow
machine4life/pyword2vec
my python accomplish after reading the outling of word2vec made by google http://blog.csdn.net/u014595019/article/details/51884529
machine4life/Seq2Seq-TensorFlow
Very simple example of Seq2Seq model
machine4life/Simplest-Tensorflow-Tensorboard-MNIST-Embedding-Visualisation
machine4life/spark-tdd-example
Simple project showing a fully tested version of the Spark Word Count app
machine4life/SRCNN-keras
machine4life/TensorFlow-in-a-Nutshell
The repo for the fast and easy guide to the most popular deep learning framework in the world.
machine4life/Tensorflow-Projects
Tensorflow Projects
machine4life/textfilter
敏感词过滤的几种实现+某1w词敏感词库
machine4life/tflearn_wide_and_deep
Pedagogical example realization of wide & deep networks, using TensorFlow and TFLearn.
machine4life/WeightedTags-MF
Matrix factorization models with social tags for the task of music recommendation.
machine4life/Wide-and-Deep-Keras
Keras implementation of Tensorflow's Wide and Deep Algorithm