logo
episode-header-image
Oct 2017
44m 39s

MLG 025 Convolutional Neural Networks

OCDevel
About this episode

Try a walking desk to stay healthy while you study or work!

Notes and resources at  ocdevel.com/mlg/25 

  • Filters and Feature Maps: Filters are small matrices used to detect visual features from an input image by applying them to local pixel patches, creating a 3D output called a feature map. Each filter is tasked with recognizing a specific pattern (e.g., edges, textures) in the input images.

  • Convolutional Layers: The filter is applied across the image to produce an output which is the feature map. A convolutional layer is composed of several feature maps, with depth corresponding to the number of filters applied.

  • Image Compression Techniques:

    • Window and Stride: The window is the size of the pixel patch examined by the filter, and stride determines how much the window moves over the image. Together, they allow compression of images by reducing the number of windows examined, effectively downsampling the image.
    • Padding: Padding allows the filter to account for border pixels that do not fit perfectly within the window size. 'Same' padding adds zero-padding to ensure all pixels are included, while 'valid' padding ignores excess pixels around the borders.
  • Max Pooling: Max pooling is a downsampling technique used to reduce the spatial dimensions of feature maps by taking the maximum value over a defined window, further compressing and reducing computational load.

  • Predefined Architectures: There are well-established predefined architectures like LeNet, AlexNet, and ResNet, which have been fine-tuned through competitions such as the ImageNet Challenge, and can be used directly or adapted for specific tasks in computer vision.

Up next
Jan 2018
MLG 026 Project Bitcoin Trader
tail spinning
38m 40s
Jan 2018
MLG 027 Hyperparameters 1
tail spinning
47m 4s
Feb 2018
MLG 028 Hyperparameters 2
tail spinning
51m 7s
Recommended Episodes
Jul 2022
Santiago Valderrama on Getting Smarter on Machine Learning, One Problem at a Time - Ep. 173
Want to learn about AI and machine learning? There are plenty of resources out there to help — blogs, podcasts, YouTube tutorials — perhaps too many. Machine learning engineer Santiago Valdarrama has taken a far more focused approach to helping us all get smarter about the field. ... Show More
27m 15s
Dec 2019
Serverless NLP Model Training
<p class="p1"><span class="s1">Alex Reeves joins us to discuss some of the challenges around building a serverless, scalable, generic machine learning pipeline.<span class= "Apple-converted-space"> </span> The is a technical deep dive on architecting solutions and a discussion of ... Show More
29m 2s
May 2021
474: The Machine Learning House
In this episode, I discuss the architecture of a “machine learning house”, representing the skills and learnings you can use as foundations to build your data science career. Additional materials: www.superdatascience.com/474 
5m 44s
May 2023
Creating instruction tuned models (Practical AI #223)
At the recent ODSC East conference, Daniel got a chance to sit down with Erin Mikail Staples to discuss the process of gathering human feedback and creating an instruction tuned Large Language Models (LLM). They also chatted about the importance of open data and practical tooling ... Show More
26m 33s