4.9 • 848 Ratings
🗓️ 24 May 2018
⏱️ 17 minutes
🧾️ Download transcript
Support my new podcast: Lefnire's Life Hacks
Some numerical data nitty-gritty in Python.
Click on a timestamp to play from that location
0:00.0 | Welcome back to Machine Learning Guide. I'm your host, Tyler Rinelli. |
0:05.0 | MLG teaches the fundamentals of machine learning and artificial intelligence. |
0:09.0 | It covers intuition, models, math, languages, frameworks, and more. |
0:13.0 | Where your other machine learning resources provide the trees, I provide the forest. |
0:18.0 | Visual is the best primary learning modality, but audio is a great supplement during exercise commute and chores. |
0:25.6 | Consider MLG your syllabus with highly curated resources for each episode's details at OCdevel.com forward slash MLG. |
0:35.6 | I'm also starting a new podcast which could use your support. It's called |
0:39.9 | Lefnear's Life Hacks and teaches productivity focused tips and tricks, some which could prove |
0:45.5 | beneficial in your machine learning education journey. Find that at Ocdevel.com forward |
0:51.4 | slash LLH. You're listening to Machine Learning Applied? |
0:56.4 | In this episode, we're going to talk a little bit more about NumPy and Pandas. |
1:00.6 | Some more depth that I didn't get into in the MLG languages and frameworks episode. |
1:07.1 | So NumPy and Pandas, in Python, when you're doing machine learning or exploratory data analysis or anything on data, you're going to be using NUMPI, NUMPI, which stands for numerical Python. |
1:19.6 | And NUMPI is a very old library. It's been around for a very long time. And what its goal is is to store big arrays of numbers in RAM and to operate over those arrays really fast. |
1:36.8 | Okay, so Numpai is just arrays of numbers or arrays of arrays of numbers. |
1:48.7 | Vectors or matrices or any dimensional tensors. |
1:52.8 | Remember, tensor, the word for n-dimensional array. |
1:58.6 | And in fact, in N-Py, we have a construct called N-D array, N-dimensional array, |
2:00.6 | which is synonymous with a tensor. N-D-array, tensor. |
2:02.7 | But in N-Pie, they call it an N-D array, and that's the main construct that you'll be using |
2:07.3 | when working with NUMPI. And what it does, what an N-D array does, is it stores a list of |
2:14.6 | numbers, or a list of a list of numbers numbers and so on. Those numbers can be integers |
... |
Please login to see the full transcript.
Disclaimer: The podcast and artwork embedded on this page are from OCDevel, and are the property of its owner and not affiliated with or endorsed by Tapesearch.
Generated transcripts are the property of OCDevel and are distributed freely under the Fair Use doctrine. Transcripts generated by Tapesearch are not guaranteed to be accurate.
Copyright © Tapesearch 2025.