Machine-Learning-Explained icon indicating copy to clipboard operation
Machine-Learning-Explained copied to clipboard

Learn the theory, math and code behind different machine learning algorithms and techniques.

Results 2 Machine-Learning-Explained issues
Sort by recently updated
recently updated
newest added

## This PR - Removes readme2tex as [Github has added support for native rendering math equations in Markdown](https://github.blog/2022-05-19-math-support-in-markdown/). There are still some formating issues that need to be fixed before...

Hello, I think there might be a bug in your linear_discriminant_analysis.py script You are computing # Between class scatter matrix total_mean = np.mean(X, axis=0) S_B = np.empty((n_features, n_features)) for label...