How to Implement a CNN for Sound Classification
Learn how to implement a deep learning (CNN) sound classifier using Pytorch and torchaudio.
Code:
https://github.com/musikalkemist/pytorchforaudio/blob/main/08%20Implementing%20a%20CNN%20network/cnn.py
===============================
Interested in hiring me as a consultant/freelancer?
https://valeriovelardo.com/
Join The Sound Of AI Slack community:
https://valeriovelardo.com/the-sound-of-ai-community/
Connect with Valerio on Linkedin:
https://www.linkedin.com/in/valeriovelardo
Follow Valerio on Facebook:
https://www.facebook.com/TheSoundOfAI
Follow Valerio on Twitter:
https://twitter.com/musikalkemist
===============================
Content:
0:00 Intro
0:31 Implementing CNNNetwork class
9:55 Implementing the forward method
12:43 Network summary with torchsummary
17:19 What's up next?