New #Keras example is up on *consistency regularization*or an important recipe for semi-supervised learning and tackling distribution shifts as shown in *Noisy Student Training*.
This example provides a template for performing semi-supervised / weakly supervised learning. A few things one can plug right in:
* Incorporate more data while training the student.
* Filter the high-confidence predictions while training the student.
2/n
The example uses Stochastic Weight Averaging during training the teacher to induce geometric ensembling. With elements like Stochastic Dropout, the performance might even be better.
I meant *Stochastic Depth*. Apologies for the typo.
By "Filter the high-confidence predictions while training the student" I meant filtering high-confidence predictions from the teacher that would be used while training the student.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
If you use @TensorFlow in your work moderately, I think you already have the prerequisites. Definitely take the *TensorFlow in Practice* specialization by @lmoroney & @DeepLearningAI_. It will get you up to speed.
Study the contents rigorously.
Review the certificate handbook carefully. It really has all the information you need to know about the certification - tensorflow.org/extras/cert/TF….
* Install @pycharm & get sufficiently comfortable with it.
* Set up the exam environment properly.