Overview
Authentication: The process of assuring that the communicating entity or the origin of a piece of info is the one that it claims to be
[Read More]
Recap: Overfitting All data can be thought of consisting of two things: Some generator process f(x) where x can be time or an actual input Noise When we build model, we want it to learn only the generator process f(x) The noise is random, it is unique to the training...
[Read More]
Useful Heuritics
SIngle letter:
a - an indefinite article
iL the first (singular) person
Diagraphs: to, it, is , do , on, in, at, of, or, an, he…
Trigraphs: the, and, for, had, one
[Read More]
Revision: Neural networks
A neural networks contains nodes where the neurons sums the inputs thorough weights. The simplest transfer function (step functioN) will output a 1 if exceed the treshold through an activation function (step function).
[Read More]