Skip to content

This is a java implementation of a neural network with 1 input layer, 1 hidden layer and 1 output layer. The input and the hidden layers contain 2 units each and the output layer contains 1 unit.

kaushalshah45/Neural-Network-Java-Implementation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set path in the command prompt to the java bin.

Extract the contents of the zip into a folder and set path to that folder

Execute the following commands

javac NeuronLayer1.java
javac NeuronLAyer2.java
javac NeuronLayer3.java
javac Network.java

Then execute 
java Network

Tha accuracy for 1 epoch and 100 epoch will be displayed.

Note: Set path to where you have stored the dataset file and where you want the output in the 'Network.java' file at line numbers
55
57
133
135


About

This is a java implementation of a neural network with 1 input layer, 1 hidden layer and 1 output layer. The input and the hidden layers contain 2 units each and the output layer contains 1 unit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%