/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.ononoki.org
| | charleslabs.fr
2.6 parsecs away

Travel
| | Apply complex mathematical operations with machine learning in digital signal processing. Check out two artificial neural network experiments here.
| | yasoob.me
3.3 parsecs away

Travel
| | Hi everyone! Today we are going to understand the JPEG compression algorithm. One thing a lot of people don't know is that JPEG is not a format but rather an algorithm. The JPEG images you see are mostly in the JFIF format (JPEG File Interchange Format) that internally uses the JPEG compression algorithm. By the end of this article, you will have a much better understanding of how the JPEG algorithm compresses data and how you can write some custom Python code to decompress it.
| | imrannazar.com
1.2 parsecs away

Travel
| | This first part explores the concepts behind the compression techniques used by JPEG.
| | kevinlynagh.com
6.9 parsecs away

Travel
| [AI summary] The author discusses their experience developing a simple neural network for sensor data processing on a microcontroller, highlighting challenges with quantization and inference optimization.