Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 360 Bytes

File metadata and controls

8 lines (5 loc) · 360 Bytes

MLP

We can use MLP to approximate some nonlinear functions in a bounded region, for example, the love function, $x^2+(y-\sqrt[3]{x^2})^2$. This figure shows the learnt function.

lovefunc

todo

code