Skip to content

mikelangmayr/cpp-nn-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch (C++)

A simple neural network implementation in modern C++17 with no external ML libraries.

Features

  • C++17
  • CMake build
  • Catch2 unit tests
  • Feedforward network with sigmoid activation

Build & Run

cmake -B build
cmake --build build
./build/main

Run Tests

./build/tests

License

MIT License

About

A simple neural network implementation in modern C++17 with no external ML libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published