Category Computer Science

Simple but honest tech stack

Are you one of those people who are looking for the best tech stack out there for programming? Do you want to have the tech stack of the coolest developers who flex with their perfectly clean desktop setups while being…

Architecture vs Algorithm

There are many deep learning (DL) architectures, artificial neural networks (ANNs) in general, and some optimization algorithms (OAs) for training them. There hasn’t been much interest in inventing new OAs as there has been for ANNs. That is why there…

A Student’s C Book I

Level 1. Introduction to C Table of Contents Level 1. Introduction to C 1. Hello, World! Computers talk with commands. Computers have their own command vocabulary. Hello, World! 2. Basics Your computer can memorize things Equality in programming is not…