May 2020
Intermediate to advanced
404 pages
10h 52m
English
We will take a bottom-up approach here and design the frontend of our sample application first. This is merely done for the sake of understanding why we write a few methods in the backend script differently from how we did in previous chapters. You would obviously create the backend script first when developing the real application.
We'll have a very stripped-down frontend, merely comprising a button that invokes incremental training of the application and a placeholder displaying the accuracy score of the model trained up to a given number of samples.
Let's take a quick peek at what we are building:

As you might ...
Read now
Unlock full access