A look at the role of neural nodes and how deep learning is used to create algorithms

what is an artificial neural network?

At the heart of many artificial intelligence computer systems are artificial neural networks (ANN). These networks have been inspired by the biological arrangements found in a human brain.

Using a structure of connected “neurons”, these networks can distinguish numerical arrangements by 'learning' to process certain stimuli and creating assessments without the involvement of humans.

One such practical instance of this is the use of an ANN to identify objects in images. In a system constructed to identify the image of a cat, an ANN will be taught on a data set that comprises images that are labelled “cat”, which can be used as a reference point for any forthcoming analysis. Just as people may learn to recognise a dog based on distinctive features, such as a tail or fur, so too does an ANN, by breaking each image down into their various component parts, such as colour and shapes.

In practical terms, a neural network offers a sorting and classification level that sits on top of your managed data, aiding the clustering and grouping of data based on resemblances. It's possible to produce complex spam filters, algorithms to find fraudulent behaviour and customer relationship tools that precisely measure mood, all using an artificial neural network.

How an artificial neural network works

ANNs draw inspiration from the neurological organisation of the human brain. https://www.itpro.co.uk/network-internet are constructed using neuron-like computational nodes which converse with each other along channels like the way synapses work. This means the output of one computational node will affect the processing of another.

Neural networks signified an enormous leap in the development of artificial intelligence, which had until then relied on the use of pre-defined processes and regular human intervention to create the desired outcome. An ANN allows the analytical load to be spread across a net of several interconnected layers, each containing interconnected nodes. As information is processed and contextualised, it's then passed along to the next node, and down through the layers. The idea is to allow additional contextual information to be drip-fed into the network to inform processing at every stage.

what is an artificial neural network?

A basic structure of a single 'hidden' layer neural network

Much like the structure of a fishing net, a single layer of a neural network connects processing nodes together using strands. The vast number of connections enable enhanced communication between these nodes, increasing accuracy and data processing throughput.

ANNs will then pile a number of these layers on top of each other to analyse data, creating an input and output flow of data from the first layer to the last. Although the number of layers will vary depending on the nature of the ANN and its task, the idea is to pass data from one layer to another, with additional contextual information being added as it goes. This deviates slightly from the human brain, which is connected using a 3D matrix, rather than a series of layers.

Like an organic brain, nodes 'fire' across an ANN when they receive specific stimuli, passing the signal over to another node. However, in the case of ANNs, the input signal is defined as a real number, with the output being the sum of the various inputs.

The value of these inputs is dependent on their weighting, which serves to increase or decrease the importance placed on the inputs respective to the task being performed. The goal is to take an arbitrary number of binary inputs and translate them into a single binary output.

what is an artificial neural network?

A more complex neural network, increasing the sophistication of its processing

Earlier models of neural networks used shallow structures, where only one input and output layer were used. Modern systems now are comprised of an input layer, where data first enters the network, multiple 'hidden' layers, which add complexity to the analysis, and an output layer.

This is where the term 'deep learning' has derived – the 'deep' part specifically referring to any neural network that uses more than one 'hidden' layer.

The evening party example

To explain how a neural network works in practice, let's boil it down to a real-world example.

Imagine you have been invited to a party and you are trying to decide whether to go. It's highly likely that you are weighing up pros and cons and pulling a variety of factors into the decision process. For the sake of this example, we'll pick just three – 'will my friends be going?', 'is the party easy to get to?', 'is the weather going to be good?'

It's possible to model this process using an artificial neural network by translating these considerations into binary numbers. For example, we could assign a binary value to 'weather', namely '1' for clear weather and '0' for severe weather. The same format will be repeated for each deciding factor.

Neural threshold

However, it's not enough to just assign values, as this doesn't help us arrive at a decision. For that, we would need to define a threshold – that is, the point at which the number of positive factors outweighs the number of negative factors. Based on the binary values, a suitable threshold could be '2' – in other words, you would need two factors to return a '1' before deciding to attend the party. If your friends were to attend the party ('1') and the weather was good ('1'), this would be enough to pass the threshold.

