Predict Bitcoin Value using LSTM architecture and time series forecastingIn this blog we will try to Predict the bitcoin value for the next hour using LSTM architecture and time series forecasting with the help…Dec 21, 20201Dec 21, 20201
ImageNet Classification with Deep Convolutional Neural Networks summary.IntroductionSep 12, 2020Sep 12, 2020
Regularization techniques explained to the six year old inside of you.Before we go into the explanation of the different techniques to do regularization we need to understand what is regularization and why do…Aug 29, 2020Aug 29, 2020
Machine Learning for Grandpas and GrandmasTrying to understand technology for our grandmas or grandpas is very difficult, as much as trying to explain this to them. In this blog…Jan 27, 2020Jan 27, 2020
Python3: Mutable, Immutable… everything is object!You will be asking yourself “what does everything is an object mean?” In this post we are going to understand lots of things about…Jan 16, 2020Jan 16, 2020
Differences between static and dynamic librariesWhat do you expect to find when you go to the library? … A collection of books right? Therefore a library in C is a collection of…Dec 16, 2019Dec 16, 2019
What happens when you type ls -l in the shellIn this blog post we will try to understand how does the ls command work with the flag -l, how to use it and what happens under the hood.Nov 27, 2019Nov 27, 2019
Worst abuse of the C preprocessor (IOCCC winner, 1986)Let us start talking about the International Obsfuscater C Code Contest (IOCCC).Oct 22, 2019Oct 22, 2019