This repository contains various examples of probabilisic and deap learning within the notebook int3.ipynb
.
Example of least squares linear regression model predicting the value of a variable from three others. Also includes examples of data normalising, scaling, regularisation and their effects on the outcome.
Performs an example of principal component analysis
Creates a classification model for hand-drawn trees from an unbalanced dataset - used Weighted Random Sampling to prevent bias.
3363 / 3366 predictions correct with 99.91% accuracy
CGAN to generate the hand-drawn tree diagrams. Unfortunately suffered from mode collapse.
All code submitted for masters module at the University of York - Intelligent Systems 3: Probabilistic and deep learning.