This repository is a part of TDAT3001 Bachelor Thesis in Computer Engineering at NTNU, project number 61:
"End-to-end speech recognition with recurrent neural networks and connectionist temporal classification" by Anita Kristine Aune and Marit Sundet-Holm, 2018.
This repository contains the result- and log files, as well as the trained models from https://github.com/holm-aune-bachelor2018/ctc
Each trained model has its own folder containing:
- Output log generated during training (.out)
- CSV file with results (WER, loss, validation loss) (.csv)
- Output log from a predict run (.out)
- The trained model (.h5)
This file is part of Speech recognition with CTC in Keras.
The project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this project. If not, see http://www.gnu.org/licenses/.