Code Monkey home page Code Monkey logo

stock-prediction-using-artificial-neural-network's Introduction

Stock Prediction Using Artificial Neural Network

Used Technologies

NuGet Packages

JavaScript (not available in NuGet)

How Neural Network works

It takes 3 consecutive days in CSV file. In each day volume and close price were choosen. Then it predicts close price for the 4th day.

Usage

  1. Install NuGet packages mentioned above.
  2. Create database from NNModel.edmx.sql script. If you apply script to existing database make sure that your database is called NeuronNetworkDB.
  3. In API project in Web.config in connectionStrings sector change path to your database.
  4. Log in as administrator and create a new neural network for some company.
  5. Choose created company at home page.
  6. Now you can see the results of trained neural network on chart.
  7. Below the chart you can enter volume and price for 3 consecutive days and make a prediction for the 4th day.

How to log in as administrator

login: admin
password: Qwerty123

CSV

Yahoo Finance was used for getting stock history prices over some period of time. You can find examples of CSV file that were used for testing during the development in examplesCSV folder.

Credits

Nadil Karimov neural network architecture and implementation

stock-prediction-using-artificial-neural-network's People

Contributors

zotvent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.