Showing results 2841-2850 of >2,924 (page 285)
https://philosophy-science-humanities-controversies.com/listview-list.php?concept=Neural+Networks

Comparison of theories - Pros and cons - Aristotle - Brandom - Chalmers - Dennett - Epicurus - Foucault - Grice - Habermas - Kripke - Locke - Mill - Quine

https://www.emergentmind.com/topics/neural-tangent-kernel-ntk

Learn about the Neural Tangent Kernel (NTK), a mathematical framework that analyzes the training and generalization of wide neural networks by connecting them to kernel methods

https://www.alignment.org/blog/estimating-tail-risk-in-neural-networks/

# Estimating Tail Risk in Neural Networks Posted by Mark Xu on September 13th, 2024 Machine learning systems are typically trained to maximize average-case performance. However, this method of training can fail to meaningfully control the probability of tail events that might cause significant harm. For instance, while an artificial intelligence (AI) assistant may be generally safe, it would be catastrophic if it ever suggested an action that resulted in unnecessary large-scale harm. Current techniques f

https://www.computerlanguage.com/results.php?definition=recurrent+neural+network

#### exaFLOPS # Definition: recurrent neural network A very popular AI neural network that has been used for analyzing data presented as a series. Prior to the transformer method, recurrent neural networks (RNNs) were the primary architecture for speech, handwriting and language recognition. Every word in speech and natural language recognition is highly dependent on the words before and after it. However, recurrent neural networks have difficulty remembering the relationships between words in long sente

https://aiterms.tw/terms/mobile-neural-networks

專為資源受限的行動設備(手機、平板、邊緣設備)設計的輕量級神經網路,確保低延遲、低功耗的推理。|本頁含完整原理、應用場景、iPAS 考試重點與 3 個常見問答。

https://reason.town/tensorflow-neural-network-example/

TensorFlow is a powerful tool for building neural networks. This blog post will show you how to build a simple neural network in TensorFlow and use it to

https://encyclopedia.marginalia.nu/article/Neural_Turing_machine

Neural Turing machine A neural Turing machine (NTM) is a recurrent neural network model of a Turing machine. The approach was published by Alex Graves et al. in 2014. NTMs combine the fuzzy pattern matching capabilities of neural networks with the algorithmic power of programmable computers. An NTM has a neural network controller coupled to external memory resources, which it interacts with through attentional mechanisms. The memory interactions are differentiable end-to-end, making it possible to optimize

https://towardsdatascience.com/sequential-fitting-a-different-perspective-on-the-spectral-bias-of-neural-networks/

Skip to content Publish AI, ML & data-science insights to a global community of data professionals. Sign in Submit an Article Toggle Mobile Navigation Toggle Search Search Machine Learning Sequential Fitting: A Different Perspective on the Spectral Bias of Neural Networks What Fourier analysis misses Conor Rowan Jun 8, 2026 18 min read Share by Conor Rowan and Finn Murphy-Blanchard Introduction Evidenced by their success with complex tasks such as image classification [1], autonomy [2], and language modelin

https://www.jeremykun.com/2012/12/09/neural-networks-and-backpropagation/

# Neural Networks and the Backpropagation Algorithm || Math ∩ Programming This article was ported from my old Wordpress blog here, If you see any issues with the rendering or layout, please send me an email . ## Neurons, as an Extension of the Perceptron Model In a previous post in this series we investigated the Perceptron model for determining whether some data was linearly separable. That is, given a data set where the points are labelled in one of two classes, we were interested in finding a hyperpla

https://storagetarget.com/2017/06/06/parallel-optimization-via-multiple-neural-networks/

When training a neural network, it is not uncommon to have to run through millions of samples, with each training sample (Xi, Yi) separately obtained by a (separate) evaluation of a system function F that maps ℜn ⇒ ℜ1 and that, when given an input Xi, produces an output Yi. Therein lies the problem: evaluations are

‹ Prev Next ›