Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural.h

This C++ header-only library contains a basic implementation of a feedforward neural network trained with stochastic gradient descent and backpropagation.

It supports multiple layers, configurable activation functions (Sigmoid by default), and mini-batch training.

Designed only for educational purposes and not suitable for advanced applications.

thumbnail

About

A lightweight, header-only feedforward neural network implementation in C++

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages