2018-10-02 12:00:02 +00:00
|
|
|
## Simple Notebook to Analyze a Dataset
|
|
|
|
|
|
|
|
By the use of this notebook, you can easily analyze a brand new dataset, find exceptional cases and define your training set.
|
|
|
|
|
2019-02-20 15:54:04 +00:00
|
|
|
What we are looking in here is reasonable distribution of instances in terms of sequence-length, audio-length and word-coverage.
|
2018-10-02 12:00:02 +00:00
|
|
|
|
2019-02-20 15:54:04 +00:00
|
|
|
This notebook is inspired from https://github.com/MycroftAI/mimic2
|