Spring 2021
Solution to practical homeworks and projects of Machine learning graduate course CE-717
This is a practice of EDA and Visualization methods on this dataset.
This is a practice of implementation Linear and Polynomial Regression from scratch in Python.
A practice of three machine-learning methods on Blood Transfusion Service Center dataset
This is an implementation of Loopy belief propagation for LCPD.
This is an implementation of K-means and EM for GMM from scratch.
Resnet implementation for Chest-Xray Pneumonia Dataset.
A machine learning project to anticipate if patients need ICU to plan better during COVID-19 epidemy. I tested different methods. My final method is Logistic Regression which is able to predict if a patient needs to be admitted to ICU only by using the data in his first hours of being in the hospital. With this method I have reached to F-Score of 83%
This is a group project in which we have tested many methods include SVM, Adaboost, Naive-Bayes and Deep-Learning Networks in order to detect whether a text is sarcastic or not. Our dataset is Reddit comments.