If the weather was bad ('0'), and the party was difficult to get to ('0'), this would not meet the threshold and you would decide against attending the party, even if your friends were to attend ('1').

Neural weighting

Admittedly, that is a very basic example of the fundamentals of a neural network, but hopefully, it helps to highlight the idea of values and thresholds. However, the decision-making process is far more complex than this example, and it's often the case that one factor will be more influential in the decision-making process over another.

To create this variation, we can use 'neural weighting' – this dictates how important a factor's binary value is in relation to other factors by multiplying it by its weighting.

While each of the considerations in our example could sway you one way or another, it's likely that you will place greater importance on one or two of the factors. If you are entirely put off by the idea of leaving the house during a heavy downpour, then the inclement weather will outweigh the other two considerations. In this example, we could place greater importance on the weather value by giving it a higher weighting:

  • Weather = w5
  • Friends = w2
  • Distance = w2

If we imagine that the threshold has now been set to 6, poor weather (a 0 value) would prevent the rest of the inputs from reaching the desired threshold, and therefore the node would not 'fire' (you would decide against going to the party).

Again, it's a simple example, but it provides an overview of how decisions are made based on the weight of evidence provided. If you're to extrapolate this to, say, an image recognition system, the various considerations of whether to attend a party (inputs) would be the dismantled characteristics of a given image, whether that's colour, size, or shapes. A system training to identifying a dog, for example, may give greater weighting to shapes, or colour.

When a neural network is in training, the weights and thresholds are set to random values. These are then continually adjusted as training data is passed through the network until a consistent output is achieved.

Benefits of neural networks

Neural networks can learn organically. That is, the outputs from a neural network aren't completely limited by the inputs; artificial neural networks can generalise inputs, making them valuable for pattern recognition systems.

They can also find shortcuts to achieve computationally intensive answers. Artificial neural networks can infer relations between data points, rather than expecting for records in a data source to be unambiguously connected.

They can also be fault tolerant. When neural networks are scaled over multiple systems, they can route around missing nodes that can't communicate. In addition to routing around parts of a network that no longer functions, artificial neural networks can recreate data by inference and help determine non-functioning nodes. This is useful for self-diagnosis and debugging of a network.

However, the biggest advantage deep neural networks provide is the ability to process and cluster unstructured data, such as pictures, audio files, video, text, and numerical data. Given the analytical hierarchy, where each layer of nodes trains on the output of the previous layer, deep neural networks are capable of handling vast quantities of this unstructured data to find similarities before it reaches a human.

Examples of neural networks

There are many examples of neural network applications that take advantage of its ability to derive meaning from complex or inexact data.

Image recognition Artificial neural networks can solve problems such as analysing photos for specific objects. Such algorithms can be deployed to tell dogs from cats. More importantly, neural networks have been deployed to diagnose cancers using only cell shape information.

Financial Neural networks have been used to figure out exchange rate forecasting and stock performance and selection prediction for nearly 30 years. Neural networks also are used to determine credit scores, learning to correctly identify good or poor credit risks.

Telecommunications Neural networks have been used in telecoms firms to optimise routing and quality of service by evaluating network traffic in real-time.

Keyword: What is an artificial neural network?

CAR'S NEWS RELATED

Best cars for a 'Love Bug' remake

Tennessee’s Yard Art The Thorndyke Special The Hot Rod The Hippie Van Jim’s Lamborghini Growing up, it’s safe to say my absolute favorite movie was Disney’s “The Love Bug.” As a kid living in a world before Pixar’s “Cars,” it was pretty much the best car movie. I loved ...

View more: Best cars for a 'Love Bug' remake

Audi timing belt tensioner prompts Utah bomb squad visit

An aftermarket timing belt tensioner found in a Salt Lake City apartment prompted a visit from the bomb squad this week after it was mistaken for a potential explosive device. Police partially evacuated the apartment complex in which it was found “out of an abundance of caution” and called ...

