eidelen / EidNN

Neural Network C++ implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EidNN test status

EidNN

Neural Network C++ implementation.

This project is about implementation-from-scratch fun and becoming familiar with neural networks and deep learning.

EidNN is written in C++11 and uses Eigen3 for vector / matrix arithmetic. Tests are written with Google's gtest. CMake is used as build environment.

Examples

Genetic algorithm - Neural networks controlling little creatures

Genetic algorithm video

Classification of handwritten digits - MNIST database.

mnistExample

Resources

License

I doubt that somebody wants to use anything from this project :) If so, feel free to do whatever you want.

Acknowledgments

About

Neural Network C++ implementation

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.9%