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
Apr 26, 2022 - Python


Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?