GithubHelp home page GithubHelp logo

alisonmitchell / stock-prediction Goto Github PK

View Code? Open in Web Editor NEW
101.0 5.0 25.0 21.38 MB

Technical and sentiment analysis to predict the stock market with machine learning models based on historical time series data and news article sentiment collected using APIs and web scraping.

Jupyter Notebook 100.00%
python machine-learning keras-tensorflow numpy scikit-learn pandas seaborn matplotlib plotly scipy

stock-prediction's People

Contributors

alisonmitchell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

stock-prediction's Issues

LSTM notebook logic is wrong!

The notebook named "Deep Learning: Long Short-Term Memory (LSTM)" has indeed a wrong logic and the results are not realistic. The problem is you created the test data and fed the model to predict the future. Well, that's the problem! You don't know the future and you can't use the test set to make the predictions. Instead, you have the first 60 data points that you use to predict the 61th. Then you use the second 60 data points (including the one you just predicted) to predict the 62th and so on. The current implementation is wrong.

bad accuracy

Hello Alison, I have a problem. Do you notice that the error function is too big? The evaluation of the model is bad, but when I draw the test and prediction data, the shape is good. Are there suggestions to improve the results or is this the maximum possible?

files

Hi, I am facing problems in installing packages regarding web scraping and I need to work on the files, they are very wonderful. Thank you for that great work. Can you attach all the csv and Pkl files thatit usre in the project so that I can work on them initially

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.