Improving the robustness of machine learning system through convolutional neural network

This report is to study what is a Convolutional Neural Network and carry out a multi-layer network surgery on the AlexNet Convolutional Neural Network. The AlexNet network consists of five convolutional layers and three fully connected layers. Noise error layers are then created to fit into the vari...

Full description

Saved in:
Bibliographic Details
Main Author: Chia, Daryl Jing
Other Authors: Chang Chip Hong
Format: Final Year Project
Language:English
Published: 2019
Subjects:
Online Access:http://hdl.handle.net/10356/77810
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This report is to study what is a Convolutional Neural Network and carry out a multi-layer network surgery on the AlexNet Convolutional Neural Network. The AlexNet network consists of five convolutional layers and three fully connected layers. Noise error layers are then created to fit into the various layers. These error layers with number of noise element being roughly 10% of total elements per layer are then injected into the network to see how the output will be affected. This is to find out how robust each layer towards error. This report will cover the methods and steps that I took to carry out the surgery, create the error layers of the correct size and injecting of the errors into the network. I will break down the codes that I used to achieve the above chunk by chunk in the Methodology Chapter. Thereafter, I will be discussing the results and findings of each testing in each individual layer of the network. The report will end with a conclusion and recommended future works.