All Projects → aakhundov → tf-example-models

aakhundov / tf-example-models

Licence: Apache-2.0 license
TensorFlow-based implementation of (Gaussian) Mixture Model and some other examples.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tf-example-models

PyBGMM
Bayesian inference for Gaussian mixture model with some novel algorithms
Stars: ✭ 51 (+21.43%)
Mutual labels:  gaussian-mixture-models
SparsifiedKMeans
KMeans for big data using preconditioning and sparsification, Matlab implementation. Aka k-means
Stars: ✭ 50 (+19.05%)
Mutual labels:  k-means
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+2.38%)
Mutual labels:  logistic-regression
ClusterAnalysis.jl
Cluster Algorithms from Scratch with Julia Lang. (K-Means and DBSCAN)
Stars: ✭ 22 (-47.62%)
Mutual labels:  k-means
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (+0%)
Mutual labels:  logistic-regression
deepgmr
PyTorch implementation of DeepGMR: Learning Latent Gaussian Mixture Models for Registration (ECCV 2020 spotlight)
Stars: ✭ 97 (+130.95%)
Mutual labels:  gaussian-mixture-models
ICC-2019-WC-prediction
Predicting the winner of 2019 cricket world cup using random forest algorithm
Stars: ✭ 41 (-2.38%)
Mutual labels:  logistic-regression
Machine-Learning-Andrew-Ng
机器学习-Coursera-吴恩达- python+Matlab代码实现
Stars: ✭ 127 (+202.38%)
Mutual labels:  logistic-regression
supervised-machine-learning
This repo contains regression and classification projects. Examples: development of predictive models for comments on social media websites; building classifiers to predict outcomes in sports competitions; churn analysis; prediction of clicks on online ads; analysis of the opioids crisis and an analysis of retail store expansion strategies using…
Stars: ✭ 34 (-19.05%)
Mutual labels:  logistic-regression
text-cluster
🍡 文本聚类 k-means算法及实战
Stars: ✭ 40 (-4.76%)
Mutual labels:  k-means
Heart-Disease-Analysis-and-Prediction
Heart Disease Analysis repository
Stars: ✭ 23 (-45.24%)
Mutual labels:  logistic-regression
breathing-k-means
The "breathing k-means" algorithm with datasets and example notebooks
Stars: ✭ 74 (+76.19%)
Mutual labels:  k-means
Machine Learning From Scratch
Machine Learning models from scratch with a better visualisation
Stars: ✭ 15 (-64.29%)
Mutual labels:  logistic-regression
VisualML
Interactive Visual Machine Learning Demos.
Stars: ✭ 104 (+147.62%)
Mutual labels:  logistic-regression
OMG Depth Fusion
Probabilistic depth fusion based on Optimal Mixture of Gaussians for depth cameras
Stars: ✭ 52 (+23.81%)
Mutual labels:  gaussian-mixture-models
Loan-Approval-Prediction
Loan Application Data Analysis
Stars: ✭ 61 (+45.24%)
Mutual labels:  logistic-regression
cobra
A Python package to build predictive linear and logistic regression models focused on performance and interpretation
Stars: ✭ 23 (-45.24%)
Mutual labels:  logistic-regression
Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (-33.33%)
Mutual labels:  logistic-regression
mnist-challenge
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner]
Stars: ✭ 68 (+61.9%)
Mutual labels:  logistic-regression
IBM-final-project-Machine-Learning
Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera
Stars: ✭ 33 (-21.43%)
Mutual labels:  logistic-regression

TensorFlow Example Models

TensorFlow-based implementations of several Machine Learning models (first three - Logistic Regresion, MLP, and CNN - are heavily inspired by TensorFlow v1.3 tutorials). The models folder contains simple implementations of:

The gmm folder contains more elaborate versions of a Gaussian Mixture Model implementation trained by means of Expectation Maximization algorithm (with diagonal covariance, full covariance, gradient-based, etc.). The gmm/struct folder contains initial attempts to decompose the GMM implementation into a coherent set of classes.

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].