In today’s post, I will implement a matrix-based backpropagation algorithm with gradient descent in Python. For this purpose, we’ll only use the Numpy library to explain a bit of the mathematics behind the process (mainly multivariate calculus). To better cement the concept, we’ll build an XOR neural network (a network that learns to behave like…
All posts in April 2023
3 Great Books To Read This April
In my last life and productivity post, I mentioned that I got into audiobooks. I thought it would be a good to start a monthly list of books I have read or plan to read. Normally, after finishing a book, I write some notes about the main points I took away and things that I…