Skip to content

I'm making a neural network from scratch in Java. I am writing my own Matrix and Vector code that I will be using for the rest of the program. This is just something I'm doing for fun, so I'm not trying to be efficient in my programming in any way.

Notifications You must be signed in to change notification settings

aprasad36/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a neural network made from scratch.

I'm going to write it in Java.

Tester is for testing specific methods. The actual program runs from Net or NeuralNet. This repository will require the user to compile the code by themselves by running the following commands in terminal:

javac NeuralNet.java
java NeuralNet

or

javac Net.java
java Net

About

I'm making a neural network from scratch in Java. I am writing my own Matrix and Vector code that I will be using for the rest of the program. This is just something I'm doing for fun, so I'm not trying to be efficient in my programming in any way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages