Skip to content
Snippets Groups Projects
Commit cd46ab1e authored by BRIGGAN2's avatar BRIGGAN2
Browse files

Update ica.py

parent d580d2c1
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ def ica(x, **args):
'''training loop using graident descent'''
for step in range(nsteps):
# ***insert gradient descent code here***
''' use backtracking line search '''
# print loss
print('step: {} / {}, L: {}'.format(step, nsteps, L[step]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment