Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

"Automated Speech Recognition System" in Machine Learning and Having it Deep and Structured, Spring 2015

Notifications You must be signed in to change notification settings

changjenyin/DNN_HMM_RNN_speech

Repository files navigation

DNN_HMM_RNN_speech

"Automated Speech Recognition System" in Machine Learning and Having it Deep and Structured, Spring 2015

How to train caffe

./build/tools/caffe.bin train -solver models/finetune_bloody_style/solver.prototxt -weights models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel -gpu 0

Use rnnlm to score which sentence has the highest prob

./rnnlm -rnnlm ../models/ptb.model-1.hidden100.class100.txt -test my_nbest.txt -nbest -debug 0 > my_scores.txt

About

"Automated Speech Recognition System" in Machine Learning and Having it Deep and Structured, Spring 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published