Modul-IS794-Modul02-Fundamentals of Neural Network-Gsl2024-2025
Modul-IS794-Modul02-Fundamentals of Neural Network-Gsl2024-2025
Date Issued :
SUB-CLO01: Students are able to understand the basic concepts of deep learning and
neural networks (C2)
CLO011
SUB-CLO01: Students are able to understand the basic concepts of deep learning and
neural networks (C2)
SUB-CLO02: Students are able to understand (C2) and implement (C3) Keras and
Tensorflow
SUB-CLO03: Students are able to understand (C2) and implement (C3) machine learning
to make predictions
CLO012 SUB-CLO04: Students are able to understand (C2) and implement (C3) neural networks
for image classification (visual data)
SUB-CLO05: Students are able to understand (C2) and implement (C3) neural networks
for time series data
SUB-CLO06: Students are able to understand (C2) and implement (C3) neural networks
for text data
SUB-CLO07: Students are able to understand (C2) and implement (C3) generative deep
CLO013
learning
SUB-CLO08: Students are able to present the results of implementing design, analysis,
CLO081
and evaluation of deep learning implementation in a particular case study (P2)
SUB-CLO09: Students are able to implement (C3), design (P5) machine learning, and
CLO091
analysis and evaluation with deep learning into specific case studies.
TOOLS
1. Anaconda Navigator
2. Python
3. TensorFlow
4. Google Colaborator (optional)
STEPS
INTRODUCTION
In this practical, there will be two exercises. First, students will try to do Python scripting by utilizing the
Numpy and Pandas libraries. Second, students will carry out a simple text classification by comparing
ordinary machine learning with neural networks.
1. MNIST Dataset
You will use the MNIST dataset, sample data provided from Keras. Run the following script to evaluate
the data processing model with numpy array objects.
TEXT CLASSIFICATION
Text vectorization is performed to convert a collection of text documents into a vector of numerical
features. This process includes (tokenization, counting, and normalization).
4. Basic Text Classification
Run the following script to classify the dataset in the form of text. The data used is sample data from
the internet, and has been labeled. The classification model used is Logistic Regression.
SUBMISSION
1. Save your work in the file format .zip including:
a. File project (.ipynb)
b. File PDF consisting of screenshots of output and answers to questions (if any)
2. Filename: COURSECODE_CLASS_NIM_NAME_WEEK-XX.zip (eg.:
IS5794_A_13110310017_Monika Evelin Johan_Week-01.zip).
REFERENCE
Chollet, F. (2021). Deep Learning with Python. Manning Publications Co.
Ketkar, N., & Santana, E. (2017). Deep Learning with Python : A Hands-on Introduction. Banglore, Karnataka:
Apress.