Explore >> Select a destination


You are here

adl1995.github.io
| | michael-lewis.com
0.7 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | www.lesswrong.com
0.8 parsecs away

Travel
| | A neural net using rectified linear unit activation functions of any size is unable to approximate the function sin(x) outside a compact interval. ...
| | www.v7labs.com
0.4 parsecs away

Travel
| | A neural network activation function is a function that is applied to the output of a neuron. Learn about different types of activation functions and how they work.
| | datadan.io
11.2 parsecs away

Travel
| Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.