My Coding >
Programming language >
Python >
PyTocrch >
PyTorch - Calculate one step of gradient
PyTorch - Calculate one step of gradientCalculate one step of gradient descent for the following tensor: f(X)=∑loge(xij+3) X - tensor 3x3 Xt=0 = [[1,2,3],[5,6,7],[8,9,0]] α=5 - gradient coefficient find Xt=1 Briefly, it is necessary to find values after applying one step towards gradient.
|
Last 10 artitles
9 popular artitles
|
|
© 2020 MyCoding.uk -My blog about coding and further learning. This blog was writen with pure Perl and front-end output was performed with TemplateToolkit. |