GithubHelp home page GithubHelp logo

lastancientone / deep_learning_machine_learning_stock Goto Github PK

View Code? Open in Web Editor NEW
1.2K 33.0 307.0 19.38 MB

Deep Learning and Machine Learning stocks represent promising opportunities for both long-term and short-term investors and traders.

License: MIT License

Jupyter Notebook 99.86% Python 0.14%
deep-learning machine-learning stock-price-prediction features-extraction financial-engineering prediction feature-engineering feature-extraction feature-selection stock-data

deep_learning_machine_learning_stock's Introduction

Hi there. I'm Tin. ๐Ÿ‘‹

Welcome to my page!

๐Ÿ“ซ

Contact

tin-hang

Gmail

If you're finding value in my work and would like to show your appreciation, consider supporting me by 'buying me a coffee.' Your contribution goes a long way in fueling my passion for creating and maintaining quality projects. I truly appreciate any support you can offer. Thank you!

๐Ÿ’ป ๐Ÿ”ข ๐Ÿ”ฃ ๐Ÿค– I love mathematics, statistics, data, programming, data science, machine learning, and deep learning.

๐Ÿ’ต ๐Ÿ’ฐ ๐Ÿ’ธ ๐Ÿ“ˆ ๐Ÿ“‰ I am into investment, finance, and quantitative research.

๐ŸŒฑ I'm addict to learning and growing everyday.

๐Ÿ† GitHub Profile Trophy:

Summary Cards

๐Ÿ“‰ ๐Ÿ“ˆ ๐Ÿ“Š GitHub Stats

Tin's github stats

๐Ÿ’ป GitHub Most Languages Used

Top Langs

Github Top Languages by Repo

Github Top Languages by Commit

GitHub Commit

Repository
Stock Analysis for Quant
Deep Learning Maching Learning Stock
Mathematics for Maching Learning
Simple Stock Analysis in Python
Simple Stock Analysis in R
Data Science

Open source projects

๐Ÿ“ Projects โญ Stars ๐Ÿ’ป Forks โŒ Issues ๐Ÿ“ฌ Pull requests
Stock Analysis For Quant Stars Forks Issues Pull Requests
Deep Learning & Machine Learning for Stock Analysis Stars Forks Issues Pull Requests
Simple Stock Analysis in Python Tutorial Stars Forks Issues Pull Requests

Investment Projects

Repository Links โญ Stars ๐Ÿ’ป Forks
Covid-19 Vaccines Investment Stars Forks
Beverages Long Term Investment Stars Forks
Electrics Cars Investment Stars Forks
Housing & Home Building Investment Stars Forks
Technology Investment Stars Forks
Services Industry Restaurants Investment Stars Forks
AMD vs NVDA Investment Stars Forks

Connect with me:

tin-hang

Gmail

Programming Languages:

Python

R

Matlab

VBA (Visual Basic for Applications)

Software Applications and Tools:

Excel

Power BI

Tableau

Operations System and Software:

Windows 10 Linux Virtual Box Ubuntu

Windows 10 Linux Virtual Box Ubuntu

Programming Languages and Sofwares:

python R Matlab Excel VBA Power BI tableau Nteract Anaconda Spyder Jupyter Notebook Notepad++

python R Matlab Excel VBA Power BI tableau Nteract Anaconda Spyder Jupyter Notebook Notepad++

Please leave a โญ๏ธ if you like or fork my codes or using my repositories for yourself to modify!

๐ŸŒŸ Your Support Matters! ๐ŸŒŸ

If you find my work valuable and wish to contribute, your support means the world to me! You can help fuel my creativity and dedication with a simple gesture โ€“ buying me a coffee! โ˜•

Your generosity goes beyond just a beverage; it's a vote of confidence in my efforts. Whether it's a coffee, a kind comment, or a โญ๏ธ on my work, every bit of support fuels my passion and helps me keep going.

When you choose to donate, your message will be cherished and prominently displayed on my main site. However, please only contribute if it's comfortable for you, as there's no refund system in place. Your donation is entirely optional and deeply appreciated.

Thank you immensely for considering supporting my work. Together, we can keep the creativity flowing!

visitors

deep_learning_machine_learning_stock's People

Contributors

lastancientone 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  avatar  avatar

Watchers

 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

deep_learning_machine_learning_stock's Issues

Basic_Machine_Learning_Predicts.ipynb

There are errors input onwards :

X = df.drop(['Date','Close'], axis=1, inplace=True)
y = df[['Adj Close']]

Kindly tell us what packages do we need to test and run the files like pip install yfinance, pip install seaborn etc.

The version of the notebook server is: 6.4.8
Python 3.10.7 (main, Sep 8 2022, 14:34:29) [GCC 12.2.0]
Ubuntu : 22.10 (Development Branch)

what does input symbol means in stocks_app.py

got code but is not understanding as if I gave input as stock name its throwing error

File "C:\Users\vaibh\Desktop\Deep-Learning-Machine-Learning-Stock-master\Stock_Apps\Stock_ML_Predict_Apps.py", line 54, in stock_logistic_regression
df = yf.download(sym, s, e)
AttributeError: module 'yahoo_finance' has no attribute 'download'

please help me resolve this issue....

Need correction in cell 16 from '001_Pandas.ipynb'

Below original first line of code doesn't work โฌ‡๏ธ :

# Move column example
# Move Date in the first column

cols = list(new_df)
cols.insert(0, cols.pop(cols.index('Date')))
cols

Please correct this code to โฌ‡๏ธ :

# Move column example
# Move Date in the first column
cols = new_df.columns.to_list()
cols.insert(0, cols.pop(cols.index('Date')))
cols

New complemetary tool

My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates.

I was afraid that my savings would be eaten by inflation. I have created a powerful tool that based on past technical patterns (volatility, moving averages, statistics, trends, candlesticks, support and resistance, stock index indicators).
All the ones you know (RSI, MACD, STOCH, Bolinger Bands, SMA, DEMARK, Japanese candlesticks, ichimoku, fibonacci, williansR, balance of power, murrey math, etc) and more than 200 others.

The tool creates prediction models of correct trading points (buy signal and sell signal, every stock is good traded in time and direction).
For this I have used big data tools like pandas python, stock market libraries like: tablib, TAcharts ,pandas_ta... For data collection and calculation.
And powerful machine-learning libraries such as: Sklearn.RandomForest , Sklearn.GradientBoosting, XGBoost, Google TensorFlow and Google TensorFlow LSTM.

With the models trained with the selection of the best technical indicators, the tool is able to predict trading points (where to buy, where to sell) and send real-time alerts to Telegram or Mail. The points are calculated based on the learning of the correct trading points of the last 2 years (including the change to bear market after the rate hike).

I think it could be useful to you, to improve, I would like to give it to you, and if you are interested in improving and collaborating I am also willing, and if not I would like to file it in the drawer.

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.