Advent of Code 2023 – Day 2
I'm trying to solve all the Advent of Code puzzles in this video series.
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.
We use an easy method to retrain a pre-trained model for object classification. Transfer learning is an easy and quick method to retrain a model for good classification of objects.
We talk about building different file utils and how they can be stringed together to great usage.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to create an application parsing different documents with embedded content in order to extract text and images.