Tag: Neural Networks
-
Deep Learning & Neural Networks: Part 4
Building a Deep Neural Network: 2 Layer Logistic Regression This post will walk through the process of building a 2 Layer Logistic Regression Neural Network. The process goes as follows: Forward Functions: As you can see from figure 1, the 2-layer neural network can be summarized as: Input of Feature Vectors which in this case is…
-
Deep Learning and Neural Networks: Part 3
As suggested at the beginning of the first post on neural networks, this post just covers the transformation of images to an HDF5 file. You can easily skip this post if you are not interested in this step. However, it is a short post, and the most important step here is making sure that you…