Skip to content

This repository contains the notes, code, and projects I have worked on as I learn about Machine Learning. This is a personal learning journey. I am simply sharing my progress with the hope that it may help others who are also learning.

License

Notifications You must be signed in to change notification settings

ishworrsubedii/machine_learning_algorithms

Repository files navigation

Journey of Machine Learning

This repository contains the notes, code, and projects I have worked on as I learn about Machine Learning. This is a personal learning journey, and I am not an expert. I am simply sharing my progress with the hope that it may help others who are also learning.

Cloning the Repository

To clone this repository, use the following command in your terminal:

git clone https://github.com/ishworrsubedii/machine_learning_algorithms.git

Conda Environment Setup

Create a Conda environment named machinelearningenv with Python 3.9 using:

conda create machinelearingenv python==3.9 -y

Activate the Conda environment:

conda activate machinelearningenv

Installation

  • To use the code in this repository, you will need to have Python and the necessary libraries installed. You can install the necessary libraries by running the following command:
pip install -r requirements.txt

Usage

  • The code in this repository is organized into folders based on the topics I have learned. Each folder contains a README file with notes and explanations of the code. - To run the code in a specific folder, navigate to the folder and run the code using the following command:
python3 filename.py

Projects

Contributing

  • I am not accepting contributions to this repository at this time. However, if you find any errors or have suggestions for improvement, please feel free to open an issue.

About

This repository contains the notes, code, and projects I have worked on as I learn about Machine Learning. This is a personal learning journey. I am simply sharing my progress with the hope that it may help others who are also learning.

Topics

Resources

License

Stars

Watchers

Forks