Posts

Showing posts from December, 2023

ARTIFICIAL NEURAL NETWORK

Image
                                      ARTIFICIAL NEURAL NETWORK In this lab we are run AI program for machine learning which solves the Binary using LED Numerical Display. It's from Micheal Klement from the below link ( Running An Artificial Neural Network On An Arduino Uno – The DIY Life (the-diy-life.com) ). An artificial neural network is a mathematical computing model which is designed to mimic the way in which the brain reacts to sensory inputs.  Historically important In fact they have been around since the 80’s and while they are based on some fairly complicated mathematics, you do not need to understand the mathematics in order to understand how the network functions. So what is an artificial neural network? In short, an artificial neural network is a segment of code which learns how to respond to inputs based on example sets of inputs ...

AI - Artificial Intelligence

Image
                                     Artificial Intelligence                                                                 In my view, AI is a technology that learns from various resources and provides output based on your requirements gathered from the internet. AI involves creating machines that can imitate human intelligence by learning and reasoning similarly to us. Through AI, computers gain the ability to tackle tasks that traditionally demand human-like thinking, including pattern recognition, problem-solving, language comprehension, and decision-making. "A system's ability to correctly interpret external data, to learn from such data ,and to use those learni...