Explore >> Select a destination


You are here

colah.github.io
| | programminghistorian.org
2.2 parsecs away

Travel
| | [AI summary] The text provides an in-depth explanation of using neural networks for image classification, focusing on the Teachable Machine and ml5.js tools. It walks through creating a model, testing it with an image, and displaying results on a canvas. The text also discusses the limitations of the model, the importance of training data, and suggests further resources for learning machine learning.
| | www.v7labs.com
1.3 parsecs away

Travel
| | Convolutional neural networks (CNN) are particularly well-suited for image classification and object detection. Learn the basics of CNNs and how to use them.
| | petewarden.com
2.7 parsecs away

Travel
| | Photo by Anthony Catalano I spend most of my time worrying about how to make deep learning with neural networks faster and more power efficient. In practice that means focusing on a function called GEMM. It's part of the BLAS (Basic Linear Algebra Subprograms) library that was first created in 1979, and until I started...
| | sirupsen.com
8.8 parsecs away

Travel
| [AI summary] An educational guide explaining how to build a neural network from scratch using Python, covering concepts like layers, gradient descent, autograd, and activation functions.