The Times Australia
The Times World News

.
The Times Real Estate

.

all the terms you need to know to keep up in the AI hype age

  • Written by Samar Fatima, Research Fellow Enterprise AI and Data Analytics Hub, RMIT University
all the terms you need to know to keep up in the AI hype age

Artificial intelligence (AI) is becoming ever more prevalent in our lives. It’s no longer confined to certain industries or research institutions; AI is now for everyone.

It’s hard to dodge the deluge of AI content being produced, and harder yet to make sense of the many terms being thrown around. But we can’t have conversations about AI without understanding the concepts behind it.

We’ve compiled a glossary of terms we think everyone should know, if they want to keep up.

Algorithm

An algorithm[1] is a set of instructions given to a computer to solve a problem or to perform calculations that transform data into useful information.

Alignment problem

The alignment problem refers to the discrepancy between our intended objectives for an AI system and the output it produces. A misaligned system can be advanced in performance, yet behave in a way that’s against human values. We saw an example of this in 2015[2] when an image-recognition algorithm used by Google Photos was found auto-tagging pictures of black people as “gorillas”.

Artificial General Intelligence (AGI)

Artificial general intelligence[3] refers to a hypothetical point in the future where AI is expected to match (or surpass) the cognitive capabilities of humans. Most AI experts agree this will happen, but disagree on specific details such as when it will happen, and whether or not it will result in AI systems that are fully autonomous.

Read more: Will AI ever reach human-level intelligence? We asked five experts[4]

Artificial Neural Network (ANN)

Artificial neural networks are computer algorithms used within a branch of AI called deep learning[5]. They’re made up of layers of interconnected nodes in a way that mimics the neural circuitry[6] of the human brain.

Big data

Big data refers to datasets that are much more massive and complex than traditional data. These datasets, which greatly exceed the storage capacity of household computers, have helped current AI models perform with high levels of accuracy.

Big data can be characterised by four Vs: “volume” refers to the overall amount of data, “velocity” refers to how quickly the data grow, “veracity” refers to how complex the data are, and “variety” refers to the different formats the data come in.

Chinese Room

The Chinese Room[7] thought experiment was first proposed by American philosopher John Searle in 1980. It argues a computer program, no matter how seemingly intelligent in its design, will never be conscious and will remain unable to truly understand its behaviour as a human does.

This concept often comes up in conversations about AI tools such as ChatGPT, which seem to exhibit the traits of a self-aware entity – but are actually just presenting outputs based on predictions made by the underlying model.

Deep learning

Deep learning is a category within the machine-learning branch of AI. Deep-learning systems use advanced neural networks and can process large amounts of complex data to achieve higher accuracy.

These systems perform well on relatively complex tasks and can even exhibit human-like intelligent behaviour.

Diffusion model

A diffusion model is an AI model that learns by adding random “noise” to a set of training data before removing it, and then assessing the differences. The objective is to learn about the underlying patterns or relationships in data that are not immediately obvious.

These models are designed to self-correct as they encounter new data and are therefore particularly useful in situations where there is uncertainty, or if the problem is very complex.

Explainable AI

Explainable AI is an emerging, interdisciplinary field concerned with creating methods that will increase[8] users’ trust in the processes of AI systems.

Due to the inherent complexity of certain AI models, their internal workings are often opaque, and we can’t say with certainty why they produce the outputs they do. Explainable AI aims to make these “black box” systems more transparent.

Generative AI

These are AI systems that generate new content – including text, image, audio and video content – in response to prompts. Popular examples include ChatGPT, DALL-E 2 and Midjourney.

Labelling

Data labelling is the process through which data points are categorised to help an AI model make sense of the data. This involves identifying data structures (such as image, text, audio or video) and adding labels (such as tags and classes) to the data.

Humans do the labelling before machine learning begins. The labelled data are split into distinct datasets for training, validation and testing.

The training set is fed to the system for learning. The validation set is used to verify whether the model is performing as expected and when parameter tuning and training can stop. The testing set is used to evaluate the finished model’s performance.

Large Language Model (LLM)

Large language models (LLM) are trained on massive quantities of unlabelled text. They analyse data, learn the patterns between words and can produce human-like responses. Some examples of AI systems that use large language models are OpenAI’s GPT series and Google’s BERT and LaMDA series.

Machine learning

Machine learning is a branch of AI that involves training AI systems to be able to analyse data, learn patterns and make predictions without specific human instruction.

Natural language processing (NLP)

While large language models are a specific type of AI model used for language-related tasks, natural language processing is the broader AI field that focuses on machines’ ability to learn, understand and produce human language.

Parameters

Parameters are the settings used to tune machine-learning models. You can think of them as the programmed weights and biases a model uses when making a prediction or performing a task.

Since parameters determine how the model will process and analyse data, they also determine how it will perform. An example of a parameter is the number of neurons in a given layer of the neural network. Increasing the number of neurons will allow the neural network to tackle more complex tasks – but the trade-off will be higher computation time and costs.

Responsible AI

The responsible AI movement advocates for developing and deploying AI systems in a human-centred way.

One aspect of this is to embed AI systems with rules that will have them adhere to ethical principles. This would (ideally) prevent them from producing outputs that are biased, discriminatory or could otherwise lead to harmful outcomes.

Sentiment analysis

