Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
12306
12306智能刷票,订票
Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet代码实现改为PyTorch实现。
FcaNet
Simple reimplemetation experiments about FcaNet
hello-world
test
leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
SENet-cifar10
SENet on CIFAR10
Statistical-Learning-Methods
Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
UIGA-FER
The test code for the paper 《Unpaired Images based Generator Architecture for Facial Expression Recognition》
WebCrawler
第一次的爬虫程序(easy版本)
lovecodestudent's Repositories
lovecodestudent/UIGA-FER
The test code for the paper 《Unpaired Images based Generator Architecture for Facial Expression Recognition》
lovecodestudent/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
lovecodestudent/awesome-deep-vision
A curated list of deep learning resources for computer vision
lovecodestudent/awesome-project-ideas
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
lovecodestudent/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
lovecodestudent/CS231nAssignment
Stanford CS231n assignment in 2019 spring
lovecodestudent/Data-Science-Notes
数据科学的笔记以及资料搜集
lovecodestudent/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
lovecodestudent/Deep-Learning-with-TensorFlow-book
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
lovecodestudent/deeplearning.ai-notes
基于Andrew Ng DeepLearning.ai课程的学习笔记
lovecodestudent/dlwpt-code
Code for the book Deep Learning with PyTorch by Eli Stevens and Luca Antiga.
lovecodestudent/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
lovecodestudent/exercise
exercise for nndl
lovecodestudent/face_classification
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
lovecodestudent/facial-expression-recognition
Facial expression recognition deep learning examples
lovecodestudent/Facial-Expression-Recognition.Pytorch
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
lovecodestudent/fuse_seg_pytorch
Pytorch Implementation of Paper: Enhancing Feature Fusion for Semantic Segmentation (face++)
lovecodestudent/gym
A toolkit for developing and comparing reinforcement learning algorithms.
lovecodestudent/kaggle-cloud
lovecodestudent/keras
Deep Learning for humans
lovecodestudent/mememoji
A facial expression classification system that recognizes 6 basic emotions: happy, sad, surprise, fear, anger and neutral.
lovecodestudent/MICCAI2019-OpenSourcePapers
MICCAI 2019 Open Source Papers
lovecodestudent/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
lovecodestudent/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
lovecodestudent/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
lovecodestudent/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
lovecodestudent/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
lovecodestudent/pytorch_ensembles
Ensembling ImageNet in PyTorch
lovecodestudent/PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
lovecodestudent/SKNet
try to implement the CVPR 2019 paper "Selective Kernel Networks" by PyTorch