View more: Audi timing belt tensioner prompts Utah bomb squad visit

2023 GMC Sierra HD 2500 and 3500 will get more expensive

GMC Sierra HD pickups are about to get more expensive again after recently becoming more expensive, according to GM Authority. In July, GMC and Buick raised the prices on certain vehicles in their lineups anywhere from $975 to $1,675 by making the previously optional OnStar a standard feature. Next ...

View more: 2023 GMC Sierra HD 2500 and 3500 will get more expensive

Our week with EVs: Recapping the diverse collection of electric cars we tested

Mercedes-Benz EQB First Drive Review: Next electric Benz is a little different 2022 Chevy Bolt EV Road Test Review: Time to play EV, gas or airplane 2023 Genesis GV60 Road Test Review: The third of Hyundai Group’s E-GMP EVs is the fastest, but softest It may be hard to ...

View more: Our week with EVs: Recapping the diverse collection of electric cars we tested

Europe car sales lowest since 1996 after 12-month decline

BERLIN – Europe registered the lowest number of new passenger cars in the month of June this year since 1996 at just over 1.06 million vehicles, with some carmakers seeing sales drop by nearly 50%, data from Europe’s automobile association showed on Friday. Volkswagen Group was the hardest-hit major ...

View more: Europe car sales lowest since 1996 after 12-month decline

More Than Just A Carmaker: Toyota Motor PH Launches Toyota Mobility Solutions

Automotive industry leader, Toyota Motor Philippines Corporation (TMP) inaugurated today Toyota Mobility Solutions Philippines, Inc. (TMSPH), a wholly owned subsidiary that will be a provider of mobility-related services. TMSPH ventures into the development and offering of a range of ‘new mobility solutions’ that will enhance Toyota as a brand ...

View more: More Than Just A Carmaker: Toyota Motor PH Launches Toyota Mobility Solutions

'F1 22' feels fast and familiar | Gaming Roundup

‘F1 22’ impressions ‘Construction Simulator’ is launching Sept. 20 Autoblog may receive a share from purchases made via links on this page. Pricing and availability are subject to change. This week in racing game news: ‘F1 22’ impressions At its core, “F1 22,” the latest installment in the F1 ...

View more: 'F1 22' feels fast and familiar | Gaming Roundup

Watch a single-engine plane crash-land on 91 Freeway in California

A single-engine Piper Cherokee airplane was forced to crash land on the 91 Freeway in California after losing power about 45 minutes outside of Los Angeles. Yes, that means this was a very busy highway, practically bursting at the seams with traffic. No, amazingly nobody died, either in the ...

View more: Watch a single-engine plane crash-land on 91 Freeway in California

Ford files 'Mustang Dark Horse' trademark application

Make adventures more comfortable with high-quality Jeep grab handles

New Lucid Air variant to debut & Stealth Look to be on display during Monetary Car Week

Chevy offers incentives to prevent Corvette Z06 flipping

Average U.S. gas price falls below $4/gallon

German court: SUV driver must pay more than a car for running red light

Australian vehicle crash tests to include underwater performance

Toyota C-HR rumored to get revamp next year and an EV version

Geely's electric Zeekr 009 is an EV Alphard we never had; 700 km, 542 PS, top speed 190 km/h

A Newey, Brawn and Anderson row that shows F1 doesn’t change

Sorry, EV buyers, you won't get to pick your own pedestrian safety sounds

There won't be enough copper to meet climate goals, study indicates

OTHER CAR NEWS

