Skip to content

A collection of machine learning practices covering decision trees, KNN, stroke prediction, neural networks, DBSCAN clustering, and more

Notifications You must be signed in to change notification settings

MahanVeisi8/MLPractices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Practices🤓

Python Status

Welcome to the machine learning practices repository! This repository contains four directories, each focusing on a specific machine learning practice.

Table of Contents

Practice 1: Decision Trees and KNN

  • Practice Number 1
  • Goals: Implement and evaluate Decision Trees and K-Nearest Neighbors (KNN) algorithms. Explore hyperparameter tuning techniques and model evaluation.

DT

KNN

Practice 2: Stroke Prediction and Insurance Cost Prediction

  • Practice Number 2
  • Goals: Predict stroke occurrence and insurance costs using Support Vector Classifier (SVC) and Linear Regression models. Handle missing values, feature scaling, and evaluate model performance.

SVC

Practice 3: Simple Neural Network Implementation and Training

  • Practice Number 3

  • Goals: Implement a simple neural network from scratch and train it using the backpropagation algorithm. Gain insights into the training process and parameter optimization.

  • nn

Practice 4: Implementing DBSCAN Algorithm and Clustering

  • Practice Number 4
  • Goals: Implement the DBSCAN algorithm for density-based clustering. Visualize clustering results and explore different hyperparameter combinations.

DBSCAN

Feel free to explore each practice directory for detailed implementations, code, and results!😃

About

A collection of machine learning practices covering decision trees, KNN, stroke prediction, neural networks, DBSCAN clustering, and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published