Sentiment analysis is a technique in natural language processing used to identify and interpret the emotions behind a text[9]. It captures implicit information such as, for example, the author’s tone and the extent of positive or negative expression.

Supervised learning

Supervised learning is a machine-learning approach in which labelled data are used to train an algorithm to make predictions. The algorithm learns to match the labelled input data to the correct output. After learning from a large number of examples, it can continue to make predictions when presented with new data.

Training data

Training data are the (usually labelled) data used to teach AI systems how to make predictions. The accuracy and representativeness of training data have a major impact on a model’s effectiveness.

Transformer

A transformer is a type of deep-learning model used primarily in natural language processing tasks.

The transformer is designed to process sequential data, such as natural language text, and figure out how the different parts relate to one another. This can be compared to how a person reading a sentence pays attention to the order of the words to understand the meaning of the sentence as a whole.

One example is the generative pre-trained transformer (GPT), which the ChatGPT chatbot runs on. The GPT model uses a transformer to learn from a large corpus of unlabelled text.

Turing Test

The Turing test is a machine intelligence concept first introduced by computer scientist Alan Turing in 1950.

It’s framed as a way to determine whether a computer can exhibit human intelligence. In the test, computer and human outputs are compared by a human evaluator. If the outputs are deemed indistinguishable, the computer has passed the test.

Google’s LaMDA[10] and OpenAI’s ChatGPT[11] have been reported to have passed the Turing test – although critics say[12] the results reveal the limitations of using the test to compare computer and human intelligence.

Unsupervised learning

Unsupervised learning is a machine-learning approach in which algorithms are trained on unlabelled data. Without human intervention, the system explores patterns in the data, with the goal of discovering unidentified patterns that could be used for further analysis.

References

  1. ^ An algorithm (theconversation.com)
  2. ^ in 2015 (www.theguardian.com)
  3. ^ Artificial general intelligence (theconversation.com)
  4. ^ Will AI ever reach human-level intelligence? We asked five experts (theconversation.com)
  5. ^ deep learning (aws.amazon.com)
  6. ^ neural circuitry (www.ibm.com)
  7. ^ Chinese Room (ethics.org.au)
  8. ^ increase (theconversation.com)
  9. ^ emotions behind a text (aws.amazon.com)
  10. ^ LaMDA (www.washingtonpost.com)
  11. ^ ChatGPT (mpost.io)
  12. ^ critics say (www.thenewatlantis.com)

Read more https://theconversation.com/ai-to-z-all-the-terms-you-need-to-know-to-keep-up-in-the-ai-hype-age-203917

The Times Features

Fast, Fun, And Fantastic Looking Gel Polish For Your Nails!

Today's women spend a lot of time and money on their beauty and fashion regime because they love looking their very best! Looking good makes you feel good, and let's face it, it...

Energy-Efficient Roof Restoration Trends to Watch in Sydney

As climate consciousness rises and energy costs soar, energy-efficient roof restoration has become a significant focus in Sydney. Whether you're renovating an old roof or enhan...

Brisbane Water Bill Savings: Practical Tips to Reduce Costs

Brisbane residents have been feeling the pinch as water costs continue to climb. With increasing prices, it's no wonder many households are searching for ways to ease the burde...

Exploring Hybrid Heating Systems for Modern Homes

Consequently, energy efficiency as well as sustainability are two major considerations prevalent in the current market for homeowners and businesses alike. Hence, integrated heat...

Are Dental Implants Right for You? Here’s What to Think About

Dental implants are now among the top solutions for those seeking to replace and improve their teeth. But are dental implants suitable for you? Here you will find out more about ...

Sunglasses don’t just look good – they’re good for you too. Here’s how to choose the right pair

Australians are exposed to some of the highest levels[1] of solar ultraviolet (UV) radiation in the world. While we tend to focus on avoiding UV damage to our skin, it’s impor...

Times Magazine

Enhance Software with Dynamic Code Analysis Techniques

Dynamic code analysis is a widely utilized technique that plays a crucial role in ensuring the reliability and security of software applications. This process involves the examination of an application's behaviour while it is executing, which is in c...

Interview with author Christian White. His latest book The Ledge is out now

What inspired you to write the book? I’d always wanted to write a coming-of-age thriller. The book started as a love letter to all the coming-of-age books and movies that shaped me as a teenager: Lord of The Flies, It, The Body / Stand By Me, The ...

"From Concrete to Carpets: Surfaces that Ride-On Sweepers Can Clean"

In the drive towards clean and hygienic environments, ride-on sweepers form part of the critical roles. From solid concrete floors to sophisticated carpets, these versatile machines navigate a variety of surfaces with precision. This article delves...

Microbes living on air a global phenomenon

UNSW researchers have found their previous discovery of bacteria living on air in Antarctica is likely a process that occurs globally, further supporting the potential existence of microbial life on alien planets.   In their first follow-up t...

IKEA and Sonos release NEW WiFi Picture Frame Speaker

Finally, the SYMFONISK picture frame that plays your favourite tunes, now available in Australia.The New SYMFONISK picture frame WiFi speaker will be available in Australian stores and online from January 2022, retailing at $299 each.Customers wi...

EV Charging - How EV Chargers Work

For the longest time, we’ve fueled our cars with gasoline. There have been a few variants to choose from, such as regular, mid-grade or premium-grade gasoline. It has always been either gasoline or diesel. The process of refuelling has been st...

LayBy Shopping