CSChinmaya Sahuincsblog.com·Jul 19, 2023 · 6 min readCNNs: The Full Picture - Convolution (Part 1)So anyone who has done a bit of image processing or machine learning, or both would have heard the term "CNNs". Well, what are they? They are Convolutional Neural Networks. What do they do? They can roughly be described as Neural Networks for images....00
CSChinmaya Sahuincsblog.com·Mar 12, 2023 · 6 min readMy Pharo Journey - Implementing a Simple Linked ListWhat's Pharo? Pharo is a purely object-oriented programming language that comes in a powerful environment that focuses on simplicity and immediate feedback. It is a very powerful tool, that creates an immersive environment, where you can even see the...00
CSChinmaya Sahuincsblog.com·Mar 12, 2023 · 7 min readMy Pharo Journey - Making a Simple To-Do List with Spec2What's Pharo? Pharo is a purely object-oriented programming language that comes in a powerful environment that focuses on simplicity and immediate feedback. It is a very powerful tool, that creates an immersive environment, where you can even see the...00
CSChinmaya Sahuincsblog.com·Mar 9, 2023 · 8 min readPrincipal Component Analysis - Why? What? How?Where?Why? While working with data, either in your traditional data science role, or performing exploratory data analysis for your machine learning task, visualizing it is an immensely important task. But creating visualizations for data that is expressed ...00