204.5.6 Neural Network Intuition
Link to the previous post : https://statinfer.com/204-5-5-practice-implementing-intermediate-outputs-in-python/ Before going further into neural network algorithm, we need to understand and break down …
Read More204.5.4 Issue with Non Linear Decision Boundary
Link to the previous post : https://statinfer.com/204-5-3-practice-non-linear-decision-boundary/ In the previous post we just tried solving a non linear data using …
Read More204.5.3 Practice : Non Linear Decision Boundary
Link to the previous post: https://statinfer.com/204-5-2-decision-boundary-logistic-regression/ Linear decision boundaries is not always way to go, as our data can have …
Read More204.5.2 Decision Boundary – Logistic Regression
Link to the previous post : https://statinfer.com/204-5-1-neural-networks-a-recap-of-logistic-regression/ In the last session we recapped logistic regression. There is something more to understand …
Read More204.5.1 Neural Networks : A Recap of Logistic Regression
Welcome to this Blog series on Neural Networks. In this series 204.5 we will go from basics of neural networks …
Read More204.4.12 Bootstrap Cross Validation
Link to the previous post : https://statinfer.com/204-4-11-k-fold-cross-validation/ This will be our last post on our Model Selection and Cross Validation …
Read More