Introduction to purpose-specific neural networks

Artificial neural networks (ANNs) are versatile and can be designed to address different problems. Specific architectural styles are useful for solving certain problems. Think of the architecture as being the fundamental configuration of the network.


This content originally appeared on DEV Community and was authored by Rishal Hurbans

Artificial neural networks (ANNs) are versatile and can be designed to address different problems. Specific architectural styles are useful for solving certain problems. Think of the architecture as being the fundamental configuration of the network.

Image description

Convolutional neural networks (CNNs) are designed for image recognition. These networks can be used to find the relationships among different objects and unique areas within images. If you’ve ever searched for an image online, you have likely interacted indirectly with a CNN.

Image description

Whereas standard ANNs accept a fixed number of inputs, recurrent neural networks (RNNs) accept a sequence of inputs with no predetermined length. These inputs are like spoken sentences. RNNs are useful in applications pertaining to speech and text recognition and prediction.

Image description

A generative adversarial network (GAN) consists of a generator network and a discriminator network. For example, the generator creates a potential solution like an image or a landscape, and a discriminator uses real images of landscapes to determine the realism or correctness.

Image description

GANs can be used to generate convincing fake images and videos (also known as deepfakes), which raises concern about the authenticity of information in the media. They can also be used in extraordinary ways for CGI for movies.

Image description

Learn more about artificial neural networks in Grokking AI Algorithms with Manning Publications: http://bit.ly/gaia-book, consider following me - @RishalHurbans, or join my mailing list for infrequent knowledge drops: https://rhurbans.com/subscribe.


This content originally appeared on DEV Community and was authored by Rishal Hurbans


Print Share Comment Cite Upload Translate Updates
APA

Rishal Hurbans | Sciencx (2021-12-08T09:56:10+00:00) Introduction to purpose-specific neural networks. Retrieved from https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/

MLA
" » Introduction to purpose-specific neural networks." Rishal Hurbans | Sciencx - Wednesday December 8, 2021, https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/
HARVARD
Rishal Hurbans | Sciencx Wednesday December 8, 2021 » Introduction to purpose-specific neural networks., viewed ,<https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/>
VANCOUVER
Rishal Hurbans | Sciencx - » Introduction to purpose-specific neural networks. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/
CHICAGO
" » Introduction to purpose-specific neural networks." Rishal Hurbans | Sciencx - Accessed . https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/
IEEE
" » Introduction to purpose-specific neural networks." Rishal Hurbans | Sciencx [Online]. Available: https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/. [Accessed: ]
rf:citation
» Introduction to purpose-specific neural networks | Rishal Hurbans | Sciencx | https://www.scien.cx/2021/12/08/introduction-to-purpose-specific-neural-networks/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.