Skip to main content

Artificial Intelligence | AI, ANI, AGI, Superintelligence, Neural network.

Welcome to this Article on AI, where we'll take you through the basics of what AI is, how its created, and how it'll look in the future.

What is AI ?

AI stands for artificial intelligence. That's just a fancy way of saying it's intelligence created by humans.

There's a particular term for machines that have artificial intelligence. Can you guess what it is ?It is Intelligence agents. Agents just means it's something that carries out an action.

When we talk about intelligence, we're referring to the ability of gathering, processing and then applying knowledge.

But intelligence doesn't always have to mean something groundbreaking.

Robots

The truth is there are different types of AI, all varying in their level of intelligence.


AI is already integrated into many applications we interact with on a daily basis, without really being called AI.

If we take a closer look, we can see that AI is all around us, just not as intelligent as science-fiction stories protray it to be.

If we take a closer look, we can see that AI is all around us, just not as intelligent as science-fiction stories protray it to be.


The first and most basic form of AI is ANI, or artificial narrow intelligence.

It's called narrow because it can only perform tasks in specific, predefined contexts.


Narrow AI can do a task it was programmed to do incredibly well.

But it gets confused if you present it with new tasks that weren't previously defined and programmed. Narrow AI can take a lot of different forms. 

Just because narrow AI is limited, doesn't mean it's not useful. Many companies use ANI chatbots for customer service.


Chatbots are some of the first AIs that have attempted to pass a famous artificial intelligence test.

Alan Turing

It's called the Turing test, named after its creator, Alan Turing.


In the Turing test, a human judge has a conversation with another human and a machine.

If the judge can't tell which is which, the AI has successfully passed the test.


Passing the Turing test is one thing, but researchers have their sights set higher.

They want to create AGI, which is short for artificial general intelligenceGeneral intelligence will parallel human level intelligence. AGI will able to perform general tasks without assistance and figure out solutions on its own.


Once we figure out AGI, we'll be able to quickly move to the next step: ASI, or artificial super intelligence.

ASI is the one everyone is worried about since it would be something way smarter than most humans. We'll talk more about that later.


To reach artificial general intelligence, researchers are working towards advancements in a few different fields.

Let's talk a bit about these fields since they're the building blocks for many types of AI.


AIs are more useful when we can communicate with them easily. For that, they need natural language processing, on NLP.

NLP is something we use every day when we ask one of our devices for the weather, the time, or to call mom.

With natural language processing, researchers make machines understand things just like a human would. But that's harder than it sounds. AIs need to be very sophisticated to understand things like figure of speech without taking them literally.


Speech recognition is excellent for getting input, but machines also need to learn from gathered data.

For that, there's a whole domain of AI called machine learning. Machine learning is such a vital step that it's often confused for AI.


The simple version of machine learning is this: we give a machine a lot of data regarding a topic. Let's say images of cats.

After showing it hundreds, or even thousands of cats, we give it a test. For example, asking it to name the animal in this picture.

cat

code editor



AI's also need ways of representing data, Better said, they need a way of storing information, accessing it and comparing it.

data

Good data representation allows AIs to make better decisions.


But how can AIs represent decisions in a comparable way that allows them to see the pros and cons each options offers ?

We can think of decisions as branching off into different possible outcomes. We can then represent them in something called a decision tree

code editor


For example, we can use a decision tree to plan a trip from Vienna to Bratislava.

code editor


More complicated versions of decision tree are used in all kinds of applications. That's what AIs use to win at tic-tac-toe or chess.

AIs also need to come to logical conclusions through reasoning.

Many instances of reasoning in AIs is done through propositional logic.

We use propositional logic to simplify language into small parts and then give them values like true or false.


In this example an AI can then judge the truth value of A and B separately and then the truth value of the entire sentence.

code editor


But using things like propositional logic and decision trees requires a lot of computing power due to the level of detail.

Current hardware limitations mean it would take very long to reach any conclusion.


For that reason, researchers are also looking into making AI that can have human-like intuition.

AI intuition is still a theory, but it would help machines solve uncertain situations where there isn't enough data, or there's too much.


As researchers make progress on all of these fronts, AGI becomes more of a reality.

And as soon as that becomes a reality, we'll quickly move towards the next step, artificial super intelligence.


Artificial narrow intelligence can be impressive while artificial general intelligence will probably change the way we live.

