Skip to content

This consists of various machine learning algorithms like Linear regression, logistic regression, SVM, Decision tree, kNN etc. This will provide you basic knowledge of Machine learning algorithms using python. You'll learn PyTorch, pandas, numpy, matplotlib, seaborn, and various libraries.

Notifications You must be signed in to change notification settings

SubhangiSati/Machine-Learning

Repository files navigation

Basic Machine Learning Code Practice Questions

Overview

This repository contains a collection of basic machine learning code practice questions designed to enhance your understanding of fundamental concepts and programming skills in machine learning. Each question comes with a problem statement, and you are encouraged to solve and implement the solutions using popular machine learning libraries such as TensorFlow, scikit-learn, or PyTorch.

Prerequisites

  • Python 3.x
  • Basic knowledge of machine learning concepts
  • Familiarity with machine learning libraries (e.g., TensorFlow, scikit-learn, PyTorch)

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/basic-ml-code-practice.git
  1. Navigate to the project directory:
cd basic-ml-code-practice
  1. Open the questions folder and choose a question to work on.

  2. Read the problem statement provided in each question's README file.

  3. Implement your solution in a programming file (e.g., solution.py).

  4. Test your solution with sample data provided or create your own test cases.

  5. Optionally, you can compare your solution with the provided sample solutions.

Questions Structure

Each question follows a common structure:

  • Problem Statement: A clear description of the machine learning problem to be solved.

  • Instructions: Guidelines on how to approach the problem and specific requirements for the solution.

  • Data: If applicable, sample datasets are provided to test and validate your solution.

  • Solution: Sample solutions are provided for comparison, but you are encouraged to implement your own solution first.

Contributing

Feel free to contribute additional questions or improvements to existing questions. Follow the contribution guidelines outlined in the CONTRIBUTING.md file.

License

This code is licensed under the MIT License.

Enjoy practicing and enhancing your machine learning skills! If you find this repository helpful, consider sharing it with others.

About

This consists of various machine learning algorithms like Linear regression, logistic regression, SVM, Decision tree, kNN etc. This will provide you basic knowledge of Machine learning algorithms using python. You'll learn PyTorch, pandas, numpy, matplotlib, seaborn, and various libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages