Skip to content

A simple neural network created for my High School Exam

Notifications You must be signed in to change notification settings

NoHandsMate/Simple-Neural-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Neural-Net

A simple neural network created for my High School Exam

How to build

Using cmake

Create a new directory called "build" and run this command inside it:

cmake --build ..

and then:

make

This will create an executable named "NeuralNetC__"

Using other compiler

This program is written in c++20, so specify this during compilation:

gcc:

g++ -std=c++20 main.cpp -o NeuralNet

About

A simple neural network created for my High School Exam

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published