Speech Recognition Convolutional Neural Network
Channel:
Subscribers:
317
Published on ● Video Link: https://www.youtube.com/watch?v=ssTJXNYoGpQ
This is an iteration of the little program that recognizes vowels from my own voice. This time it uses images of the power spectrum to generate features for each input and then identify them. Only one convolution was used. Relu activation for the features and Sigmoid for clasification in only one fully connected layer at the end.
Other Videos By Damian Reloaded
Tags:
programming
neural networks
convolutional neural networks
cnn
ai
speech recognition
c++