General Jupyter notebooks
- UCF 101 - Action Bank: The notebook quantifies Action Bank features for action recognition using the UCF101 dataset.
- Supervised dimensionality reduction: Notebook explains and implements MDA/LDA for supervised dimensionality reduction.
- AlexNet conversion: This notebook example demonstrates how to convert a network from Caffe's Model Zoo for use with
uml
deep learning library (developed during master's work). AlexNet model trained for LSVRC2012. The notebook create a set ofuml
layers corresponding to the Caffe model specification (prototxt), then copy the parameters from the caffemodel file into our model. The conversion is verified using activation maximization. - Fraud Detection: Uses XGBoost trees, Random forest and Neural networks to classify between fraudulent and normal transactions that occured in two days. The dataset is highly unbalanced.