Skip to content

Fatemeh-ameri/Machine-Learning-with-Jadi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning with Jadi

This repository contains implementations of various machine learning algorithms developed while taking a practical machine learning course on the MaktabKhooneh platform.

The purpose of this repository is to practice core machine learning concepts through hands-on experiments using Python and common machine learning libraries.


Topics Covered

Classification

  • Decision Tree
  • K-Nearest Neighbors (KNN)
  • Logistic Regression
  • Support Vector Machine (SVM)

Regression

  • Linear Regression
  • Non-linear regression experiments

Clustering

  • K-Means (partition-based clustering)
  • Hierarchical Clustering (Agglomerative)
  • DBSCAN (density-based clustering)

Experiments include both synthetic datasets and real datasets to explore the behavior of different clustering algorithms.

Recommendation Systems

  • Content-Based Recommendation
  • Collaborative Filtering

Movie recommendation experiments are implemented using Netflix-style datasets.

This repository represents a collection of practical exercises and final projects completed during the course.

Various public datasets are used in the notebooks.

About

Hands-on implementations of machine learning algorithms including classification, regression, clustering, and recommendation systems using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors