Stock Predictor. A neural network that learns from past stock prices to forecast future ones.

github.com/jakemmarsh/neural-network-stock-predictor

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2016
  • download and copy requirejs from npm
  • use node_modules for dependencies
  • add npm start script
  • remove unused d3
May 2014
  • added runtime analysis/display
April 2014
  • removed test/demo function
  • formatting, removed print statements, and finished logic for getting …
  • updated results page and corresponding javascript
  • updated readme to describe logical approach
  • started logic to provide rolling windows of average, minimum, and max…
  • updated formatting, changed 'test' function to only take a single lis…
  • changed frontend to just display the predicted value for now. Possibl…
  • code cleanup, variable renaming
  • added d3, nvd3, and nvd3 directives for creating an interactive chart…
  • changed format of data returned from API to include date in UTC forma…
  • renamed 'search' to 'analyze', moved 'results' to a separate page
  • convert stock prices from strings to floats before saving/returning
  • removed unused filters and directives
  • added an 'analyzing' flag to show a loading screen on the frontend wh…
  • removed usage of Pybrain, instead using neural network written from s…