AskyJx / xDeepLearningBookLinks
☆47Updated 3 years ago
Alternatives and similar repositories for xDeepLearningBook
Users that are interested in xDeepLearningBook are comparing it to the libraries listed below
Sorting:
- This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for …☆78Updated 5 years ago
- Simple RNN, LSTM and Differentiable Neural Computer in pure Numpy☆415Updated 3 years ago
- The source code and dataset about <Deep Learning - Best Practices on TensorFlow Engineering Implementation>☆218Updated 4 years ago
- cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attentio…☆208Updated 4 years ago
- 本项目代码为雷明老师18年12月在清华出版社出版的《机器学习与应用》第一版中的配套代码,欢迎登录www.sigai.cn试听雷老师《机器学习》《深度学习》视频☆154Updated 6 years ago
- (完结)Andrew NG Machine-Learning-Yearning translation documents(吴恩达《Machine Learning Yearning》中文翻译及英文原稿)☆264Updated 6 years ago
- 源码实现:《TensorFlow实战》黄文坚,唐源 著☆176Updated 6 years ago
- 《深度学习理论与实战:基础篇》代码☆133Updated 4 years ago
- machine learning algorithm☆163Updated 3 years ago
- 这是我在小象学院课程《深度学习之TensorFlow高级编程》的课程代码☆112Updated 3 years ago
- Super-Machine-Learning-Revision-Notes☆75Updated 5 years ago
- 高效决策树算法系列笔记☆230Updated 6 years ago
- 此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。☆121Updated 4 years ago
- some small codes about deep learning☆51Updated 7 years ago
- several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytor…☆65Updated 2 years ago
- Hands-On Deep Learning with TensorFlow, published by Packt☆100Updated 2 years ago
- ☆54Updated 6 years ago
- Source codes for the book "Application of Neural Network and PyTorch"☆155Updated 2 years ago
- 机器学习与深度学习算法示例☆105Updated 5 years ago
- a simple deep learning framework implemented from scratch using Python.