This space is to document my learnings of interesting computer science and programming subjects.
Why? Because try to explain something that you learn will make it better understanding.
Saturday, November 2, 2019
Subscribe to:
Post Comments (Atom)
Artificial Neural Network
Logical Computation With Neuron * It has one or more binary input and one output. * Activate output when certain number of input is active...
-
Instead of value like linear regression, it calculate probability out of the value. p = logistic(X.theta) * logistic is inverse of logit f...
-
Logical Computation With Neuron * It has one or more binary input and one output. * Activate output when certain number of input is active...
-
* Use diversified classifier so that each result in independent of each other. Voting * Combine few algorithm. Predict the class with the...
No comments:
Post a Comment