Explore >> Select a destination


You are here

colah.github.io
| | programminghistorian.org
2.0 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.
| | saturncloud.io
2.2 parsecs away

Travel
| | Artificial Intelligence has been witnessing monumental growth in bridging the gap between the capabilities of humans and machines. Researchers and enthusiasts alike, work on numerous aspects of the field to make amazing things happen. One of many such areas is the domain of Computer Vision.
| | www.3blue1brown.com
2.8 parsecs away

Travel
| | An overview of what a neural network is, introduced in the context of recognizing hand-written digits.
| | marcospereira.me
12.2 parsecs away

Travel
| In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset.