All Projects → michelbl → Mppca

michelbl / Mppca

Mixtures of Probabilistic Principal Component Analysers implementation in python

Projects that are alternatives of or similar to Mppca

Azure Webapp W Cntk
Deployment template for Azure WebApp, CNTK, Python 3 (x64) and sample model
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Grab Aiforsea
Entry for Grab's AI for S.E.A. challenge
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Compeconworkshop 2017
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Core Stories
All the notebooks for the analysis of Emotional Arcs within the Project Gutenberg corpus, see "The emotional arcs of stories are dominated by six basic shapes"
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Lstm Sentiment Analysis
Sentiment Analysis with LSTMs in Tensorflow
Stars: ✭ 886 (+4563.16%)
Mutual labels:  jupyter-notebook
Altair Catplot
Utility to generate plots with categorical variables using Altair.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Deepbayes
Bayesian methods in deep learning Summer School
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Machine Learning Starter Kit
The fastest way for developers and managers to gain practical ML knowledge and to apply it to their own projects.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Anda
Code for our ICAR 2019 paper "ANDA: A Novel Data Augmentation Technique Applied to Salient Object Detection"
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Seq2seq Attention Model
An implementation for attention model in Keras for sequence to sequence model.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Ud810 Intro Computer Vision
My solutions for Udacity's "Introduction to Computer Vision" MOOC
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Deep Learning Experiments
Notes and experiments to understand deep learning concepts
Stars: ✭ 883 (+4547.37%)
Mutual labels:  jupyter-notebook
Brain Tumor Segmentation Keras
Keras implementation of the multi-channel cascaded architecture introduced in the paper "Brain Tumor Segmentation with Deep Neural Networks"
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Syde 522
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Crunchbase Ml
Merge and Acquisitions Prediction based on M&A information from Crunchbase.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Facealignmentcompare
Empirical Study of Recent Face Alignment Methods
Stars: ✭ 15 (-21.05%)
Mutual labels:  jupyter-notebook
Intrusion Detection System
I have tried some of the machine learning and deep learning algorithm for IDS 2017 dataset. The link for the dataset is here: http://www.unb.ca/cic/datasets/ids-2017.html. By keeping Monday as the training set and rest of the csv files as testing set, I tried one class SVM and deep CNN model to check how it works. Here the Monday dataset contains only normal data and rest of the days contains both normal and attacked data. Also, from the same university (UNB) for the Tor and Non Tor dataset, I tried K-means clustering and Stacked LSTM models in order to check the classification of multiple labels.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Datacontainerstutorials
Tutorials on Python Data Containers for no-so-BigData
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook
P5deeplearn
deeplearn.js meets p5
Stars: ✭ 20 (+5.26%)
Mutual labels:  jupyter-notebook

MPPCA

Quick and dirty Python3 implementation of Mixtures of Probabilistic Principal Component Analysers

Description

Mixtures of Probabilistic Principal Component Analysers (MPPCA) is a simple yet powerful algorithm used to cluster data into linear subspaces. Its applications cover clustering, density estimation and classification.

How to use it ?

See the ipython notebook mppca_demo.ipynb.

About this implementation

This implementation is a translation of the matlab implementation Mathieu Andreux and I made in Matlab.

In high dimensions, a logarithmic representation of numbers was required to avoid underflows. Other tricks are well described in the original paper.

Reference

"Mixtures of Probabilistic Principal Component Analysers", Michael E. Tipping and Christopher M. Bishop, Neural Computation 11(2), pp 443–482, MIT Press, 1999

License

WTFPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].