Posts in Category: AI (28)
Insights, tutorials, and breakthroughs in Artificial Intelligence, including deep learning, neural networks, and generative models.
Give Me 5 Minutes To Show What You Can Actually Do With NVIDIA's Model Catalog- The AI Superstore:
If you visit the NVIDIA Build catalog today, you are greeted by a massive list of numbers, acronyms, and technical jargon. You will see names like “Nemotron,” “Gemma,” and “Mistral.”...
Why is Nvidia Selling API Keys Now? The Plain English Guide to NIMs and the AI Cloud
The landscape of artificial intelligence is shifting rapidly. For years, Nvidia was known primarily as a hardware company that manufactured the powerful Graphics Processing Units (GPUs) required for gaming and...
The Right AI Model for the Job: A Practical Guide
Not all AI models are built the same. Some excel at reasoning through complex logic puzzles, while others are masterfully tuned to transcribe audio with near-human accuracy. Matching the model...
Can AI bring images to life? (Part 2: The Google Approach)- Dear Upstairs Neighbors
In Part 1 of this series, I tested Luma Labs’ Dream Machine with a simple picture of bees. The result was… well, let’s call it “biologically creative.” While the AI...
OpenClaw, The Viral AI Agent That's Actually Doing Real Work An Article by Grok
Hello, Richard here. There’s a new AI big tool in town called OpenClaw (formerly Clawdbot, Moltbot) It’s making waves with some incredible demos. However, I noticed that Elon Musk’s AI...
How to Install OpenClaw with Installation Requirements
OpenClaw is an open-source, autonomous personal AI assistant (often described as an “AI agent” or “agent platform”) that runs locally on your own hardware. Released in late 2025 (initially as...
Where to Find Data: A Curated List of Free Datasets and Repositories
In data science and machine learning, data is the new oil—it’s the fuel that powers our models and insights. But finding the right data can be a challenge. Whether you’re...
A Chronological Look At AI: A Decade-by-Decade Evolution
Here we cut through the noise to deliver a clear, compelling history of this transformative technology; Artificial Intelligence and Machine Learning. From the theoretical roots of the 1940s to the...
Free HD Background Remover: Effortless Image Editing Tool
Need to remove the background from an image while preserving full HD quality? This web app makes it simple; no sign-ups, subscriptions, or hidden fees. Just upload your photo, tweak...
Why Isn't Reinforcement Learning Widely Used for Game AI Agents?
Reinforcement learning (RL) has powered impressive achievements in game-playing AI, such as AlphaGo and OpenAI’s Dota 2 bot. Tools like Unity ML Agents and examples like Gran Turismo 7’s RL-trained...
Machine Learning Experts to Follow
Looking for inspiration in the field of Machine Learning? Here are my top picks for experts whose work is shaping the future of AI. I’m a huge fan of Andrew...
Zombie Walk: Turning an Image into a 3D Model with DeepMotion
I recently ran a little experiment to animate a character walking, starting from a single image. Why does this matter? Well, I was chatting with a game developer friend who...
Adapting The Danger of a Single Story:AI-Generated Video
Witness an innovative AI-generated video adaptation of Chimamanda Ngozi Adichie’s iconic TED Talk, “The Danger of a Single Story.” The script was crafted by ChatGPT and brought to life by...
The Imperfections of Machine Learning
While machine learning is a powerful tool, it’s important to remember that models are not infallible. In fact, they can sometimes be overconfident in their predictions, as shown in this...
ThreeJs and Reinforcement Learning in 3D
I built a simple 3D game in November 2024 mostly for fun. The objective was to minimize the time taken for a player to destroy all the pillars. Then I...
ML5.js: Machine Learning for the Web
ML5.js is an open-source JavaScript library designed to make machine learning accessible to a broad audience, including artists, creative coders, and students. It leverages TensorFlow.js to bring machine learning models...
Exploring Machine Learning: The Best Resources for Beginners
If you’re just stepping into the world of machine learning, finding the right resources can feel like navigating a labyrinth. Thankfully, Jason Brownlee at Machine Learning Mastery has compiled an...
Kaggle competitions: Gateway to Data Science Success
Imagine a place where data scientists from around the world gather to solve real-world problems, compete for substantial prizes, and build their careers. That’s Kaggle competitions in a nutshell -...
Revolutionizing Healthcare in Developing Nations Through Data
Jeremy Howard, a prominent figure in artificial intelligence and healthcare innovation, highlights a critical issue in global healthcare: developing nations have less than 10% of the medical experts they need....
Answer.AI Launches: A New Chapter in Practical AI Development
A groundbreaking AI venture has emerged with the launch of Answer.AI, a novel R&D laboratory founded by Jeremy Howard and Eric Ries with $10 million in funding from Decibel VC....
Machine Learning Specialization by Andrew Ng and DeepLearning.AI
The Machine Learning Specialization, created by Andrew Ng and DeepLearning.AI, is a revamped and modernized version of the original Stanford Machine Learning course, one of the most popular and foundational...
How Google forecasts Weather and Air Quality Data
Google’s weather forecasts are created using an internal forecasting system that combines weather models and observations from various global weather agencies. The primary data sources for Google’s weather forecasting include:...
Understanding Gradients with loss.backward() in PyTorch
In this post, let us take a closer look at how gradients are calculated in PyTorch, particularly focusing on the interaction between the loss.backward() function and a variable’s .grad attribute....
Lex Fridman and Andrew Ng on Deep learning - Lex Podcast
Join Lex Fridman and Andrew Ng as they delve into the exciting world of deep learning in this podcast episode. These AI legends share valuable insights on not just deep...
Can AI bring images to life? Limits of Generative AI- Luma AI and Virtual Bees.
I recently tried out Luma AI’s dream machine using a picture of what I believe are wasps or bees (though I’m not entirely sure which!).. What I Did After signing...
Introducing GitHub Models
GitHub is enabling the rise of the AI engineer with the introduction of GitHub Models, bringing the power of industry-leading large and small language models to its more than 100...
How AI Could Empower Any Business - Andrew Ng
In this TED talk by Andrew Ng, co-founder of Google Brain and deeplearning.ai, he believes that artificial intelligence (AI) systems should be more widely available and accessible, so that even...
Introducing fastai-Practical deep learning without a PhD
In case you have to do Deep learning or interested in building applications with neural networks in a hands-on way you can check out fastai by Jeremy Howard and his...