Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Oct 26, 2019 - 374 commits
- Python


Problem description
Gensim LDAModel documentation incorrect
Steps/code/corpus to reproduce
Based on the code in log_perplexity, it looks like it should be e^(-bound) since all of the functions used in computing it seem to be using the natural logarithm/e