Project logo

Machine Learning

Status GitHub Issues GitHub Pull Requests License


Machine learning codes for future reference.

📝 Table of Contents

🧐 About

These are ML codes that I sometimes write either because I am learning something, or I will use it for future references. These are simple Machine Learning codes which can be used as templates in order to build a bigger model. You are free to check them out. Enjoy!

🏁 Getting Started

Please refer to Installation and Usage for the set up.

Prerequisites

Python 3 Python 3 pip

Installing

A step by step series of examples that tell you how to get a development env running.

Say what the step will be

git clone https://github.com/mayank-pq2q4/Machine-Learning-Arya

In the cloned directory,

pip3 install -r requirements.txt

End with an example of getting some data out of the system or using it for a little demo.

🔧 Running the tests

Explain how to run the automated tests for this system.

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

🎈 Usage

On reaching your preferred directory, appropriately edit the directory paths inside the .py file according to where you have saved them.

python3 -m 18xj1a0529.py

🚀 Deployment

No webapp made to deploy(yet)

⛏️ Built Using

  • Python - code platform
  • Numpy - matrix operations and mathematical functions
  • Pandas - Data import/ export
  • Matplotlib - Data observation Graphing

✍️ Authors