Skip to content

Some projects/assignments solved by me with ML algorithms using Python.

Notifications You must be signed in to change notification settings

OmarAhmadin/Machine-Learning-In-Python

Repository files navigation

Machine Learning In Python

These are interm projects/assignments solved by me with ML algorithms using Python.

Overview: Traditionally when we are faced with the task of determining whether a given maze has a path or not we resort to various search or path finding algorithms which are able to answer this question with absolute certainty. In this project, however, we will take a different approach to solve this problem by building a classifier that determines (to a certain degree) whether a given maze has a path or not.

Overview: Apprenticeship learning or behavioural cloning is the process by which an agent learns how to act by observing how other agents are acting in a given environment. In this project you are going to use this approach to train an agent that learns how to navigate optimally in a non-deterministic environment by observing the behaviour of expert learners.

Overview: One of the keys that determine how well a machine learning algorithm can learn is the quality of data and the amount of useful information it contains. In this project we will explore various data preprocessing techniques that will be useful in building good machine learning models.

Overview: In this project you are going to use neural networks to perform some basic image recognition tasks. The image dataset we have provided you contains images (in jpeg format) of dimensions 120x128, with the training set consisting of 315 images and the test set consisting of 90 images.

Overview: In this project you are going to use convolutional neural networks to perform some basic image recognition tasks. The image dataset we have provided you contains images (in jpeg format) of dimensions 120x128, with the training set consisting of 315 images, a validation set consisting of 45 images and a test set consisting of 45 images.

Overview: Aimed to detect the eye state of humans extracted from EEG dataset using Machine Learning techniques such as (SVM, NN, Decision Trees, and Random Forests). Implemented Machine Learning algorithms for prediction using Sikit-Learn and Pandas in Python.

About

Some projects/assignments solved by me with ML algorithms using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published