erodola / DLAI-s2-2021

Teaching material for the course of Deep Learning and Applied AI, 2nd semester 2021, Sapienza University of Rome
35 stars 5 forks source link

Useful resource to understand question 12 of the midterm #11

Open noranta4 opened 3 years ago

noranta4 commented 3 years ago

Look at this link for a nice playground to experimentally find the solutions to all the points of Question 12. Change the number of neurons and activation functions and launch the training to see what happens in every configuration.

At this other link you can find a similar playground to look at the function learned by a MLP for a regression problem.