Skip to content

Neural network and big data research project that is fully variable and customizable. An example use of it is given which predicts stock trends.

Notifications You must be signed in to change notification settings

MarshallJDem/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

Neural network and big data research project that is made to be fully variable and customizable, written in Java. I made this when I was decently young, so it is pretty poorly written but still functional.

The class NeuralNetworkF is the main class and is a feed-forward neural network using back propogation that has customizable variables, such as:

  • Number of Hidden Layer
  • Number of neurons
  • Learning/momentum weights
  • Togglable functions (such as learning rates that decrease over time)
  • Input/Output setup
  • Etc.

An example use of the neural network is given which predicts stock trends in a game called Runescape which has an in-game stock market. XMLParser contains files for working with big data that first finds a list of all item names, then goes through the runescape wiki, using https request to GET the stock price data. The data is then formatted and sent as training data to the neural network.

I made this as a hobby-driven personal research project. If you would like additional documentation I would be happy to provide.

About

Neural network and big data research project that is fully variable and customizable. An example use of it is given which predicts stock trends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages