MachineLearning
MachineLearning copied to clipboard
Implementations of machine learning algorithm by Python 3
Results
1
MachineLearning issues
Sort by
recently updated
recently updated
newest added
1
https://github.com/Cheng-Lin-Li/MachineLearning/blob/5534263b4ad691e16d9d532ceeb94a1265ccd7a2/GMM/GMM.py#L81 should it be pow((2*math.pi), -d/2) or 1/pow((2*math.pi), d/2) ?