Skip to content

Multi-label classification model on MNIST digits dataset.

Notifications You must be signed in to change notification settings

ThePyLord/mlcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a C++ implementation of an fully connected neural network. It was inspired by an example in this book.

Neural Networks and Deep Learning.

It is a work in progress and is not yet complete nor accurate enough for use.

Building

Just run the following commands in the root directory of the project:

mkdir build
cd build
cmake ..
make
./build/mlcpp

or put it in any directory you wish, but make sure CMake is accessible from that directory.

Requirements

  • CMake 3.10 or higher
  • C++ compiler with C++17 support
  • OpenCV for C++
  • matplotlibcpp for plotting

About

Multi-label classification model on MNIST digits dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages