An open API service indexing awesome lists of open source software.

https://github.com/nemat-al/advance_machine_leanring_technologies

Tasks for Advanced Machine Learning Technologies Course @ ITMO University.
https://github.com/nemat-al/advance_machine_leanring_technologies

deep-learning image-quality-assessment interpretable-machine-learning lime machine

Last synced: 7 months ago
JSON representation

Tasks for Advanced Machine Learning Technologies Course @ ITMO University.

Awesome Lists containing this project

README

          

# Advance_Machine_Leanring_Technologies
Some of the tasks for Advanced Machine Learning Technologies Course at ITMO University.

----

## Index
1. [Interpretable ML](#interpretable-ml)
2. [Image Quality Assessment](#image-quality-assessment)
---

## [Interpretable ML](https://github.com/nemat-al/Advance_Machine_Leanring_Technologies/blob/main/Interpretable%20ML/AML_T02.ipynb)
The task is to analyze the feature importance in the dataset for making predictions by the trained model [LIME frameworks](https://github.com/marcotcr/lime). The datast is a set of labeled messages, a Naive Bayes model was trained to classify messages to: 'spam' or 'ham'. Then LIME was used to explain the prediction of the model over one test example.

## [Image Quality Assessment](https://github.com/nemat-al/Advance_Machine_Leanring_Technologies/blob/main/Image%20Quality%20Assessment/AMLT_Task_04.ipynb)
The file contains different non reference image quality assessments applied on a dataset of 20 images. The results are compared to my own ranking of the images by computing pearson correlation.