Deep Learning (for Audio) with Python

From EMC23 - Satellite Of Love
Revision as of 20:25, 29 August 2021 by Techbot (talk | contribs)
Jump to navigation Jump to search

Deep Learning (for Audio) with Python: Course Overview[edit]

AI, machine learning and deep learning[edit]

Implementing an artificial neuron from scratch[edit]

Vector and matrix operations[edit]

Computation in neural networks[edit]

Implementing a neural network from scratch in Python[edit]

Training a neural network: Backward propagation and gradient descent[edit]

TRAINING A NEURAL NETWORK: Implementing backpropagation and gradient descent from scratch[edit]

How to implement a (simple) neural network with TensorFlow 2[edit]

Understanding audio data for deep learning[edit]

Preprocessing audio data for Deep Learning[edit]