Lesson 6 get_learner() vs building RNN from ourself

Hi all,

What does get_learner() in any model (like ColumnarModelData) tries to do (then calling learner.fit())?

While I could understand building RNN ourselvesjust like in lecture 6 can give us more flexibilities, what other things we can get from building RNN (or any NN) ourselves?

1 Like