You are on page 1of 3

Page 

1 of 3 

Students Internship Weekly Report


Computer Science Program, Department of Computer Science and Electronics
Faculty of Mathematics and Natural Science. Universitas Gadjah Mada, Yogyakarta
 
Date : 31 May – 6 Juni 2021
Student Name : Ivan Liu Nardo Shiddiq
Student ID : 18/427581/PA/18541
University Supervisor : Azhari SN, Drs., MT., Dr
Internship Instructor : Alim Kidar Hanif,
Task/Activity Title : Week 14 of Bangkit 2021

1. Description of Activities:

This week we have 1 Instructor-Led Training (ILT) Session which is a Tensorflow Session
led by Alim Kaidar Hanif about Tensorflow Certification Prep. I also continued my
specialization in Coursera which is Tensorflow: Data and Deployment about Advanced
Deployment Scenarios with TensorFlow

Allocated
Certification Courses Module
Hours

Tensorflow Extended 1

Sharing pre-trained models with


Advanced Deployment 5
Tensorflow: Data and TensorFlow Hub
Scenarios with
Deployment Tensorboard: tools for model
TensorFlow 5
training

Federated Learning 1

2. Result & Analysis


In this course, I explored four different scenarios encountered when deploying models. I
learned about TensorFlow Serving, a technology that lets you do inference over the web. Then,
I learned about TensorFlow Hub, a repository of models that you can use for transfer learning.
Then I used TensorBoard to evaluate and understand how my models work, as well as share
my model metadata with others. Finally, I explored federated learning and how I can retrain
deployed models with user data while maintaining data privacy.

In this exercise, I learned on how to create models for TensorFlow Hub. I created a simple
MNIST classifier and evaluated its accuracy. Then, exported it into SavedModel also hosted the
model as TF Hub Module. Lastly, I Imported the TF Hub Module to be used with Keras Layers.
Page 2 of 3 
Page 3 of 3 

You might also like