Learning

AI Learning Python

AI & Python #24: Create a Linear Regression using Python

In a previous article, we’ve learned machine learning algorithms any AI enthusiast should know. Today, we’ve learned how to implement one of the most basic algorithms in Python. P.S. If you’re not into coding, go to settings and turn off notifications for “AI & Python” (leave the rest the same to keep receiving my other […]

AI & Python #24: Create a Linear Regression using Python Read Post »

AI Learning Python

AI & Python #23: How to Tokenize Text in Python

Photo by Laurentiu Iordache on Unsplash Tokenization is a common task we have when working with text data. It consists of splitting an entire text into small units, also known as tokens. Most Natural Language Processing (NLP) projects have tokenization as the first step because it’s the foundation for developing good models and helps us better

AI & Python #23: How to Tokenize Text in Python Read Post »

AI Learning Python

AI & Python #18: AI Enthusiasts Should Move from Excel to Python. Here’s How

We’re continuing with out Behind AI series. I’ve just added a tab to the Artificial Corner site where you can follow all the editions of this series. Click here to see it. As someone who has been working with Excel for many years, I know that the idea of learning things you can already do

AI & Python #18: AI Enthusiasts Should Move from Excel to Python. Here’s How Read Post »

AI Learning Python

AI & Python #17: How to Convert a Python Script to an Executable File (.exe)

Although running a Python script using the terminal or your favorite text editor is straightforward, there are some situations in which you will prefer to hide all the code written in the script (.py) inside an executable file (.exe). Maybe you need to send the script to someone who doesn’t code at all or you

AI & Python #17: How to Convert a Python Script to an Executable File (.exe) Read Post »

AI Learning Python

AI & Python #27: Books I Read to Learn Data Science and Machine Learning

Photo by Daria Nepriakhina on Unsplash I’ve made a list of 5 books I read some years ago. I recommend reading them if you’ve been dabbling in data science, ML, or AI and would like to learn them from scratch. Also, the books are great for those with some previous knowledge of Python, statistics, or math

AI & Python #27: Books I Read to Learn Data Science and Machine Learning Read Post »

Scroll to Top