See the results from the generative models trained with MNIST dataset:
Restricted Boltzmann Machine (RBM):
Variational Autoencoders (VAE):
Deep Convolutional Generative Adversarial Network (DC GAN):
Implemented algorithms: Regression ModelsLinear RegressionMatrix solver SGD/Adam solver L1 regularization Lasso L2 regularization Ridge Logistic Regression Factorization MachinesRegularization Classification/regression Bayes ModelsNaive BayesMultinomial model Document tokenizer Beyasian NetworkConditional probability MLE Beyasian inference Tree Models and Ensemble LearningDecision TreeClassification/regression Different metrics Feature importances Sample weights Random Forest Adaboost Gradient Boost Decision TreeShrinkage Line search of multiplier XGBoostXGBoost Regression Tree Shrinkage Deep LearningArchitectureMultilayer Perceptron Restricted Boltzman Machine Deep Belief Network Variational autoencoder (VAE) Convolutional Neural NetworkConvolutional layer with vectorized img2col and col2img Recurrent neural networkBackpropagation through time (BPTT) Long short-term memory Generative Adversarial Networks (GAN) Deep Q-Network (Reinforcement learning) LayersFeedforward layer (dense) Convolutional layer Max pooling layer Batch normalization layer Softmax layer for classification Activation layerReLU (Leaky) Tanh (Leaky) Sigmoid WIP: Drop out layer TrainingMini Batch He initialization Loss functionsMean squared error for regression Cross entropy for classification Log loss for classification L1/L2 Regularization Gradient check Optimization Algorithms (See implementations in MLP)Stochastic Gradient Descent Gradient Descent with Momentum Nesterov Momentum AdaGrad RMSProp Adam k-Nearest Neighbors
Support Vector MachineSoft boundary SMO algorithm Different heuristics for selecting pairs in SMO Genetic AlgorithmTraining a NN model Selection by Fitness Crossover approaches Mutation rate Hidden Markov ModelFitting by Baum-Welch Prediction by Viterbi WIPadd results in this readme Feel free to use the code. Please contact me if you have any question :)
You May Also Enjoy less than 1 minute read
Here are two online multiplayer games using angular.js anf firebase.
3 minute read
I was using Weka for logistic regression of categorical dataset. However, weka does not provide statistics output such as R square, z-value of coefficients. ...
Please enable JavaScript to view the comments powered by Disqus.
Leave a Comment