Hank-Chang / LSTMLinks
Long Short-Term Memory implementation by c++
☆29Updated 7 years ago
Alternatives and similar repositories for LSTM
Users that are interested in LSTM are comparing it to the libraries listed below
Sorting:
- light deep neural network tools box(LSTM,GRU,RNN,CNN,Bi-LSTM,etc)☆40Updated 8 years ago
- A Long Short Term Memory neural network for time series prediction. Memory blocks contain one memory cell in each. Weights for the networ…☆15Updated 7 years ago
- Dueling DQN Pytorch☆13Updated 4 years ago
- 人工智能导论课程设计-用强化学习玩FlappyBird☆18Updated 5 years ago
- testing MLP, DQN, PPO, SAC, policy-gradient by snakeAI☆11Updated 8 months ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆104Updated 4 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 11 years ago
- 用深度学习+强化学习编写的一个五子棋人工智障☆45Updated 7 years ago
- 李建忠《设计模式》笔记总结☆15Updated 6 years ago
- Fuzzy Deep Reinforcement Learning for autoscaling on clouds☆12Updated 5 years ago
- 用C++实现机器学习算法☆47Updated 7 years ago
- Matlab code to control underactuated systems based on a hybrid approach that combines neural networks, reinforcement learning, fuzzy logi…☆30Updated 12 years ago
- 这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、粒子群等,由于原作为matlab程序,综 合自己思路通过C++写出来,算是练习和开个大坑☆209Updated 7 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆21Updated 6 years ago
- 学习DRL CNN -> DQN -> LSTM☆13Updated 7 years ago
- Implementations of Reinforcement Learning Algorithm☆44Updated 7 years ago
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆44Updated 8 years ago
- ☆39Updated 5 years ago
- Simple, lightweight Logger written in C++☆23Updated 9 years ago
- ☆31Updated 7 years ago
- 这是一个项目,C/S架构,服务端为C++,客户端为Qt,XML为小型数据库,主要是为了进行一些XML的操作。☆22Updated 7 years ago
- 聚类分析: K均值聚类算法、层次聚类算法☆26Updated 11 years ago
- Do NLP without coding! Simple NLP framework.☆22Updated 3 years ago
- C++并发编程实战☆14Updated 8 years ago
- a header-only event-driven library based on c++11.☆35Updated 3 years ago
- ☆16Updated 4 years ago
- Qt5.9 C++ 开发指南学习项目☆60Updated 7 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…☆10Updated 7 years ago
- 在PyTorch上重构multi-agent deep deterministic policy gradient(MADDPG),将https://github.com/xuemei-ye/maddpg-mpe 修改到自己电脑上可运行。因为本人笔记本没有CUDA,实验速度…☆14Updated 6 years ago