Speech Recognition Convolutional Neural Network

Subscribers:
317
Published on ● Video Link: https://www.youtube.com/watch?v=ssTJXNYoGpQ



Duration: 1:15
471 views
2


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.







Tags:
programming
neural networks
convolutional neural networks
cnn
ai
speech recognition
c++