; Top List in the World https://www.pinterest.com/newstopcar/pins/
Top Best Sushi Restaurants in SeoulTop Best Caribbean HoneymoonsTop Most Beautiful Islands in PeruTop Best Outdoor Grill BrandsTop Best Global Seafood RestaurantsTop Foods to Boost Your Immune SystemTop Best Foods to Fight HemorrhoidsTop Foods That Pack More Potassium Than a BananaTop Best Healthy Foods to Gain Weight FastTop Best Cosmetic Brands in the U.STop Best Destinations for Food Lovers in EuropeTop Best Foods High in Vitamin ATop Best Foods to Lower Your Blood SugarTop Best Things to Do in LouisianaTop Best Cities to Visit in New YorkTop Best Makeup Addresses In PennsylvaniaTop Reasons to Visit NorwayTop Most Beautiful Islands In The WorldTop Best Law Universities in the WorldTop Richest Sportsmen In The WorldTop Biggest Aquariums In The WorldTop Best Peruvian Restaurants In MiamiTop Best Road Trips From MiamiTop Best Places to Visit in MarylandTop Best Places to Visit in North CarolinaTop Best Electric Cars For KidsTop Best Swedish Brands in The USTop Best Skincare Brands in AmericaTop Best American Lipstick BrandsTop Michelin-starred Restaurants in MiamiTop Best Secluded Getaways From MiamiTop Best Things To Do On A Rainy Day In MiamiTop Most Instagrammable Places In MiamiTop Interesting Facts about FlorenceTop Facts About The First Roman Emperor - AugustusTop Best Japanese FoodsTop Most Beautiful Historical Sites in IsraelTop Best Places To Visit In Holy SeeTop Best Hawaiian IslandsTop Reasons to Visit PortugalTop Best Hotels In L.A. With Free Wi-FiTop Best Scenic Drives in MiamiTop Best Vegan Restaurants in BerlinTop Most Interesting Attractions In WalesTop Health Benefits of a Vegan DietTop Best Thai Restaurant in Las VegasTop Most Beautiful Forests in SwitzerlandTop Best Global Universities in GermanyTop Most Beautiful Lakes in GuyanaTop Best Things To Do in IdahoTop Things to Know Before Traveling to North MacedoniaTop Best German Sunglasses BrandsTop Highest Mountains In FranceTop Biggest Hydroelectric Plants in AmericaTop Best Spa Hotels in NYCTop The World's Scariest BridgeTop Largest Hotels In AmericaTop Most Famous Festivals in JordanTop Best European Restaurants in MunichTop Best Japanese Hiking Boot BrandsTop Best Universities in PolandTop Best Tips for Surfing the Web Safely and AnonymouslyTop Most Valuable Football Clubs in EuropeTop Highest Mountains In ColombiaTop Real-Life Characters of Texas RisingTop Best Beaches in GuatelamaTop Things About DR Congo You Should KnowTop Best Korean Reality & Variety ShowsTop Best RockstarsTop Most Beautiful Waterfalls in GermanyTop Best Fountain Pen Ink BrandsTop Best European Restaurants in ChicagoTop Best Fighter Jets in the WorldTop Best Three-Wheel MotorcyclesTop Most Beautiful Lakes in ManitobaTop Best Dive Sites in VenezuelaTop Best Websites For Art StudentsTop Best Japanese Instant Noodle BrandsTop Best Comedy Manhwa (Webtoons)Top Best Japanese Sunglasses BrandsTop Most Expensive Air Jordan SneakersTop Health Benefits of CucumberTop Famous Universities in SwedenTop Most Popular Films Starring Jo Jung-sukTop Interesting Facts about CougarsTop Best Hospitals for Hip Replacement in the USATop Most Expensive DefendersTop Health Benefits of GooseberriesTop Health Benefits of ParsnipsTop Best Foods and Drinks in LondonTop Health Benefits of Rosehip TeaTop Best Air Fryers for Low-fat CookingTop Most Asked Teacher Interview Questions with AnswersTop Best Shopping Malls in ZurichTop The Most Beautiful Botanical Gardens In L.A.Top Best Mexican Restaurants in Miami for Carb-loading rightTop Best Energy Companies in GermanyTop Best Garage HeatersTop Largest Banks in IrelandTop Leading Provider - Audit and Assurance In The USTop Best Jewelry Brands in IndiaTop Prettiest Streets in the UKTop Best Lakes to Visit in TunisiaTop Highest Mountains in Israel