Algo-ScriptML icon indicating copy to clipboard operation
Algo-ScriptML copied to clipboard

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

Results 23 Algo-ScriptML issues
Sort by recently updated
recently updated
newest added

I would like to contribute code implementation of Gaussian Mixture Model in python under GSSOC21.

gssoc21
Level3

I would like to contribute for the code implementation of Hyperparameter tuning for multiple ML models. Please assign it to me @geekquad under GSSoC'24

Improvements: Consistency and Readability: Use consistent variable naming throughout the class (divided_classes, joint_prob, likelihood, etc.). Efficiency: Consider vectorization or optimization techniques for better performance, especially in loops iterating over data...