Explore >> Select a destination


You are here

towardsdatascience.com
| | coornail.net
1.4 parsecs away

Travel
| | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.
| | kavita-ganesan.com
1.4 parsecs away

Travel
| | This article examines the parts that make up neural networks and deep neural networks, as well as the fundamental different types of models (e.g. regression), their constituent parts (and how they contribute to model accuracy), and which tasks they are designed to learn.
| | www.v7labs.com
1.5 parsecs away

Travel
| | A neural network activation function is a function that is applied to the output of a neuron. Learn about different types of activation functions and how they work.
| | wtfleming.github.io
11.2 parsecs away

Travel
| [AI summary] This post discusses achieving 99.1% accuracy in binary image classification of cats and dogs using an ensemble of ResNet models with PyTorch.