carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 36 forks source link

Add neuron equation in introduction #329

Closed carschno closed 1 year ago

carschno commented 1 year ago

In the introduction, the first exercise is to compute values from actual data. The required equation should be mentioned in the explanation of a neuron.

ssterrett commented 1 year ago

You could add the following to the source code $Output =ReLu ( \sum x_i*w_i + bias)$

svenvanderburg commented 1 year ago

Closed with #377