Open-source programming languages, incredibly valuable, are not well accounted for in economic statistics. (more…)
Read more »
Teaching materials for the Convolutional Neural Networks for Visual Recognition (http://cs231n.github.io/python-numpy-tutorial/) classes at Stanford - srigalibe/CS231n-Python-NumPy-Tutorial... (more…)
Read more »
For a consulting work which I did, I used python asyncio and understood the difficulty within its simple syntax. It took a quite bit of… (more…)
Read more »
In this tutorial, you'll learn about the SciPy ecosystem and how it differs from the SciPy library. You'll learn how to install SciPy using Anaconda or pip and see some of its modules. Then, you'll focus on examples that use the clustering and optimizatio... (more…)
Read more »
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)... (more…)
Read more »