Yuqing Tang
10cb3328f6
Update Tutorials with new learner APIs.
2017-11-10 15:35:50 -08:00
REDMOND\sayanpa
f247772614
Enabled conversion of jupyter notebook to html using nbsphinx, integrated the conversion with the current doc build system, updated the jupyter notebooks in Tutorial and Manual folders to adhere to nbshpinx guidelines
2017-09-07 16:33:26 -07:00
sayanpa
919949bf1a
Fixed notebook markdowns for nbsphinx compatibility
2017-08-08 18:54:45 -07:00
REDMOND\sayanpa
f56de38bba
Reduce test code in tutorials and fixes
2017-07-07 13:44:58 -07:00
REDMOND\sayanpa
7aa7133301
Addressed CR
2017-05-15 13:57:56 -07:00
REDMOND\sayanpa
9b48ea7648
Updated notebooks and added missing tests
2017-05-12 10:28:14 -07:00
Nikos Karampatziakis
e56535ff2a
input -> input_variable complete
2017-05-11 17:00:07 -07:00
Amit Agarwal
8a9020f78e
CNTK v2 library: Migrate past_value and future_value to sequence
2017-03-30 12:11:20 -07:00
Amit Agarwal
0d2879eab5
CNTK v2 library: Remove remnants of the use of deprecated input_variable and placeholder_variable methods
2017-03-30 12:11:20 -07:00
Emad Barsoum
d251977f38
Merge with master.
2017-03-29 15:05:51 -07:00
Emad Barsoum
43cd200cf0
Fix comments and remaining notebooks.
2017-03-29 10:41:59 -07:00
Willi Richert
9adade3311
Adapting examples; set MinibatchData.data to be a property
2017-03-29 17:09:13 +02:00
Emad Barsoum
8da12bcd49
Merge with master.
2017-03-17 10:36:40 -07:00
Alexey Reznichenko
124f07a0cc
Another attempt at streamlining device selection
...
Update device selection API as agreed:
* drop BestDevice() and DefaultDevice()
* add an option to specify excluded devices that should not be used as
globally default (neither auto-selected nor explicitly specified)
* add a mechanism to query device properties
* add a method to determine if a device is locked or not (in real-time)
* in SetDefaultDevice, offer an option to exclusively lock the specified
device.
2017-03-17 12:34:54 +01:00
Emad Barsoum
4a93dd0021
Fix Parameters class.
2017-03-16 15:41:15 -07:00
Emad Barsoum
622798a4bd
Fix sparce test.
2017-03-16 14:18:42 -07:00
Emad Barsoum
d86c231d1f
Move all examples and notebook to use the new namespace.
2017-03-15 22:07:51 -07:00
Frank Seide
51a3ee5acb
merged from master
2017-03-03 10:30:11 -08:00
Frank Seide
2dcfab9c97
fixed a syntax error in a tutorial (merge error??)
2017-03-03 08:44:46 -08:00
NORTHAMERICA\vistepan
6256c6e355
Updated examples to use the latest progress writer API
2017-03-02 17:57:57 -08:00
Frank Seide
e391687e43
simplified layers_test.py (no more fooDict);
...
changed all example @Function with signature to @FunctionWithSignature for python 2.7 happiness;
fixed an incorrect use of default values in word_rnn.py and 207 tutorial;
updated a CS test w.r.t. LanguageUnderstanding.py
2017-02-24 17:31:02 -08:00
Frank Seide
659e4ae4ee
addressed CR feedback
2017-02-09 19:46:20 -08:00
Frank Seide
adf0a9238a
changed signature of splice() from list to *args, to make it consistent with all other ops;
...
renamed cntk.ops.reduce_log_sum() to reduce_log_add_exp(), to make it consistent with log_add_exp();
associative binary ops like plus() now accept >2 arguments;
new ops element_max(), element_min();
softmax() now takes axis parameter;
constant() now takes dtype parameter argument
2017-02-09 17:06:09 -08:00
Frank Seide
99c25c0327
changed Trainer() signature from Trainer(model, loss, metric, ...) to Trainer(model, (loss, metric), ...) to prep for Layers lib where (loss, metric) is the criterion function;
...
fixed an existing bug in a doc example
2017-02-09 15:22:45 -08:00
Thilo Will
54c589dd53
addressing cr comments
2017-02-09 16:54:06 +01:00
Thilo Will
f0636c902f
Changed methods in Param to be global functions to avoid the differewnt handling of unbound functions in Python 2 vs 3
2017-02-08 14:58:22 +01:00
Thilo Will
b121722e8c
CNTK_207: fixing grammar error
2017-02-01 15:45:17 +01:00
Thilo Will
7ea2ff157d
CNTK_207_Training_with_Sampled_Softmax: adding test. Adding device-awareness in notebook.
2017-02-01 15:39:07 +01:00
Thilo Will
72f1b6ff0a
Changed parameters of speed measurement for CNTK_207
2017-02-01 12:10:10 +01:00
Thilo Will
59b41e4ead
Tutorial CNTK_207: adding to samples.json. Adding 'from __future__'
2017-02-01 10:20:36 +01:00
Thilo Will
9efb369344
changed settings of per measurement plot
2017-01-31 22:07:22 +01:00
Thilo Will
5a1720d9e1
Extended text
2017-01-31 18:15:12 +01:00
Thilo Will
51b3c03a6a
Adding speed measurement to CNTK_207
2017-01-31 18:04:14 +01:00
Thilo Will
842570d4ef
Changed some parameter attributes to lambdas
2017-01-31 17:33:27 +01:00
Thilo Will
cd223e88ba
Fixing comment
2017-01-31 16:08:59 +01:00
Thilo Will
4102c20ca2
Fixed spelling errors in CNTK_207_...
2017-01-31 10:39:15 +01:00
Thilo Will
57cf46fdc5
Reamed from CNTK_206... to CNTK_207...
2017-01-30 16:18:32 +01:00