avatarMert Bozkir

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

3054

Abstract

60dbbdeba">Source</a></figcaption></figure><p id="e4fa">Neural Network, is mathematical systems composed of a lot of connected neurons. Artificial neurons are connect with each other, it is like Biological Neurons. Just like them, they receive input signals, collect these signals, process them, and deliver the outputs.</p><p id="b042"><b>Neural Network have five sections: Inputs: </b>Its inputs that NN take first<b> Weights: </b>Our weight parameter is our NN most important parameter<b> Addition:</b> Inputs and weights multiplied and we add our bias parameter.<b> Activation Function: </b>We have to know our neuron’s activity() <b>Outputs: </b>Output of the activation func. is our neuron’s output. Every neuron would have a lot of input but output must 1 value.</p><h1 id="dc45">Scale of Neural Networks:</h1><p id="56c5">Just have two parts <b>Shallow </b>and<b> Deep </b>Neural Networks.</p><p id="e469"><b>Shallow Neural Networks: “</b>Shallow” have just 3 layer for neurons.</p><ul><li>Input layer</li><li>Hidden layer (Math processes is happening here)</li><li>Output layer (Our statistical result)</li></ul><p id="270f">In brief, “shallow” neural networks generally using for basic problems. Because with just 1 hidden layer you can’t extract specific features.</p><p id="8c64">There are articles express deep neural networks have give better result than shallow neural networks. We can say that the hidden layers is effective way for feature extraction.</p><figure id="bf7e"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*wSh9dYYCvMfl8OTr.png"><figcaption></figcaption></figure><p id="9bf2"><b>Deep Neural Networks: </b>It is the developed form of neural networks and its hidden layers are more than one. Ian Goodfellow, Bengio and Courville are proved neural networks would solve complex problem but deep neural network’s have better accuracy, because when you add more layer you would have better accuracy. Hidden layers are useful untill 9–10 layers, after your prediction will worse. Nowadays, most neural network models and applications have deep neural network with 3–10 layers.</p><figure id="47a6"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*xhTUOkpGwSiHRQvH.jpeg"><figcaption><a href="https://twitter.com/karpathy">Andrej Karpaty</a></figcaption></figure><blockquote id="d621"><p>Gradient descent can write code better than you. I’m sorry. -Andrej Karpathy</p></blockquote><p id="75b1">There are a lot of deep learning architecture. These architectures can integrate a lot of areas and have good results.</p><p id="3fc7">CNN(Convolutional Neural Network), RNN(Recurrent Neural Network), GAN(Generative Adversarial Network), LSTM(Long-Short-Term-Memory) is some type of advanced level architectures. GoogleNet, VGG-16, AlexNet, LeNet, U-Net some of deep learning models.</p><h1 id="ca08">Resources:</h1><p id="fad0"><a href="https://teknikafa.com/yapay-sinir-aglari/">https://teknikafa.com/yapay-sinir-aglari/</a></p><p id="c068"><a href="https://missinglink.ai/guides/neural-network-concep

Options

ts/complete-guide-artificial-neural-networks/">https://missinglink.ai/guides/neural-network-concepts/complete-guide-artificial-neural-networks/</a></p><p id="79e0"><a href="https://www.digitaltrends.com/cool-tech/what-is-an-artificial-neural-network/">https://www.digitaltrends.com/cool-tech/what-is-an-artificial-neural-network/</a></p><p id="4c64"><a href="https://deepai.org/machine-learning-glossary-and-terms/neural-network">https://deepai.org/machine-learning-glossary-and-terms/neural-network</a></p><div id="0c07" class="link-block"> <a href="https://www.linkedin.com/in/mertbozkir/"> <div> <div> <h2>Mert Bozkır - Bursa Teknik Üniversitesi - Istanbul, Turkey | LinkedIn</h2> <div><h3>Hi everyone,I am Mert, a data science enthusiast and I want to be enthusiastic junior data scientist, concentrate on…</h3></div> <div><p>www.linkedin.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*cU3X5DWtFpALD8ah)"></div> </div> </div> </a> </div><h2 id="de05">Other Articles:</h2><div id="4463" class="link-block"> <a href="https://readmedium.com/machine-learning-and-the-gdpr-253a627e569f"> <div> <div> <h2>MACHINE LEARNING AND THE GDPR</h2> <div><h3>ABSTRACT</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*uCVjc-xE2uzh2hhtKURh2w.jpeg)"></div> </div> </div> </a> </div><div id="bcff" class="link-block"> <a href="https://readmedium.com/most-popular-ransomware-cryptolockers-378fe068598"> <div> <div> <h2>Most Popular Ransomware: CryptoLockers</h2> <div><h3>The main aim of evil-minded cybercriminals is to gain access to personal or organizational sensitive data via…</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*o-ZuBVfQCnOTIg-m)"></div> </div> </div> </a> </div><div id="eca9" class="link-block"> <a href="https://readmedium.com/come-write-with-us-as-a-dataprofessional-or-enthusiast-771a641c4a48"> <div> <div> <h2>Come Write With Us as a “DataProfessional” or “Enthusiast”</h2> <div><h3>About Data Myths and Facts</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*Wsb7Biq1T3RXRCf2tK3hxg.png)"></div> </div> </div> </a> </div></article></body>

