Showing results 651-660 of >723 (page 66)
https://towardsdatascience.com/neural-networks-from-a-bayesian-perspective-ad8cacc7588e/

Learn how to estimate model uncertainty in neural networks

http://hackage.haskell.org/package/simple-neural-networks-0.2.0.1/docs/doc-index.html

simple-neural-networks-0.2.0.1: Simple parallel neural networks implementation Index ActivationFunction AI.NeuralNetworks.Simple applyWeightDeltas AI.NeuralNetworks.Simple backpropagationBatchParallel AI.NeuralNetworks.Simple backpropagationOneStep AI.NeuralNetworks.Simple backpropagationStochastic AI.NeuralNetworks.Simple crossoverCommon AI.NeuralNetworks.Simple crossoverMerge AI.NeuralNetworks.Simple emptyNeuralNetwork AI.NeuralNetworks.Simple getWeights AI.NeuralNetworks.Simple Logistic AI.Neu

https://ai-beginners-journey.hashnode.dev/neural-networks-how-machines-learn-to-make-decisions

Learn how neural networks work, from layers and forward propagation to output generation, with simple real-world examples

https://r2rt.com/recurrent-neural-networks-in-tensorflow-i

# Recurrent Neural Networks in Tensorflow I Mon 11 July 2016 This is the first in a series of posts about recurrent neural networks in Tensorflow. In this post, we will build a vanilla recurrent neural network (RNN) from the ground up in Tensorflow, and then translate the model into Tensorflow’s RNN API. Edit 2017/03/07: Updated to work with Tensorflow 1.0. ### Introduction to RNNs RNNs are neural networks that accept their own outputs as inputs. So as to not reinvent the wheel, here are a few blog pos

https://en.mimi.hu/artificial_intelligence/recurrent_neural_networks.html

Recurrent neural networks - Topic:Artificial Intelligence - Lexicon & Encyclopedia - What is what? Everything you always wanted to know

https://master-statistics.com/machine-learning/neural-networks/

Learn how feedforward neural networks learn through backpropagation and gradient descent, how activation functions introduce nonlinearity, why ReLU solves the vanishing gradient problem, and how dropout and batch normalization regularize networks

https://madewithml.com/courses/foundations/neural-networks/

Implement basic neural networks from scratch using NumPy and then using PyTorch

https://www.kdnuggets.com/2016/08/brohrer-convolutional-neural-networks-explanation.html

Get an overview of what is going on inside convolutional neural networks, and what it is that makes them so effective

https://milvus.io/ai-quick-reference/how-do-convolutional-neural-networks-work

Convolutional Neural Networks (CNNs) are a type of deep learning model designed to process grid-like data, such as image

https://semiengineering.com/spiking-neural-networks-place-data-in-time/

How efficiently can we mimic biological spiking process of neurons and synapses, and is CMOS a good choice for neural networks

‹ Prev Next ›