Explore >> Select a destination


You are here

neptune.ai
| | datadan.io
3.5 parsecs away

Travel
| | Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.
| | towardsdatascience.com
2.4 parsecs away

Travel
| | Learn how to build feedforward neural networks that are interpretable by design using PyTorch.
| | blog.paperspace.com
3.5 parsecs away

Travel
| | Follow this tutorial to learn what attention in deep learning is, and why attention is so important in image classification tasks. We then follow up with a demo on implementing attention from scratch with VGG.
| | www.paepper.com
15.7 parsecs away

Travel
| [AI summary] This article explains how to train a simple neural network using Numpy in Python without relying on frameworks like TensorFlow or PyTorch, focusing on the implementation of ReLU activation, weight initialization, and gradient descent for optimization.