bigdataupup's Stars
hemuAiopen/pythonclass
this is python class source code
formulahendry/955.WLB
955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)
fengdu78/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
Sanzo00/ML-homework
吴恩达机器学习作业
younghz/Markdown
Markdown 基本语法。
EvilPsyCHo/Deep-Time-Series-Prediction
Seq2Seq, Bert, Transformer, WaveNet for time series prediction.
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
ZuzooVn/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
deepfakes/faceswap
Deepfakes Software For All
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras-team/keras
Deep Learning for humans
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
zhiwehu/Python-programming-exercises
100+ Python challenging programming exercises
MTrajK/coding-problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
trekhleb/learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
tinyzqh/code-of-csdn
csdn上面的一些相关代码
lwb-xmu/Multivariate-multi-step-time-series-forecasting-via-LSTM
多元多步时间序列的LSTM模型预测——基于Keras
HJ-debug/LSTM-Long-Term-Prediction
使用LSTM算法进行时间序列的长期(标签为多维)预测,时间步,预测天数都作为参数可调节,结果可视化。Long term prediction of time series using LSTM algorithm
qianyuqianxun-DeepLearning/LSTM-process
使用AR自回归模型与长短时记忆网络进行时间序列数据预测