About 50 results
Open links in new tab
  1. What are the best books to study Neural Networks from a purely ...

    Mar 13, 2019 · I am looking for a book that goes through the mathematical aspects of neural networks, from simple forward passage of multilayer perceptron in matrix form or differentiation of activation …

  2. graph theory - Convolutional neural networks preserve local ...

    Oct 13, 2020 · I'm working on a project about graph neural networks and was reading some stuff about convolutional neural networks. I did not understand what the book means with 'preserve local …

  3. neural networks - How does the reshape works in im2col for CNN's ...

    Aug 9, 2025 · I'm implementing a Convolutional Neural Network and im2col optimization from scratch (without deep learning libraries), and I got stuck when computing the backpropagation for the kernel. …

  4. Interpretation of Symmetric Normalised Graph Adjacency Matrix?

    I'm trying to follow a blog post about Graph Convolutional Neural Networks. To set up some notation, the above blog post denotes a graph $\mathcal {G}$, it's adjacency matrix $A$, and the degree matrix $D$.

  5. calculus - Understanding the convolution as a weighted average to ...

    I was reading Yoshua's Bengio [book] [1] on convolutional neural networks and it has small section that described/explains the convolution in the context of estimating the location of a spaceship with a …

  6. Real world uses of hyperbolic trigonometric functions

    Jan 27, 2017 · Among many uses and applications of the logistic function/hyperbolic tangent there are: Being an activation function for Neural Networks. These are universal function approximators that …

  7. How can an algorithm for traveling salesman beat concorde?

    Sep 6, 2023 · 2 I am trying to learn about neural networks. I was reading the paper An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem which uses graph neural …

  8. What does the symbol nabla indicate? - Mathematics Stack Exchange

    Mar 27, 2018 · In your neural networks application, the optimisation algorithm always wants to go in the direction where the cost decreases the most. The algorithm doesn't see the cost globally, only in …

  9. CS231N Backpropagation gradient - Mathematics Stack Exchange

    I'm reading the Stanford course about Convolutional Neural Network and I don't understand how he backpropagates a 2 neural network. Actually, the thing I'm trying to ...

  10. Simply put, are most functions in the "real world" non-convex?

    Jan 16, 2022 · Below are some visualizations of the "loss functions" from a Convolutional Neural Network (CNN), used in image recognition: I have heard people make such claims, such as the "loss …