Eneas Lari

Embrace curiosity taking risks and allow yourself to make mistakes!

Blog | EneasLari

Working With Data Using Pandas
13/8/2026

Once you move from basic Python into data science, machine learning, or AI, one of the first things you need to become comfortable with is working with tables of data. Most AI projects do not begin with a clever model or a complicated algorithm.

Python for AI: The Minimum You Actually Need
13/8/2026

If you already know how to write a variable, create a function, run a loop, and use an `if` statement, you know enough Python to start moving toward AI.

What Makes a Good AI Problem?
13/8/2026

Artificial intelligence is powerful, but that does not mean every problem should be solved with AI. In many situations, a simple rule, a spreadsheet formula, or basic automation can solve the problem faster, more cheaply, and more reliably. A good AI project begins by asking a more important question than β€œHow can we use AI?” The better question is: β€œDoes this problem actually need AI?”

The Complete AI Development Pipeline: From Idea to Deployed AI System
13/8/2026

Artificial intelligence can sometimes look like magic. You give a computer thousands of examples, train a model, and suddenly it can recognize spam emails, detect defects in products, analyze medical images, or answer questions about documents.

Features, Labels, Inputs, and Outputs
16/7/2026

Can we estimate what a house will sell for? Can we tell whether a customer is likely to cancel a subscription? Can we identify a defective product before it leaves the factory?

How Machines Learn From Data
16/7/2026

Computers are often described as machines that follow instructions. In traditional programming, a developer writes rules that tell a computer exactly what to do. For example, a programmer might create a rule stating that an email should be marked as spam when it contains certain suspicious words.

AI, Machine Learning, Deep Learning, and Generative AI
30/6/2026

Artificial intelligence can sound like a giant robot brain hiding behind a glowing screen. People talk about AI, machine learning, deep learning, neural networks, generative AI, large language models, computer vision, and natural language processing as if they are all the same thing.

What Is Artificial Intelligence?
22/6/2026

Artificial intelligence, or AI, is one of those terms people hear everywhere, but it can sound more complicated than it really is.

Categories
πŸ“— Tutorials

πŸ’» Coding & Software Engineering

πŸ€– Artificial Intelligence