Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 66 forks source link

Implemented Gaussian Mixture Model in python #188

Closed vinc3nati closed 3 years ago

vinc3nati commented 3 years ago

I have completed the python implementation for GMM for issue #174

vinc3nati commented 3 years ago

Hey @vinc3nati, good work.

Thank you sir