AI Excercises
Causality using LLM: Paper Review
- The Good AI and the Bad AI — Part IHere 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 thatContinue reading “The Good AI and the Bad AI — Part I”
- Causal Reasoning and LLM Paper ReviewThe 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 —Continue reading “Causal Reasoning and LLM Paper Review”
- Python based Particle Swarm Optimization for a function optimizationHere 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 onContinue reading “Python based Particle Swarm Optimization for a function optimization”
- Optimizing a function with Genetic Algorithm in PythonFunction 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 valueContinue 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 likeContinue 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 canContinue reading “GPT can be understood as composition of functions or just as a Black Box?”