An open API service indexing awesome lists of open source software.

https://github.com/taylor-eos/dual-model-classifier

Abandoned learning project for audio classification
https://github.com/taylor-eos/dual-model-classifier

Last synced: about 2 months ago
JSON representation

Abandoned learning project for audio classification

Awesome Lists containing this project

README

          

This was an educational machine learning project that was abandoned before it ever ran. The goal was to analyze and segment audio files into types of content. The code still contains bugs. Someone with an interest in this functionality, or an interest in learning, might be able to derive some use from it, but the dual neural network setup (one classifying 30 second segments and determining a window for a second regression model to make exact predictions) is overly convoluted and was impossible to bugfix, so I switched to [another architecture](https://github.com/Taylor-eOS/transformer-classifier).