kunalagra / ML-Notebooks

Machine Learning Notebooks for various Algorithms with data file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Machine Learning
Machine Learning

A Collection of Machine Learning Notebooks made by me!

Key FeaturesHow To UseCreditsLicense

Key Features

  • Includes datasets
  • Covers wide range of topics for Begineers in ML
  • Comments in Notebooks for help

How To Use

To clone and run this application, you'll need Git and Python ) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/kunalagra/ML-Notebooks

# Go into the repository
$ cd ML-Notebooks

# Navigate to a topic of your choice
$ cd somenoteebok

# Install dependencies
$ pip install notebook numpy pandas tenserflow scikit-learn matplotlib seaborn

Important

Populate your .env keys with their respective values.

Note

If you're using Linux Bash for Windows, see this guide or use python from the command prompt.

Credits

This collections uses the following packages:

  • Python and various libraries
  • Datasets from multiple sources

You may also like...

  • MediCall - An AIO Medical platform to connect doctors and patients
  • Codegamy - A LeetCode clone

License

GPL-3 for Code

Datasets are Licensed under thier original License

About

Machine Learning Notebooks for various Algorithms with data file

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%