MachineLearning

I created this repository to hold the different machine learning algarithms I am learning.

GPL-3.0 License

Stars
2
<a href="https://github.com/MagnusChase03/MachineLearningAlgarithms/issues">Report Bug</a>

<a href="https://github.com/MagnusChase03/MachineLearningAlgarithms/issues">Request Feature</a>

About The Project

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.

Built With

  • python-shield
  • tensorflow-shield

Getting Started

Prerequisites

Some of these projects require tensorflow and other dependencies, use the following command to download them

pip3 install python-dotenv tensorflow pandas numpy matplotlib

Installation

  1. First either clone/pull/download the repo to your own machine
  2. Get a free API Key for StockMarket project at https://www.alphavantage.co
  3. Put the key into .env file in StockMarket directory
    API_KEY=your_api_key
    

Usage

Just use python to run any main.py file

Roadmap

  • Figure out feature crossing

See the open issues for a full list of proposed features (and known issues).

License

Distributed under the GPL License. See LICENSE.txt for more information.