Overview of Neural Networks

Do you wanna know basically what is a neural network?

Photo by Omar Flores on Unsplash

Artificial Intelligence is so popular in our world. If you are interested in AI, You would probably know the existence of an Artificial Neural Network. Do you wanna know basically what is a neural network? Then come and dive into NeuralNets by this article.

Table of Contents

What is Neural Network? Which areas do we use NNs? How is work a Neural Network? Shallow Neural Network Deep Neural Network

What is Neural Network?

Neural Network, is just simulated and inspired by real neurons. It is a Supervised System made up of neurons and layers. Every neuron connected with the before layer’s neurons through this Neural Network can learn and solve complex problems. Neural Networks have this ability; Learn and Solve.

Source

Which areas do we use ANNs?

Companies such as Visa, Master Cards, American Express, Europen Banks, USA Banks, ASIA Pacific Institution, High Street Banks, and Brokers in the UK have hugely invested in neural network technology. An article in The Economist magazine proved with numerical data that sales and internal volume including neural network technology have been on the rise in recent years.

Neural Networks can be applied in a lot of areas such as Finance, Engineering, Medicine, Manufacture. Neural Network can detect damage possibilities for a product before happened. Also, NN’s Prediction abilities proved in finance areas. Neural Networks can work effectively in areas such as macroeconomic predicting, credit scoring, currency forecasting, and risk analysis.

Finance: Fraud Detection, Credit Scoring Computer Vision: Face-Motion-Object-Emotion Recognitions Bioinformatics: Tumor Detection, Cancer Detection, Stroke Detection Energy Production: Price and Load Forecast Automotive, Aerospace: Predictive Maintenance Natural Language Processing: Voice Assistant, Machine Translation, Speech Recognition, Chatbots …

How is work a Neural Network?

Source

Neural Network, is mathematical systems composed of a lot of connected neurons. Artificial neurons are connect with each other, it is like Biological Neurons. Just like them, they receive input signals, collect these signals, process them, and deliver the outputs.

Neural Network have five sections: Inputs: Its inputs that NN take first Weights: Our weight parameter is our NN most important parameter Addition: Inputs and weights multiplied and we add our bias parameter. Activation Function: We have to know our neuron’s activity() Outputs: Output of the activation func. is our neuron’s output. Every neuron would have a lot of input but output must 1 value.

Scale of Neural Networks:

Just have two parts Shallow and Deep Neural Networks.

Shallow Neural Networks: “Shallow” have just 3 layer for neurons.

  • Input layer
  • Hidden layer (Math processes is happening here)
  • Output layer (Our statistical result)

In brief, “shallow” neural networks generally using for basic problems. Because with just 1 hidden layer you can’t extract specific features.

There are articles express deep neural networks have give better result than shallow neural networks. We can say that the hidden layers is effective way for feature extraction.

Deep Neural Networks: It is the developed form of neural networks and its hidden layers are more than one. Ian Goodfellow, Bengio and Courville are proved neural networks would solve complex problem but deep neural network’s have better accuracy, because when you add more layer you would have better accuracy. Hidden layers are useful untill 9–10 layers, after your prediction will worse. Nowadays, most neural network models and applications have deep neural network with 3–10 layers.

Andrej Karpaty

Gradient descent can write code better than you. I’m sorry. -Andrej Karpathy

There are a lot of deep learning architecture. These architectures can integrate a lot of areas and have good results.

CNN(Convolutional Neural Network), RNN(Recurrent Neural Network), GAN(Generative Adversarial Network), LSTM(Long-Short-Term-Memory) is some type of advanced level architectures. GoogleNet, VGG-16, AlexNet, LeNet, U-Net some of deep learning models.

Resources:

https://teknikafa.com/yapay-sinir-aglari/

https://missinglink.ai/guides/neural-network-concepts/complete-guide-artificial-neural-networks/

https://www.digitaltrends.com/cool-tech/what-is-an-artificial-neural-network/

https://deepai.org/machine-learning-glossary-and-terms/neural-network

Other Articles:

Databulls
Artificial Intelligence
Machine Learning
Neural Networks
AI
Recommended from ReadMedium