From the course: Python for AI Projects: From Data Exploration to Impact

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Turning Raw Text into Business Insights with Python and NLP

Turning Raw Text into Business Insights with Python and NLP - Python Tutorial

From the course: Python for AI Projects: From Data Exploration to Impact

Turning Raw Text into Business Insights with Python and NLP

- [Instructor] Welcome to the practical coding section of Python for AI Projects. Using the simple link provided in the course materials, we can open up our Jupyter Notebook in the Google Colab environment. These notebooks are designed to be fully self-paced coding tutorials, which you can go through at your own leisure. You can imagine that we're pair programming the challenge exercises together, where I'll be providing lots of detailed explanations throughout the entire process. Before we run any code cells, we'll need to make sure we're using the GPU runtime for faster code execution. This is super-important when running local large language models. In this NLP-focused notebook, we'll try to solve three challenges together. We'll be using our locations NLP dataset for all of these exercises. First, we'll do some data exploration before implementing a few variations of search functionality, which we could…

Contents