This website does not (and won't ever) use cookies. I value your privacy.
Subscribe Go to subscribe section.
You can subscribe to this blog by using this RSS file .
RSS (Rich Site Summary) is a format for delivering regularly changing web content. It allows you to easily stay informed by retrieving the latest content from the sites you are interested in and allows you to ensure your privacy, by not needing to join each site's email newsletter.
If you are not familiar with RSS readers and you are an Emacs user, I recommend you Elfeed (created by Chris Wellons ).
Posts Go to posts section.
Below, you will find the latest blog posts summarized and listed in reverse chronological order.
Implementing a Neural Network from scratch – Part 1
6 to 8 minutes to read
David Álvarez Rosa
Neural Network - AI - Deep Learning
May 3, 2020
Abstract. The first entry of this blog series of implementing a Neural Network in C++ will be covering the mathematical theory behind the fully connected layered artificial neural networks. We will start by defining its topology and its core components. Then we will dicuss how a neural network works (namely forward propagation) This blog entry will finish by reformulating the learning problem from a mathematical optimization point of view and deriving the well-known backward propagation formula.
Hello World!
Less than one minute to read
David Álvarez Rosa
Blog - Entry - Greeting
November 7, 2019
As when starting anything new in CS, Hello World! This blog post is dated the day my personal website went live. Either way, hello again. If you happen to be interested, feel free to subscribe using the above RSS file or to get in touch by clicking on the link in the homepage.