krocki / dnc
Simple RNN, LSTM and Differentiable Neural Computer in pure Numpy
☆410Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for dnc
- several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytor…☆64Updated 2 years ago
- The source code and dataset about <Deep Learning - Best Practices on TensorFlow Engineering Implementation>☆219Updated 3 years ago
- This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for …☆77Updated 5 years ago
- 高效决策树算法系列笔记☆231Updated 5 years ago
- ☆46Updated 3 years ago
- 《深度学习理论与实战:基础篇》代码☆132Updated 3 years ago
- Super-Machine-Learning-Revision-Notes☆76Updated 5 years ago
- Sample code and picture of my blog or project☆137Updated 2 years ago
- ☆137Updated 2 years ago
- Tencent Advertisement Algorithm Competition 2020 / 2020腾讯广告算法大赛☆23Updated 4 years ago
- WeChat Official Accounts, zhihu and CSDN'blog code☆262Updated 4 years ago
- Github开源项目hyperopt系列的中文文档,以及学习教程等☆162Updated 4 years ago
- 2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4☆283Updated 4 years ago
- Stanford cs224n 2019 homework☆100Updated 5 years ago
- some small codes about deep learning☆51Updated 6 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…☆209Updated 3 years ago
- ☆61Updated 3 weeks ago
- 易观性别年龄预测第一名解决方案☆170Updated 5 years ago
- 机器学习竞赛信息聚合(Machine learning competition information aggregation)☆131Updated last year
- 源码实现:《TensorFlow实战》黄文坚,唐源 著☆177Updated 5 years ago
- 本项目代码为雷明老师18年12月在清华出版社出版的《机器学习与应用》第一版中的配套代码,欢迎登录www.sigai.cn试听雷老师《机器学习》《深度学习》视频☆154Updated 5 years ago
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…