Closed kurianbenoy closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
In the article: https://ohmeow.com/posts/2020/11/06/ajtfb-chapter-1.html#An-example
Step3 - train
For more information on how transfer learning works, and the fine_tune method in particuarl, see this section in my ["What is machine learning" post](https://ohmeow.com/what-is/machine-learning#Transfer-learning).
For more metrics like error_rate, see my ["What is a metric" post](https://ohmeow.com/what-is/a-metric).
I noticed the links are broken. Can you take a look at it @ohmeow ?
In the article: https://ohmeow.com/posts/2020/11/06/ajtfb-chapter-1.html#An-example
Step3 - train
For more information on how transfer learning works, and the fine_tune method in particuarl, see this section in my ["What is machine learning" post](https://ohmeow.com/what-is/machine-learning#Transfer-learning). For more metrics like error_rate, see my ["What is a metric" post](https://ohmeow.com/what-is/a-metric).
I noticed the links are broken. Can you take a look at it @ohmeow ?
Will do.
Change in Chapter 1 & 2
Changes in Chapter 3
Changes in multi label NB(6a)
Changes in Chapter 7
Changes in Chapter 8