Граф коммитов

16055 Коммитов

Автор SHA1 Сообщение Дата
Mike Seltzer 849d439bcc added *.bak to gitignore 2014-10-01 13:29:44 -07:00
Mike Seltzer 2cb32f876e update LSTM ndl example file to be compatible with NDL changes 2014-10-01 13:25:39 -07:00
Jason D. Williams 32f4d5188e Corrected reference to cudart.lib 2014-09-29 20:11:39 -07:00
Mike Seltzer a38886bda8 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-25 11:15:35 -07:00
Mike Seltzer 1a7fcfdb14 deleted (with rm --cached) all user files not yet ignored correctly) 2014-09-25 11:14:49 -07:00
Mike Seltzer 0dad8d2414 deleting old lstm ndl file 2014-09-25 10:57:42 -07:00
Dong Yu 00b3ae64cf Change project files to VS 2013. 2014-09-24 13:24:15 -07:00
Dong Yu 80a8f14c24 Change project files to VS 2013. 2014-09-24 12:09:29 -07:00
Jasha Droppo 1faf193a52 Changes to support sharing of project files across git repositories. 2014-09-24 10:36:50 -07:00
adame 882cb1831c Remove some built files in Math library 2014-09-23 19:49:01 -07:00
adame c61acc5484 NDL fixes, ndl script fixes, CNTKEval release fix, seek file bug 2014-09-23 16:44:53 -07:00
adame b07ed61def Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-23 16:25:23 -07:00
Mike Seltzer 10e18bbcdd more cleanup of HTKMLFReader - removed commented out deprecated functions 2014-09-23 10:54:37 -07:00
Mike Seltzer 90a416ebbb Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-23 10:42:03 -07:00
Mike Seltzer 9d1a539f9c clean up of HTKMLFReader, and added user-specified page path; added ASR examples (LSTM, adaptive learning rate); added ASR check-in suites for writing (log likelihoods and bottleneck features); added necessary SCP files for TIMIT setup 2014-09-23 10:28:24 -07:00
Jasha Droppo e4fbec03e8 Merge branch 'logsoftmax' 2014-09-22 21:10:34 -07:00
kaisheny be4319f0eb updated README with NDL 2014-09-22 15:02:17 -07:00
adame 226c5d7493 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-22 14:57:12 -07:00
adame 034b2df1a1 Merge branch 'master' of https://git01.codeplex.com/cntk
Conflicts:
	.gitignore
2014-09-22 14:56:54 -07:00
kaisheny 87c0fc21db use local directory and NDL 2014-09-22 14:53:08 -07:00
adame bd17172ecb intermediate files removed from repository 2014-09-19 16:03:46 -07:00
adame 1c97a3f0c9 remove intermediate files from source control 2014-09-19 15:38:21 -07:00
adame f20bec6a74 checkin everything 2014-09-19 07:29:55 -07:00
adame 1d6b9868c6 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-19 07:27:43 -07:00
adame 510c7daed3 remove more unused code
add .gitignore
2014-09-18 14:38:26 -07:00
kaisheny cf3e94466b for cpu matrix change 2014-09-18 14:13:16 -07:00
adame d501790de4 Remove old code 2014-09-17 13:51:00 -07:00
adame 3b21b530f3 Update to fix the requirement for fully quantified dot paths in NDL.
In MEL, you still need to use the fully quantified path if you are passing something that wasn't defined in NDL.
2014-09-17 13:49:18 -07:00
Jasha Droppo dc7762cd72 Changed all softmax() in the matrix classes to be logsoftmax() functions.
If you want linear probabilities, you need to do an explicit exp()
afterwards.
I have modified the relevant code in the test swuite and the CNTK node
definitions.
The goal was to do away with the log(zero) that was possible during
cross-entropy under the old system.
A byproduct of this work is that the GPU and CPU code is faster. On the
3x512 TIMIT system, the CPU is about 3% faster and the GPU is 22% faster.
2014-09-16 01:03:15 -07:00
kaisheny 274fbce6de Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-15 13:38:55 -07:00
kaishengyao e327cbce3a added NDL LSTM for SLU 2014-09-15 13:32:29 -07:00
Mike Seltzer 2028117d1c added HTK config file for feature generation 2014-09-12 16:29:03 -07:00
Mike Seltzer d7d391e784 fixed error in output dimensionality in TIMIT_WriteScaledLogLike.config 2014-09-12 16:24:21 -07:00
Mike Seltzer 95858256ec Added check-in suites for ASR TIMIT examples 2014-09-12 16:21:21 -07:00
Mike Seltzer 9244578866 updated documentation of HTKMLFReader and Acoustic Model examples, uploaded new PDF of full book 2014-09-12 16:18:31 -07:00
kaisheny 433ed876c3 cntk project with added segmentalcomputationnode.cpp 2014-09-09 22:52:05 -07:00
kaisheny c1ed818246 Support decoding. Transition scores work. 2014-09-09 16:35:29 -07:00
kaisheny 3f92ae752a Support decoding with RCRF models 2014-09-09 07:50:37 -07:00
kaisheny c29045bfe7 Sequence training works, but need to work on decoding 2014-09-08 16:30:13 -07:00
kaisheny 49bbbb106d Add sequence decoder 2014-09-06 11:09:22 -07:00
Dong Yu 371a65bca8 add support to display ConfigFile info with variable names resolved. 2014-09-05 14:17:26 -07:00
kaisheny 8cdf16e97f Initial code to support CRF sequence-level objective function 2014-09-04 22:14:40 -07:00
Dong Yu 5a3aa61083 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-04 17:38:13 -07:00
Dong Yu 43749ff452 Add PerDimMVDeNormalization Node and TIMIT LSTM example. 2014-09-04 17:34:37 -07:00
kaisheny fdeaa4fd43 Expose log-add math operation 2014-09-04 16:24:03 -07:00
Dong Yu fbba1e4c0b remove Math project logs 2014-09-04 11:59:03 -07:00
Dong Yu 66f7a628f8 add .gitignore file 2014-09-04 11:58:04 -07:00
Dong Yu f176232df4 remove ptask libs. 2014-09-04 11:54:37 -07:00
Dong Yu 6040bdd0a4 remove sdf under CNTKSolution and test.cpp at the root. 2014-09-04 11:50:56 -07:00
Dong Yu fbe6ab343e remove building log files from the tracking list. 2014-09-04 11:47:37 -07:00