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

Added Hidden Markov Model #134

Closed kad99kev closed 3 years ago

kad99kev commented 3 years ago

Enhancement for #124

Do let me know if any changes are required. Thank you!

ashwani-rathee commented 3 years ago

@kad99kev can you remov the main.py intesting section and comment it out? Other than that @geekquad it looks good to me

kad99kev commented 3 years ago

Hello @ashwani-rathee, I'm sorry I do not understand what you meant when you said to remove main.py from intesting section and to comment it out. Could you please send me a screenshot or a code snippet of what you are referring to, highlighting which section you want me to comment out. Thank you!