Explore >> Select a destination


You are here

saeedesmaili.com
| | www.statsblogs.com
15.9 parsecs away

Travel
| |
| | www.paepper.com
18.4 parsecs away

Travel
| | How does an artificial neuron work? Inspired by neurons of the human brain, an artificial neuron receives several input values. These input values are multiplied with the weights of the neuron which reflects that some input values are activating the neuron (positive weights) while others inhibit the neuron (negative weights). The product values are then summed and together create the activity a. Finally, a non-linear function is applied on a to yield the final output of the neuron.
| | teddykoker.com
15.1 parsecs away

Travel
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need:
| | www.serverless.com
69.5 parsecs away

Travel
| Sometimes the development feedback loop can be slow when working with serverless functions. This posts walks through some quick tips I use to speed things up