Skip to content

algorithmx51/Neural-Networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An incomplete implementation of neural networks in C++

In the src (source) directory there are 2 files

This is the main header file, you can include it to your code by typing #include"neat.h"

Note : Tested on : Windows 10 , Kali Linux 5.6.0 | You have to install the graphics.h library into your OS

This is a copy of neat.h that is used by systems that do not support graphics.h library

Note : Tested on : Windows 10


Copyright (c) : Algorithm X