Learning

AI Learning Python

Behind AI #4: What is NLP And Why is Important in AI

Via Pixabay Natural language processing (NLP) is a subfield of AI that uses machine learning to enable computers to understand and communicate with human language. NLP is used in various AI applications like chabots. Today, we’ll learn some common NLP techniques. We’ll focus on the concepts. That said, I added some lines of Python code […]

Behind AI #4: What is NLP And Why is Important in AI Read Post »

AI Learning Python

AI & Python #22: Yes, Python Has a Built-In Database. Here’s How to Use It.

Via Shutterstock Believe it or not, the moment you installed Python on your computer, you also installed other wonderful tools. One of them is SQLite. SQLite is an embedded, file-based relational database management system (RDBMS) that can be used in our Python applications without having to install any additional software. Instead, we only need to

AI & Python #22: Yes, Python Has a Built-In Database. Here’s How to Use It. Read Post »

AI Learning Python

AI & Python #33: 4 Python Books That Every Beginner Should Read to Go Beyond The Basics

If you’ve already mastered the basics of Python, know how to automate stuff, and are able to do simple tasks at work, but still feel you could do more, it’s time to take your Python skills to the next level. Probably your current Python skills are enough for your personal projects or to keep your

AI & Python #33: 4 Python Books That Every Beginner Should Read to Go Beyond The Basics Read Post »

Scroll to Top