Package examples.cnn.fsdd

Functions

main
Link copied to clipboard
fun main()
soundNet
Link copied to clipboard
fun soundNet()

This example shows how to do audio classification from scratch using only Conv1D layers (without Conv2D) and dense layers on the example of some toy network. We demonstrate the workflow on the Free Spoken Digits Dataset.