Skip to Main Content

Artificial Intelligence (AI)

Information about AI: how to use, evaluate, and learn more

How does it work?

Exactly how do AI tools like ChatGPT work?

The GPT part of that name stands for "Generative Pre-Trained" which refers to how the AI part of the tool knows what it knows and then generates content. Most of these tools use programmed algorithms to mine and analyze various texts, images, or other files for concepts.

Some of the image-generating tools pull from the work of artists who have not given permission for sampling and distribution of their works and therefore controversy has arisen surrounding the legality and ethics of sharing and even selling the AI-generated content based on those works.

From the Jisc AI Primer: "In its standard mode without plugins, ChatGPT works by predicting the next word given a sequence of words. This is important to understand, as it is not in any sense understanding your question and then searching for a result and has no concept of whether the text it is producing is correct. This leads it prone to producing plausible untruths or, as they are often known, hallucinations.

As it stands today, the free version of ChatGPT doesn’t have access to the internet, so can’t answer questions beyond its training data cut-off date of September 2021. Users paying for the ChatGPT Plus service have access to a version that can access the internet."

Deep learning vs. Machine learning

Deep Learning (DL) Machine Learning (ML)
Works on a huge amount of dataset. Works on a limited amount of dataset.
Need high-end machine to operate. Work can be done on a low-end machine.
Solve the problem till the end solution. Divide the tasks into subsets and solve them individually.
More complex as compared to ML. Less complex.
Requires less time and energy to test the data. Testing time can be long and elaborated.
As data increases, efficiency of output also increases. As data increases, then output becomes consistent at a certain level of performance.
Computationally expensive to train.

Comparatively less computation cost.

-from Forbes, "What is artificial intelligence (AI) and how does it work?":