But both can't compare to the future of AI, artificial super intelligence. Let's see what would be needed to reach that level. 

The path towards superintelligence will probably be a way shorter than the one from narrow to general intelligence.



Researchers are continually gaining ground in all domains of AI, from machine learning to reasoning, or knowledge representation.


So what are some step necessary for advancing AI technology? One of the first steps is to improve computational power.

computational power

Luckily, the computational power of hardware is accelerating at a steady and exponential rate.


It's so steady that it's even given rise to a theory known as Moore's law.

The law says that computational power doubles every two years. This law has been very accurate so far.


The next step is improving software. One of the main ways of doing that right now is by mimicking the brain through neural network.

Neural networks mimic the brain by storing small amounts of information in each neuron.


Neurons activate from Input to Output. In this diagram, it's from left to right, while they look for information that matches the input.

code editor


Neural networks can be complicated, but here's a simplified version: They split information into a lot of smaller pieces.


When we get input in the first column, we then compare it to the neuron in the text column and the next column after that.

We do this until we get to the output layer and find the best match. This system is similar to that of the human brain.


There's only so much we can do to develop AI. After we provide the hardware and advanced software system like neural networks...

...AI will have to carry on the work by itself through evolution. That is where genetic algorithms come into play.


Genetic algorithms work via survival of the fittest. A set of algorithms are created to solve a problem.

The most successful ones are carried over to the next generation and crossed over to create better versions of the algorithm.


Eventually, one of them is successful is not only solving the problem but doing so in an optimal way. That will be fittest algorithm.

It's through techniques like these that AGI will eventually develop into ASI.


AI will then able to evolve by itself faster than we could ever create it. Researchers call this stage an intelligence explosion.

It's when the switch from artificial general intelligence to superintelligence will happen almost instantaneously.


We're not sure if ASIs will be a good or bad step for humankind.


Nick Bostrom, a leading AI expert, calls it an "extremely difficult problem with an unknown time to solve it".

The important part is you know about it now, and you can also help humankind figure that out.

Comments

Post a Comment

Popular posts from this blog

Let us understand DevOps

What Will You Learn ? DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) This article will get you started with the fundamentals of DevOps and understanding how to use it in real projects Understanding what DevOps is and why it's needed along with the basic terminologies Getting started with DevOps and understanding its architecture and lifecycle Introduction to Git and it's basic commands Introduction to Docker, Docker container and it's related concepts Getting started with Jenkins and understanding how to integrate it with Github Basics of Selenium and Nagios Who is the target audience ? Students and industry professionals who wish to get hands-on something called DevOps Users who wish to learn how to integrate the processes between software development IT teams and manage various projects Benefits Improved operational support and faster fixes Good processes across IT and teams, including automation Increased team flexibility an

What is Hard Disk? Definition, functions and types.

In this article, you will know what is Hard Disk and what are these types? Hard disks are also often called Disk drive or "Hard Disk Drive (HDD)". Just as a library is required to handle books in the library, the same computer also needs a similar place in which it can store digital data .  Computers use two types of storage devices to store and process digital content (Document, Image, Videos, Software, Operating system, Program). In which Hard Disk is a secondary memory device. It keeps the data stored permanently. Whereas the primary memory device (RAM) serves to process the program of the computer . It is also called temporary memory. Hard Disk is seen as an important component of a computer because no computer will work without it. In this post we will tell you what is a hard disk in a computer ? In which you will get to know a lot about Hard Disk. So let's first know, what is called a hard disk and then we will talk about other aspects of it. What is hard disk

Unraveling the Mysteries of Quantum Computers: A Glimpse into the Future of Computing

In the realm of computer science, the concept of quantum computing stands as a beacon of unprecedented potential. Unlike classical computers that rely on bits to process information in binary form (0s and 1s), quantum computers harness the mind-bending principles of  quantum mechanics to manipulate quantum bits or qubits. This revolutionary approach holds the promise of solving complex problems at speeds that traditional computers could only dream of. Let's delve deeper into the enigmatic world of quantum computing. Understanding Quantum Computer: At the heart of quantum computing lies the qubit, the fundamental unit of quantum information. Qubits possess the unique ability to exist in multiple states simultaneously, thanks to a phenomenon called superposition. This allows quantum computers to perform parallel computations on a scale unimaginable with classical computers. Furthermore, quantum computers leverage another principle of quantum mechanics known as entanglement. Entangle