/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

distill.pub
| | algobeans.com
5.8 parsecs away

Travel
| | While an artificial neural network could learn to recognize a cat on the left, it would not recognize the same cat if it appeared on the right. To solve this problem, we introduce convolutional neural networks.
| | neuralnetworksanddeeplearning.com
5.8 parsecs away

Travel
| | [AI summary] The provided text discusses the implementation of a neural network using Theano, focusing on the structure of the network, its layers (FullyConnectedLayer, ConvPoolLayer, SoftmaxLayer), and the training process using stochastic gradient descent (SGD). It also references a paper by C. R. Shu et al. on the application of deep learning in medical image segmentation, particularly in brain tumor detection, and highlights the significance of such advancements in the field of medical imaging and diagnostics.
| | colah.github.io
3.9 parsecs away

Travel
| | [AI summary] This article explains the architecture, mathematical formulation, and major breakthroughs of convolutional neural networks in the context of computer vision and pattern recognition.
| | dennybritz.com
12.7 parsecs away

Travel
| Recurrent Neural Networks (RNNs) are popular models that have shown great promise in manyNLP tasks.