Skip to main content

AI learning methods other than Brute Force

 



In this article, we discuss the various learning methods by which Artificial Intelligence can learn. We discuss methods like learning a subject completely by branching out to different topics and learning a subject starting from a high-quality source and then to a low-quality source of data available on the internet.

Introduction

We know that Generative AI tools like ChatGPT and Bard already have learned a good part of their knowledge by brute force. We are suggesting a few methods by which it can learn otherwise. These methods should help it to optimize itself, if not learn from scratch.

Re-Inforced learning by adding weights

ChatGPT and Bard should add weights to their important sources of information. These sources could be the most visited websites, the most referred websites, acclaimed books from renowned authors, research papers or articles from well-known magazines, Articles, and even the most watched YouTube Channels. These sources need to be given weights and they should be bound with the already existing framework to bring out an even more effective generative AI in the future.

Learn a topic completely and validate it

ChatGPT and Bard should approach a topic like humans. If it learns about a topic it should learn it completely. Like if it learns about “Quantum Entanglement”, it should learn everything about it and validate it by comparing the learned data with credible high-quality publications and articles affirming its knowledge about it. While Learning math it needs to learn the method and verify the mathematical results by going through different data on the web and comparing the results of its calculation.

Learn Hierarchically

Generative AI should start learning first from high-quality data and then go down to low-quality data. While learning hierarchically, more weight should be given to data up the ladder than at the bottom. Contrasting information should be dealt with by reducing the weight of that high-quality information with that of the weight of corresponding low-quality information.

Learn by branching out

While learning a topic, when faced with new data, branch out and collect all information about it and come back to the same branch point. Armed with the information collected, proceed to learn the new data ahead of it. This ensures that AI gains full and thorough knowledge about the topic it is learning.

Photo Courtesy: Wikipedia.org


Support Us: https://supportusbydeepak.blogspot.com

Comments

Popular posts from this blog

Hallucinations of AI and the quality of Inputs

  In this article, we discuss why Generative AI hallucinates. Is it based on the quality of training data? How can we get output that has minimum hallucination? Is Artificial Intelligence biased? How to Mitigate Bias in Generative AI? We discuss these in this article. Introduction You should understand first how AI Models work. AI takes input from innumerable sources of information such as web pages on the World Wide Web, Books, Journals, Articles, and so on. These data are stored as nodes in Neural Networks. Generative AI just predicts the next most probable word. The next Node connection path it should take to churn out the answer to your question. That means no data scientist can ever examine or predict the output of Generative AI. It is just connections between words. How will you examine connections between words?  Hallucinations of Generative AI It is a common misbelief that AI Large Language Models hallucinate and give out non-existent information. It does not make up a...

Minimize Hallucinations by Updating LLMs with RAG

Large Language Models can be updated by using Retrieval Augmented Generation of High-Quality Data like Journals. This should be done on topics that the user asks using Gen AI. Unnecessary data that no one cares about need not be updated. This updated LLM fragment should be marked as high quality with more weightage given to it. If there is time-bound data, stale data should be marked, and RAG should be performed again every time or whenever necessary. Problem with Present Large Language Models The problem with present LLMs is in the frantic attempt to train LLMs, maximum internet was covered without considering the quality of the data in it. We need to rectify it. But it is impossible to start from the beginning and correct everything. Also, there is no need to do it. We can concentrate on the data that is most needed. Hallucinations Hallucination does not come from somewhere. It is the improper data fed into the LLMs during the training of the model. If we need to minimize hallucinati...