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/2017_CVPR_Papers
Good deep-learning papers in 2017 Conference on Computer Vision and Pattern Recognition.
lysh/action-detection
temporal action detection with SSN
lysh/artistic-style-transfer
Convolutional neural networks for artistic style transfer.
lysh/BDCI2017-MingLue
BDCI2017,让AI当法官:http://www.datafountain.cn/#/competitions/277/intro
lysh/book
Deep Learning 101 with PaddlePaddle
lysh/cs228-material
Teaching materials for the probabilistic graphical models and deep learning classes at Stanford
lysh/cs231n.github.io
Public facing notes page
lysh/daps
This repo allocate DAPs code of our ECCV 2016 publication
lysh/deeplearning.ai
deeplearning.ai , By Andrew Ng, All slide and notebook + code and some material.
lysh/facenet
Face recognition using Tensorflow
lysh/forum
蓝灯(Lantern)官方论坛
lysh/keras-cn
Chinese keras documents with more examples, explanations and tips.
lysh/lantern
🔴Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴
lysh/LeetCode
:pencil2: LeetCode solutions in C++ 11 and Python3
lysh/leetcode-share
This repository shares my leetcode problems solving experience.
lysh/MachineLearning
Basic Machine Learning and Deep Learning
lysh/NLP-Papers
Reading natural language processing papers
lysh/nlptutorial-exercise
Exercises for nlptutorial(https://github.com/neubig/nlptutorial)
lysh/nltk_book
NLTK Book
lysh/nltk_data
NLTK Data
lysh/Notebook
Bookshelf for online notebook. :closed_book::green_book::blue_book::orange_book: 在线笔记的书架。
lysh/PaddlePaddle_code
用PaddlePaddle和Tensorflow实现常用的深度学习算法
lysh/psycopgr
A Python wrapper of pgRouting for routing from nodes to nodes on real map.
lysh/pytorch-tutorials
PyTorch tutorials for beginners
lysh/PyTorchZeroToAll
Simple PyTorch Tutorials Zero to ALL!
lysh/Roadmap-of-DL-and-ML
Roadmap of DL and ML, some courses, study notes and paper summary
lysh/temporal-segment-networks
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
lysh/Tensorflow-Tutorial
Some interesting TensorFlow tutorials for beginners.
lysh/Theano
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.
lysh/tsn-pytorch
Temporal Segment Networks (TSN) in PyTorch