Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Error Surface Plots #61

Open
juliambr opened this issue Mar 19, 2019 · 2 comments
Open

Create Error Surface Plots #61

juliambr opened this issue Mar 19, 2019 · 2 comments
Assignees

Comments

@juliambr
Copy link

Create a function that can do the following:

  • input: task, loss function, model class
  • optimize the loss function in this configuration
  • plot the error surface (x = \theta_1, y = \theta_2, z = empirical risk) and show how the optimizer runs through the space
@cem-ozturk
Copy link

cem-ozturk commented Apr 18, 2019

i have a code to do it on gradient descent, working on that to visualize it in 3d.
grad_desc.txt

@cem-ozturk
Copy link

cem-ozturk commented Apr 28, 2019

3d is working now with plot_ly
grad_desc.txt

ps: i have added it as txt file which is not desired but that seems the most convenient way til we decide where to use it

@cem-ozturk cem-ozturk removed their assignment Sep 30, 2019
@mb706 mb706 transferred this issue from another repository Nov 30, 2022
@mb706 mb706 transferred this issue from slds-lmu/dummyrepo Dec 1, 2022
@mb706 mb706 transferred this issue from slds-lmu/i2ml Dec 1, 2022
@mb706 mb706 transferred this issue from slds-lmu/lecture_i2ml Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants