You are on page 1of 6

UTTARA UNIVERSITY

Department of Computer Science & Engineering

Submitted to:
Rasel Ahmed Bhuiyan

Lecturer Department of CSE

Course title: Artificial Intelligence & Expert Systems & Sessional

Course code: CSEC424

Submitted by:
Name: Sanjida Sharmin Shrestta

ID: 2183081017

Batch: 46
Report Name: Face Recognition for User Authentication using Deep
Convolutional Neural Network (CNN)

Abstract:

Code:
Output:
Analysis:

The steps for “Face Recognition for User Authentication using Deep Convolutional
Neural Network (CNN)” are described below:

1. First of all, we need to create a new folder named “Face recognition” and
we’ll move our dataset “faces94_dataset” to the folder.
2. In Matlab, we will take a new script and save the file named
“face_recognition.m”. Then we will write our code in Matlab as following
steps.
3. clear all; to clear all variable from workspace.
4. close all; closes all open MATLAB figure windows.
5. clc; clears all the text from the Command Window.
6. Now, at first, we need to load our dataset.

You might also like