Author name: Bao Nguyen

AI Learning Python

AI & Python #32: Software Engineering Practices Anyone Learning Python Should Know

Let’s face it, we sometimes don’t pay attention to things like writing efficient code, code structure, and maintainability. But we should! One day you’ll be part of projects that involve working with other people. This is why we need to write robust code and follow some good practices that software engineers have. Here are some

AI & Python #32: Software Engineering Practices Anyone Learning Python Should Know Read Post »

AI Learning Python

AI & Python #31: How to Self Study Python And Other Technical Stuff

Created with Midjourney There have never been so many free resources online to learn technical subjects. Do you want to learn Python? There are thousands of tutorials on YoutubeDo you want to practice SQL? You can google SQL exercises with solutions Do you want to learn statistics? Khan Academy has many lectures you need for data

AI & Python #31: How to Self Study Python And Other Technical Stuff Read Post »

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 »

Scroll to Top