Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JasonThomasData/neural_net_cpp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implements a vanilla neural network in c++, which is useful for some types of classification. By vanilla, I mean not deep or complicated. There's one activation function.

I'm looking back on this project now, six months after it began, and regretting my decisions. I could restructure this but I don't have the time. It's not all bad as a first c++ project. Lesson learned: Dependency Injection is important and it's better to get it right the first time rather than fixing it later.

Docs

Compile

On a Linux system, do: make at your terminal.

This project was made on a Linux system, and there's no plan to make sure it works in Windows or Mac. Make a pull request if that's what you want.

Tests

If you're missing permissions, do: chmod +x bin/*

Then do ./bin/tests. Most of these tests are integration tests.

About

A neural_network in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.