/Stock-Predictor-Test-Nodejs

test for stock predictor on node.js(finally works)(uses brain.js version 1.6.1)

Primary LanguageJavaScript

Stock Predictor for Node.js

This is a neural network that aims to predict statistics for specific stocks. The project requires the brain.js and axios and minmaxscaler packages to run correctly.

The program reaches out to the FMP API to fetch stock history data for a certain company, then serializes the data and feeds it into a neural network powered by Brain.js. The network analyzes the data given and generates a forecast for the company's future stock statistics.

This project is open to the public and as such, anyone is welcome to make a pull request if they would like to contribute.