Build our first Neural Network for Audio Processing

Mon 15 January 2018 by Aditya Arora

Welcome to this post which guides you through the working of a Deep Neural Network in Audio Processing. Prerequisites:

  • Up and Running with Keras
  • Implementing DNN using Keras

What is different in Audio?

A standard deep learning model passes the arrays of text or images directly to the Deep Neural ...

read more