Skip to content

Project covers problems in Machine Learning and Deep Learning, including SVM, MLP with Backpropagation, CNN, Inverse Kinematics Prediction using MLP, and Object Detection. It focuses on implementing, training, and analyzing various models for classification and regression tasks, combining theoretical understanding with practical experimentation.

Notifications You must be signed in to change notification settings

mehrsedaghat/Classification-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Classification and Object Detection

This project focuses on implementing and analyzing different Machine Learning and Deep Learning models for classification and object detection tasks.
It includes experiments with SVM, MLP, CNN, and MLP-based inverse kinematics prediction, as well as deep learning-based object detection (YOLO).


Description

This project includes five main problems:

  1. **SVM – Implementation of a Support Vector Machine classifier for binary classification tasks.
  2. **MLP Backpropagation – A fully connected neural network trained using backpropagation.
  3. **CNN – A Convolutional Neural Network for image classification.
  4. **IKP with MLP – Solving inverse kinematics of a robotic system using an MLP regressor.

How to Run

  1. Clone this repository:
    git clone https://github.com/mehrsedaghat/Classification-and-Object-Detection.git
    cd Classification-and-Object-Detection

About

Project covers problems in Machine Learning and Deep Learning, including SVM, MLP with Backpropagation, CNN, Inverse Kinematics Prediction using MLP, and Object Detection. It focuses on implementing, training, and analyzing various models for classification and regression tasks, combining theoretical understanding with practical experimentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published