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).
This project includes five main problems:
- **SVM – Implementation of a Support Vector Machine classifier for binary classification tasks.
- **MLP Backpropagation – A fully connected neural network trained using backpropagation.
- **CNN – A Convolutional Neural Network for image classification.
- **IKP with MLP – Solving inverse kinematics of a robotic system using an MLP regressor.
- Clone this repository:
git clone https://github.com/mehrsedaghat/Classification-and-Object-Detection.git cd Classification-and-Object-Detection