Pinned Repositories
100-pandas-puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
2017_CVPR_Papers
Good deep-learning papers in 2017 Conference on Computer Vision and Pattern Recognition.
3d-bin-container-packing
A variant of the Largest Area Fit First (LAFF) algorithm + brute force algorithm
3D-bin-packing
Tabu search and Genetic algorithm implementation for container loading problem (3D bin packing)
3D-Single-Container-Loading-Problem
A recursive JAVA program which fits different sized boxes in a single container. Dimensions of the boxes and the container are given as inputs.
action-detection
temporal action detection with SSN
AIDL-Series
:books: Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,机器学习篇 | Tensoflow 篇
Algorithm-Practice-in-Industry
搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)
ES_Connect
ElasticSearch python操作数据存储
Rnews-Recommendation
推荐系统,web端展示基于django
lysh's Repositories
lysh/AIDL-Series
:books: Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,机器学习篇 | Tensoflow 篇
lysh/andrew-deeplearning-coursera
Deeplearning.ai - Andrew Ng - Coursera
lysh/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
lysh/catboost
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
lysh/coursera-Deep-Learning
Repo for coursera specialization Deep Learning by deeplearning.ai
lysh/darknet
Convolutional Neural Networks
lysh/deep-learning
Implementation of Deep Learning Algorithms using Keras Library
lysh/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
lysh/Deep-Learning-Coursera-1
Deep Learning Specialization by Andrew Ng, deeplearning.ai.
lysh/Deep-Learning-Experiments
Notes and experiments to understand deep learning concepts
lysh/deeplearning.ai-1
There are all deeplearning.ai assigniment of Andrew Ng in coursera
lysh/hyperas
Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
lysh/JAQS
lysh/LearnPaddle
学习Paddle的笔记,博客地址:http://blog.csdn.net/qq_33200967
lysh/Machine-Learning-1
机器学习相关资料
lysh/machine_learning_basics
Plain python implementations of basic machine learning algorithms
lysh/models
Models and examples built with TensorFlow
lysh/models-1
Model configurations
lysh/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
lysh/nmt
TensorFlow Neural Machine Translation Tutorial
lysh/numpy-100
100 numpy exercises (100% complete)
lysh/Paddle
PArallel Distributed Deep LEarning
lysh/scikit-learn-doc-zh
scikit-learn(sklearn) 官方文档中文版
lysh/Simple-OpenCV-Calculator
A gesture controlled calculator.
lysh/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
lysh/text_classification
all kinds of text classificaiton models and more with deep learning
lysh/TORSCHE2017
Ported TORSCHE Scheduling toolbox for MATLAB 2015 and newer.
lysh/tushare
TuShare is a utility for crawling historical data of China stocks
lysh/VisualDL
A platform to visualize the deep learning process.
lysh/wiki_zh_word2vec
利用Python构建Wiki中文语料词向量模型试验