MLA 002 Numpy & Pandas

MLA 002 Numpy & Pandas

Up next

MLA 003 Storage: HDF, Pickle, Postgres

<div>

Practical workflow of loading, cleaning, and storing large datasets for machine learning, moving from ingesting raw CSVs or JSON files with pandas to saving processed datasets and neural network weights using HDF5 for efficient numerical storage. It clearly distinguishes ...

  Show more

MLA 005 Shapes and Sizes: Tensors and NDArrays

<div>

Explains the fundamental differences between tensor dimensions, size, and shape, clarifying frequent misconceptions—such as the distinction between the number of features ("columns") and true data dimensions—while also demystifying reshaping operations like expand_dims, ...

  Show more

Recommended Episodes

What data transformation library should I use? Pandas vs Dask vs Ray vs Modin vs Rapids (Ep. 112)
Data Science at Home

In this episode I speak about data transformation frameworks available for the data scientist who writes Python code. The usual suspect is clearly Pandas, as the most widely used library and de-facto standard. However when data volumes increase and distributed algorithms are ...

  Show more

675: Pandas for Data Analysis and Visualization
Super Data Science: ML & AI Podcast with Jon Krohn

Wrangling data in Pandas, when to use Pandas, Matplotlib or Seaborn, and why you should learn to create Python packages: Jon Krohn speaks with guest Stefanie Molin, author of Hands-On Data Analysis with Pandas. This episode is brought to you by Posit, the open-source data science ...  Show more

Massively Parallel Data Processing In Python Without The Effort Using Bodo
Data Engineering Podcast

<div class="wp-block-jetpack-markdown"><h2>Summary</h2>

Python has beome the de facto language for working with data. That has brought with it a number of challenges having to do with the speed and scalability of working with large volumes of information.There have been many ...

  Show more

Easily Build Advanced Similarity Search With The Pinecone Vector Database
Data Engineering Podcast

<div class="wp-block-jetpack-markdown"><h2>Summary</h2>

Machine learning models use vectors as the natural mechanism for representing their internal state. The problem is that in order for the models to integrate with external systems their internal state has to be translated ...

  Show more