Skip to content

My solutions to assignments and the project of CE 717 (Graduate Machine Learning) course.

License

Notifications You must be signed in to change notification settings

kimianoorbakhsh/Machine-Learning-CE717

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-CE717

My solutions to assignments and the project of CE 717 (Graduate Machine Learning) course.

Sharif University of Technology

Contents

Projects

Clinical Data Analysis to assess ICU Admission [Code] [Data] [Report]

  • In this project, I analyzed the data received from a hospital in Italy to find a model that can early predict whether a Covid patient needs to be admitted to ICU or not. My final model, an SVM Classifier, can predict ICU Admission of a patient with an F1-score of 75% only by using the data collected in the first two hours from when the patient has gone to the hospital.

Sarcasm Detection on Reddit [Code and Report] [Data]

  • In this project, we analyzed the Reddit dataset to predict sarcasm. We tried different ML models such as Logistic Regression, Adaboost, Naive Bayes, and Recurrent Neural Network. Finally, we chose our RNN model with LSTM cells as our final model with an F1-score of 71%.

Practical Assignments

  • Practicing different kinds of EDA and Visualization techniques in Python on a simple dataset [Code] [data].
  • Implementation of Linear and Polynomial Regression from scrach with K-Fold Cross Validation and Regularization [Code] [data1] [data2].
  • Implementation of Decision Tree and Adaboost from scratch on Blood Donation dataset [Code] [data].
  • Implementation of K-Means and EM algorithm for Gaussian Mixture Models from scratch [Code].
  • Implementation of Loopy Beleif Propagation algorithm for LCPD [Code].
  • Implementation of Resnet with Pytorch for Pneumonia Classification [Code] [data] [pre-trained model].

Theoretical Assignments

  • You can find the theoretical problems and my solutions in the Theoretical folder.