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

https://github.com/hasnep/dissertation

πŸŽ“ My Master's dissertation on interpretable machine learning
https://github.com/hasnep/dissertation

dissertation gaussian-processes machine-learning

Last synced: 8 months ago
JSON representation

πŸŽ“ My Master's dissertation on interpretable machine learning

Awesome Lists containing this project

README

          

# Dissertation

My dissertation for my master's in maths at the University of Exeter, titled "Can statistics help us to understand deep learning?"

## Abstract

> Machine learning and deep neural networks have seen widespread success in many of modern life β€” sometimes visibly, as with driverless cars, but in some cases more discreetly, such as the use of machine learning algorithms in the U.S. judicial system.
> Due to their hierarchical structure, deep neural networks are a β€˜black box’ which no human can understand, which could cause problems when a machine learning algorithm does something unforeseen.
> Statistical methods such as Gaussian processes may offer a way to look inside this black box, as they offer a similar flexibility and wide range of uses, and are much more easily interpreted by humans.
> In this project, a simple non-linear function was used to train a deep neural network and then multiple regression and Gaussian processes were used to model the output of the neural network.
> Regularisation methods such as LASSO were used to reduce the regression model to a more human understandable form, which was then used as the mean function of a Gaussian process to further improve the fit of the model.

## Download

| [Final report](https://github.com/Hasnep/dissertation/raw/master/dissertation/dissertation.pdf) | [Literature Review](https://github.com/Hasnep/dissertation/raw/master/literaturereview/literaturereview.pdf) | [Poster](https://github.com/Hasnep/dissertation/raw/master/poster/poster.pdf) | [Presentation](https://github.com/Hasnep/dissertation/raw/master/presentation/presentation.pdf) |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [![Final report](https://ha.nnes.dev/image/dissertation/dissertation-thumbnail.jpg)](https://github.com/Hasnep/dissertation/raw/master/dissertation/dissertation.pdf) | [![Literature Review](https://ha.nnes.dev/image/dissertation/literaturereview-thumbnail.jpg)](https://github.com/Hasnep/dissertation/raw/master/literaturereview/literaturereview.pdf) | [![Poster](https://ha.nnes.dev/image/dissertation/poster-thumbnail.jpg)](https://github.com/Hasnep/dissertation/raw/master/poster/poster.pdf) | [![Presentation](https://ha.nnes.dev/image/dissertation/presentation-thumbnail.jpg)](https://github.com/Hasnep/dissertation/raw/master/presentation/presentation.pdf) |