Here is a description of what constitutes a Good AI and what forms part of the Bad AI. There has been tremendous progress in AI, irrespective of the fact that it is a good AI or it is a potentially harmful AI. Let us discuss what is in good AI and what is in badContinue reading “The Good AI and the Bad AI — Part I”
Tag Archives: Machine Learning
Causal Reasoning and LLM Paper Review
The following paper is discussed in this article. Causal Reasoning and Large Language Models: Opening a New Frontier for Causality. Kıcıman and Ness et al. (2023) Paper Review Causality — The automatic detection relationship between cause and effect. For illustration, consider two concepts that are discussed in some text, say medical text. Let the conceptsContinue reading “Causal Reasoning and LLM Paper Review”
Python based Particle Swarm Optimization for a function optimization
Here is a quick introduction to Particle Swarm Intelligence based optimization and its implementation in Python. As the name states, Particle Swarm Optimization (PSO) is an optimization algorithm based on the intelligence of swarm learning. Swarms of birds, ducks, and insects often follow a pattern to achieve their activities. PSO have many application. Lets startContinue reading “Python based Particle Swarm Optimization for a function optimization”
Optimizing a function with Genetic Algorithm in Python
Function Optimization means how to find the maximum and/or minimum of the function in a given domain. The aim is to find the optimal value viz. maximum or minimum value of a function. To explain the process in Python we take an example of the Rastrigin function. Let us understand what this function means first.Continue reading “Optimizing a function with Genetic Algorithm in Python”
Are the AI leaders pessimist or optimists about AI Future
#AI Note: The article in original is on authors website nidhikayadav.com The current AI leaders of top companies running AI seem to be pessimistic about AI development. AI is like a baby in youth now, it would do mistakes, for sure, the concern is the tolerance and the mother-like warmth it needs to grow intoContinue reading “Are the AI leaders pessimist or optimists about AI Future”
GPT can be understood as composition of functions or just as a Black Box?
Here are some points Many people say they can’t understand a GPT model. Well then consider it as a black box, which gives answers. Even the black box here can be understood if given time and resources to understand. The aim to understand it is the fact that the inputs are all predefined text articlesContinue reading “GPT can be understood as composition of functions or just as a Black Box?”
80000 tested GPT but where are the test cases? Testing not enough, use test cases to train new GPT and automate testing
In an article it was relieved that 80000 Google Employees tested its GPT, which still makes errors in outputs. Now there are some key points. These points can be used on any GPT testing, not necessarily of capacity of 80000. When someone makes testing which is so huge, 80000 is a huge number, then oneContinue reading “80000 tested GPT but where are the test cases? Testing not enough, use test cases to train new GPT and automate testing”
Let’s find solutions with Sentiment Analysis; not just criticize AI chatbots
There are articles after articles, claiming that AI is anti-woke, says lies, and makes its own fake stories. Well, that is good to point out what are the exact mistakes AI can make. As till we know what the bug is how can it be corrected it ? These things need to be corrected. ThinkContinue reading “Let’s find solutions with Sentiment Analysis; not just criticize AI chatbots”
Genetic Algorithm for Information Retrieval (Python): Introduction
Genetic Algorithm (GA) Genetic Algorithm is one of the nature inspired algorithm which works on Darwins theory of survival of fittest. The key operators that we have in Genetic Algorithms are These three operators also forms the basis reproduction and subsequent workings in natural process be it be in human biology or in botony andContinue reading “Genetic Algorithm for Information Retrieval (Python): Introduction”
Would Elon Musk call back its AI powered cars too?
They say AI is going at a high rate, stop it for 6 months. Yes, speed is an issue, but it can be for good. Why don’t release products after testing, why stopping it for 6 months? Elon Musk among experts urging a halt to AI training — BBC News. Elon Musk is among thoseContinue reading “Would Elon Musk call back its AI powered cars too?”