Hank-Chang / LSTM
Long Short-Term Memory implementation by c++
☆27Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for LSTM
- light deep neural network tools box(LSTM,GRU,RNN,CNN,Bi-LSTM,etc)☆38Updated 7 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…☆13Updated 6 years ago
- 用C++实现机器学习算法☆46Updated 6 years ago
- Flexible and fast neural network library (feed-forward, RNN, GRU, LSTM, etc)☆58Updated 8 years ago
- 中兴捧月杯算法比赛---最优路径规划,使用蚁群算法寻址最优路径☆26Updated 6 years ago
- C语言手撕机器学习/深度学习算法☆115Updated 3 years ago
- Particle Swarm Optimization (PSO) in C++,较为通用的粒子群优化算法(变量维度可变)☆44Updated 7 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆28Updated 9 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆18Updated 4 years ago
- 这里总结下c++11的新特性☆11Updated 9 years ago
- Computer graphics experimental code☆9Updated 5 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆100Updated 3 years ago
- dataframe for c++☆26Updated 3 years ago
- Do NLP without coding! Simple NLP framework.☆20Updated 2 years ago
- long short-term memory for recursive neural network model☆64Updated 5 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 9 years ago
- 《C++模板元编程实战:一个深度学习框架的初步实现》☆178Updated 5 years ago
- 基于Qt/C++实现的新冠肺炎疫情实时数据可视化显示。主要包括新型冠状病毒肺炎疫情数据实时查看,确诊/疑似/治愈/死亡数据趋势折线图,各省市和海外数据树形显示,最新动态和辟谣信息显示等,数据源来自腾讯新闻接口,数据格式为JSON。☆33Updated 4 years ago
- Qt5.9 C++ 开发指南学习项目☆59Updated 5 years ago
- 该资源为MFC制作的图像处理工具,包括图像灰度、采样、量化、灰度直方图、灰度线性变化、灰度非线性变化、阈值化、均衡化处理等。☆16Updated 4 years ago
- 这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、粒子群等,由于原作为matlab程序,综合自己思路通过C++写出来,算是练习和开个大坑☆194Updated 6 years ago
- 这是一个基于MFC的数字图像处理程序,主要实现了对图像进行灰度变换(曲线、色阶)、几何变换(缩放、旋转)、滤波(空间滤波、频域滤波、FFT)等功能。☆19Updated 3 years ago
- 本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常…☆27Updated 6 years ago
- My C++ LSTM implementation according to Alex Graves‘s Paper. Generating Sequences With Recurrent Neural Networks☆13Updated 5 years ago
- A C implementation of common Artificial Neural Networks☆14Updated 6 months ago
- Linux下的C/C++爬虫系统☆12Updated 5 years ago
- 用C++实现一个简单的Transformer模型。 Attention Is All You Need。☆40Updated 3 years ago
- 基于OpenCV+FFmpeg+SDL完成的实时会议的通信软件,采用QT编程进行客户端的UI的设计;服务器使用Threadpool+epoll模型实现数据交互、业务处理☆32Updated 3 years ago