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

Gaussian Mixture Model - Documentation #142

Closed surbhi2408 closed 3 years ago

surbhi2408 commented 3 years ago

I'm a gssoc'21 participant and would like to add this in your repo. @geekquad @ashwani-rathee Please assign this issue to me.

ashwani-rathee commented 3 years ago

Please create a separate folder for this task. You are assigned the task to create codebase for Gaussian Mixture Model

surbhi2408 commented 3 years ago

Thank you for assigning.

i-shreyagarg commented 3 years ago

I am a participant GSSOC'21 I would like to contribute in this

ashwani-rathee commented 3 years ago

No updates on this,this needs to be reassigned

vinc3nati commented 3 years ago

No updates on this,this needs to be reassigned

Hey if permitted I am ready to take up this issue as I have pretty good knowledge about Gaussian Mixture Model.

ashwani-rathee commented 3 years ago

@vinc3nati Go ahead

vinc3nati commented 3 years ago

Hey @ashwani-rathee do I need to implement the code as well ?

vinc3nati commented 3 years ago

Hey @ashwani-rathee I have completed the code implementation of Gaussian Mixture Model as well so should I push it ? or the documentation is what expected ?