Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rathod-shubham/machinelearning-1
A curated list of my machine learning projects. Machine learning (ML) is the study of computer algorithms that improve automatically through experience and by the use of data. It is seen as a part of artificial intelligence.
https://github.com/rathod-shubham/machinelearning-1
algorithm classification clustering machine-learning reinforcement-learning
Last synced: 21 days ago
JSON representation
A curated list of my machine learning projects. Machine learning (ML) is the study of computer algorithms that improve automatically through experience and by the use of data. It is seen as a part of artificial intelligence.
- Host: GitHub
- URL: https://github.com/rathod-shubham/machinelearning-1
- Owner: RATHOD-SHUBHAM
- Created: 2021-04-17T19:10:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T15:28:11.000Z (about 1 year ago)
- Last Synced: 2024-11-21T14:58:14.991Z (3 months ago)
- Topics: algorithm, classification, clustering, machine-learning, reinforcement-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 309 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning 💻
Machine learning (ML) is the study of computer algorithms that improve automatically through experience and by the use of data. It is seen as a part of artificial intelligence. Machine learning algorithms build a model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to do so. Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or unfeasible to develop conventional algorithms to perform the needed tasks.
---
## A curated list of my machine learning projects:
1. Finding Centroid.
2. Detection Of Malicious URl using lexical analysis.
3. Hungarian Algorithm.
4. K Means.
5. KNN
i. With Different Distance Matrix.
ii. Finding the K Nearest Neighbour.
7. Naive Bayes.
8. Recommendation System.
9. Support Vector Machine.
10. Percentage of survival on Titanic.
11. Complete ML PipeLine Project.
12. Kaggle Work.
13. Class ML notebook for concepts and techniques.## How machine learning works
Step 1: Select and prepare a training data set.Step 2: Choose an algorithm to run on the training data set.
Step 3: Training the algorithm to create the model.
Step 4: Using and improving the model.
## Some Machine Learning Methods:
Machine learning algorithms are often categorized as supervised or unsupervised.1. Supervised Machine Learning:
Supervised machine learning algorithms can apply what has been learned in the past to new data using labeled examples to predict future events.
2. UnSupervised Machine Learning:
In contrast, unsupervised machine learning algorithms are used when the information used to train is neither classified nor labeled.## Reinforcement Machine Learning:
Reinforcement Machine Learning algorithms are a learning method that interacts with its environment by producing actions and discovering errors or rewards.![recommendation](https://user-images.githubusercontent.com/58945964/115156313-44aa4b80-a049-11eb-9084-8d629edde272.png)
## Computer Vision![Computer Vision Roadmap](https://github.com/RATHOD-SHUBHAM/Machine-Learning/assets/58945964/8aa6711f-4a84-466a-8d37-c1f2ad7611a3)
# Image Semantic Segmentation.