ajtulloch / svmpy
Basic soft-margin kernel SVM implementation in Python
☆255Updated 9 years ago
Alternatives and similar repositories for svmpy:
Users that are interested in svmpy are comparing it to the libraries listed below
- Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.☆120Updated 6 years ago
- Support Vector Machines in Python☆47Updated 12 years ago
- Implemented SVM in Python. In particular, the SMO algorithm is implemented.☆46Updated 7 years ago
- Simple Python Adaboost Implementation☆25Updated 4 years ago
- Python implementation of a random forest for use with continuous value attributes☆58Updated 7 years ago
- MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.☆280Updated 6 years ago
- RBM/DBN implementation with tensorflow attempt project☆80Updated 9 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆149Updated 6 years ago
- Support Vector Machine in Python☆23Updated 8 years ago
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆108Updated 8 years ago
- Python implementation of CART regression tree and random forests☆46Updated 10 years ago
- A simple Tensorflow based library for deep and/or denoising AutoEncoder.☆149Updated 7 years ago
- Experimenting with RBMs using scikit-learn on MNIST and simulating a DBN using Keras.☆33Updated 7 years ago
- Minimal character-level language model with a Vanilla Recurrent Neural Network, in Python/numpy☆138Updated 8 years ago
- C4.5 Decision Tree python implementation with validation, pruning, and attribute multi-splitting☆83Updated 6 years ago
- Resources and codes about transfer learning and domain adaptation--迁移学习☆46Updated 7 years ago
- Python implementation of Stacked Denoising Autoencoders for unsupervised learning of high level feature representation☆147Updated 9 years ago
- Gaussian Mixture Models in Python☆154Updated 12 years ago
- This MATLAB package implements the methods for exact incremental/decremental SVM learning, regularization parameter perturbation and kern…☆74Updated 13 years ago
- 高斯混合模型(GMM 聚类)的 EM 算法实现。☆198Updated 6 years ago
- A Random Forest implementation for MATLAB. Supports arbitrary weak learners that you can define.☆186Updated 11 years ago
- Principle Component Analysis in Python☆42Updated 12 years ago
- Implementation of a Variational Auto-Encoder in TensorFlow☆209Updated 8 years ago
- Code for training and evaluating restricted Boltzmann machines (RBMs) and deep belief networks (DBNs).☆59Updated 13 years ago
- a 1500 lines simple C++ implementation of RandomForests with detailed comments☆109Updated 6 years ago
- Tensorflow 1.X implementation of Restricted Boltzman Machine(RBM) and Autoencoder with layerwise pretraining.☆83Updated 4 years ago
- Convolutional Deep Belief Networks with 'MATLAB','MEX','CUDA' versions☆35Updated 9 years ago
- A Python 2 implementation of Fuzzy C Means Clustering algorithm.☆50Updated 4 years ago
- EM algorithm☆60Updated 9 years ago
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆98Updated 6 years ago