Skip to content

AdahilMuniz/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network

This repository contains a code for a Neural Network class designed to be an object of learning.

How to use

To compile a code which use the Neural Network library it's recommended the us of the Makefile script. It contains two (2) modifiable variables:

  • $PROJ_NAME : Project Name
  • $APP_FILE : File path of your application (Including the name)

Therefore, to compile a code:

make $PROJ_NAME=[Optional] $APP_FILE=[File Path]

If the Project name is not provided its name will be "neural_network"

Running an example

The example which we will run here is the "xor" one, an application responsible to emulate a xor logic port.

make $PROJ_NAME=xor $APP_FILE=./examples/xor/xor.cpp ./xor ./examples/xor/xor.txt

To run this example we need to provide the training data input file as an argument located in the same directory as the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published