Hank-Chang / LSTM
Long Short-Term Memory implementation by c++
☆26Updated 6 years ago
Alternatives and similar repositories for LSTM:
Users that are interested in LSTM are comparing it to the libraries listed below
- A Long Short Term Memory neural network for time series prediction. Memory blocks contain one memory cell in each. Weights for the networ…☆14Updated 6 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆18Updated 5 years ago
- 用C++实现机器学习算法☆46Updated 6 years ago
- Simple, lightweight Logger written in C++☆23Updated 8 years ago
- A simple neural network framework written in C++.☆22Updated last year
- Do NLP without coding! Simple NLP framework.☆21Updated 2 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆102Updated 3 years ago
- ☆31Updated 6 years ago
- 这是一个基于MFC的数字图像处理程序,主要实现了对图像进行灰度变换(曲线、色阶)、几何变换(缩放、旋转)、滤波(空间滤波、频域滤波、FFT)等功能。☆19Updated 4 years ago
- 在PyTorch上重构multi-agent deep deterministic policy gradient(MADDPG),将https://github.com/xuemei-ye/maddpg-mpe 修改到自己电脑上可运行。因为本人笔记本没有CUDA,实验速度…☆13Updated 5 years ago
- thread and atomic library☆28Updated 4 years ago
- 中兴捧月杯算法比赛---最优路径规划,使用蚁群算法寻址最优路径☆27Updated 6 years ago
- Practice some modern or advanced C++ features and skills☆9Updated 2 years ago
- C风格、C++风格及C++11特性的线程池☆41Updated last year
- libevent library reimplemented with c++☆42Updated 5 years ago
- Labs for CAI☆16Updated 4 years ago
- Thread safe, lock-free memory pool.☆56Updated 9 months ago
- 用深度学习+强化学习编写的一个五子棋人工智障☆39Updated 6 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆25Updated 6 years ago
- C++ resource·☆18Updated 8 years ago
- A high-performance thread pool implementation in Modern C++ for executing tasks concurrently.|一个基于现代C++的高效线程池实现。☆62Updated 7 months ago
- C++11实现的协程库,支持Win,Linux,Mac。☆35Updated 6 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆28Updated 10 years ago
- 基于C++,使用BP神经网络识别手写字体☆93Updated 7 years ago
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆38Updated 5 months ago
- 这里总结下c++11的新特性☆11Updated 9 years ago
- ☆20Updated 6 years ago
- 高性能序列化库,一行代码即可完成C++原生结构序列化/反序列化的工作,媲美google protocol buffer☆50Updated 6 years ago
- Reference implementations of (my) control algorithms for Markov Jump Linear Systems without mode observation.☆13Updated 8 years ago
- C++11实现单生产者单消费者无锁队列,参考kfifo☆9Updated 7 years ago