This repo is a perosnal collection of machine learning projects for my own intrest and learning. This repo will cointain projects using Tensorflow or my own written code.
·
Report Bug
·
Request Feature
Table of Contents
This repo is a perosnal collection of machine learning projects for my own intrest and learning. As I continue on my journey of learning more about machine learning, this repo will continue to grow. Currently this repo contains some projects using Tensorflow while others are written with my own code.
Some of these projects require tensorflow and other dependencies, use the following command to download them
pip3 install python-dotenv tensorflow pandas numpy matplotlib
- First either clone/pull/download the repo to your own machine
- Get a free API Key for StockMarket project at https://www.alphavantage.co
- Put the key into .env file in StockMarket directory
API_KEY=your_api_key
Just use python to run any main.py file
- Figure out feature crossing
See the open issues for a full list of proposed features (and known issues).
Distributed under the GPL License. See LICENSE.txt for more information.