The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Convolutional Neural Networks | Page | * Convolutional neural networks (CNNs) are specifically suitable for working with image input data. But they can also be used for other data input. * CNNs' strength is in their pattern detection in images. Patterns in an image are edges (sharp changes in luminosity or color), shapes, and objects. *... |
Neural Networks | Page | ## What is a neural network * A "neuron" in a neural network is a function. It accepts some inputs, applies some calculations on them, and then returns a single number. * For regression... |