An open API service indexing awesome lists of open source software.

https://github.com/bayunova28/machine_learning

This repository contains about my weekly projects from machine learning course at my college
https://github.com/bayunova28/machine_learning

classification clustering machine-learning supervised-learning unsupervised-learning

Last synced: 6 months ago
JSON representation

This repository contains about my weekly projects from machine learning course at my college

Awesome Lists containing this project

README

          

# Machine Learning

## Background

Machine learning is a branch of artificial intelligence (AI) and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy. It is an important component of the growing field of data science. Through the use of statistical methods, algorithms are trained to make classifications or predictions, uncovering key insights within data mining projects. These insights subsequently drive decision making within applications and businesses, ideally impacting key growth metrics. As big data continues to expand and grow, the market demand for data scientists will increase, requiring them to assist in the identification of the most relevant business questions and subsequently the data to answer them.



## Machine Learning Methods
### Supervised Learning

Supervised learning, also known as supervised machine learning, is defined by its use of labeled datasets to train algorithms that to classify data or predict outcomes accurately. As input data is fed into the model, it adjusts its weights until the model has been fitted appropriately. This occurs as part of the cross validation process to ensure that the model avoids overfitting or underfitting. Supervised learning helps organizations solve for a variety of real-world problems at scale, such as classifying spam in a separate folder from your inbox. Some methods used in supervised learning include neural networks, naΓ―ve bayes, linear regression, logistic regression, random forest, support vector machine (SVM), and more.



### Unsupervised Learning

Unsupervised learning, also known as unsupervised machine learning, uses machine learning algorithms to analyze and cluster unlabeled datasets. These algorithms discover hidden patterns or data groupings without the need for human intervention. Its ability to discover similarities and differences in information make it the ideal solution for exploratory data analysis, cross-selling strategies, customer segmentation, image and pattern recognition. It’s also used to reduce the number of features in a model through the process of dimensionality reduction; principal component analysis (PCA) and singular value decomposition (SVD) are two common approaches for this. Other algorithms used in unsupervised learning include neural networks, k-means clustering, probabilistic clustering methods, and more.



### Semi-supervised learning

Semi-supervised learning offers a happy medium between supervised and unsupervised learning. During training, it uses a smaller labeled data set to guide classification and feature extraction from a larger, unlabeled data set. Semi-supervised learning can solve the problem of having not enough labeled data (or not being able to afford to label enough data) to train a supervised learning algorithm.



### Reinforcement Learning

Reinforcement machine learning is a behavioral machine learning model that is similar to supervised learning, but the algorithm isn’t trained using sample data. This model learns as it goes by using trial and error. A sequence of successful outcomes will be reinforced to develop the best recommendation or policy for a given problem.

## Module
> My course assignments from Machine Learning
- Introduction [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20I%20-%20Introduction)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-XJQ_MgLZqVmgKeNg8kFnbJQvYPr7mXv?usp=sharing)
- Data Preprocessing [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20II%20-%20Data%20Preprocessing)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1oz6JAmcCzL08f8k4n_Z0ramqJAJOOGTz?usp=sharing)
- Prediction & Decision Tree Learning [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/%20Week%20III%20-%20Prediction%20%26%20Decision%20Tree%20Learning)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-m1fnahC42RfAdDRC79Djlji5aF1Y7Lc?usp=sharing)
- Principal Component Analysis [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20IV%20-%20Principal%20Component%20Analysis)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1dl_KRMaLU5pWPtumGSfAIzgglLTs_SuP?usp=sharing)
- Instanced Based Learning & KNN [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20V%20-%20Instance%20Based%20Learning%20%26%20KNN)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1yXNXpIPdUTuQ_3hGt3-2tQjjZPuLlbNP?usp=sharing)
- Linear Discriminant Analysis [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20VI%20-%20Linear%20Discriminant%20Analysis)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1chczjwtS8InDTmFXeQYVO-__wcJfV5qe?usp=sharing)
- Deep Learning [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20VIII%20-%20Deep%20Learning)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1tu0chjEDGYopnWd1lY6EWhIgrwx0X9Sz?usp=sharing)
- Partition Algorithm [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20IX%20-%20Partition%20Algorithm)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1qtiTfbGqfWJd-RlVLxDL7j3DffOZuysb?usp=sharing)
- Hierarchical Algorithm [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20X%20-%20Hierarchical%20Algorithm)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1nOivUvhFL0hyF9uPl1xOjPwEYmox52Gi?usp=sharing)
- Association & Density Algorithm [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20XI%20-%20Association%20%26%20Density%20Algorithm)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ikTEHwBBk-jdlox5HaBzRMZXUTgMl_zV?usp=sharing)
- Reinforcement Learning [[πŸ“‚](https://github.com/Bayunova28/Machine_Learning/tree/main/Week%20XII%20-%20Reinforcement%20Learning)] [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/17w0xjnx8Spueo1RtqAsd-WZdA3U2nGI2?usp=sharing)