Live Emotion Detection using CNN a Deep Learning Model

버전 1.0.2 (380 KB) 작성자: Akhilesh Kumar
Deep learning is a type of supervised machine learning in which a model learns to perform classification tasks directly from data.
다운로드 수: 654
업데이트 날짜: 2020/5/11

라이선스 보기

Deep learning is a type of supervised machine learning in which a model learns to perform classification tasks directly from images, text, or sound.
Deep learning is usually implemented using a neural network.
The term “deep” refers to the number of layers in the network—the more layers, the deeper the network.
A convolutional neural network can have hundreds of layers and each layer learn to detect different features of an image.
Filters are applied to each training image at different resolutions and size, and the output of each convolved image is used as the input to the next layer.
The filters can start as very simple features, such as brightness and edges, and later on it goes deep to extract complex features.
Like other neural networks, a CNN is composed of an input layer, an output layer, and many hidden layers in between.

인용 양식

Akhilesh Kumar (2024). Live Emotion Detection using CNN a Deep Learning Model (https://www.mathworks.com/matlabcentral/fileexchange/75451-live-emotion-detection-using-cnn-a-deep-learning-model), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
R2017b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Updated Code

1.0.1

Dependency Check

1.0.0