204.5.12 Practice : Digit Recognizer
Link to the previous post : https://statinfer.com/204-5-11-hidden-layers-and-their-roles/ As promised, in the first post of the series we will build a Neural …
Read More204.5.9 Building a Neural Network in Python
Link to the previous post : https://statinfer.com/204-5-8-neural-network-algorithm-demo/ Building the Neural Network The good news is… We don’t need to write …
Read More204.5.5 Practice : Implementing Intermediate outputs in Python
Link to the previous post : https://statinfer.com/204-5-4-issue-with-non-linear-decision-boundary/ In this post, we will learn how to implement the concept of intermediate outputs …
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.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