We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Read and modify the training weights from Python
from cntk import * p=parameter(5, init=glorot_uniform()) p.value >>>result: array([-0.7146188 , 0.59619093, 0.95851505, 0.29351783, 0.13692594], dtype=float32) p.value = np.ones(5)
New Documentation Site
Iteration Plans