Data AugmentationData augmentation in data analysis are techniques used to increase the amount of data by adding slightly modified copies of already…Aug 12, 2021Aug 12, 2021
Bitcoin price prediction using LSTMYou have probably heard of Bitcoin, but if you want to fully acknowledge its existence, I recommend reading Andreas’ book — The Internet…May 17, 2021May 17, 2021
ImageNet Classification with Deep Convolutional Neural Networks “Krizhevsky et. al.‘s 2012 paper”Introduction:Feb 4, 2021Feb 4, 2021
Regularization TechniquesRegularization is a technique used in an attempt to solve the overfitting problem in statistical models.Jan 21, 2021Jan 21, 2021
“Deep Learning”: Optimization TechniquesThe basic principle used by a number of machine and deep learning algorithms is called supervised learning. You can think of it as…Jan 14, 2021Jan 14, 2021
Machine Learning Activation Function in Neural NetworkMachine learning, and especially deep learning, are two technologies that are changing the world.Jan 7, 2021Jan 7, 2021
What happens when you type holbertonschool.com in your browser and press Enter“What happens when you type in a URL” is a deceptive question commonly asked in tech interviews. If you look online, there are many very…Aug 23, 2020Aug 23, 2020
Class and instance attributes PythonAn instance attribute is a Python variable belonging to one, and only one, object. This variable is only accessible in the scope of this…May 29, 2020May 29, 2020
The differences between static and dynamic librariesWhy using libraries in generalMay 4, 2020May 4, 2020
What happens when you type ls -l in the shelllsis a relatively simple and straightforward command. But what actually takes place behind the screen will get you to appreciate how…Apr 14, 2020Apr 14, 2020
What happens when you type gcc main.c !?So how do we write all this code and computer knows exactly what we want. Well Compilation Process is the one that makes that happen and…Feb 5, 2020Feb 5, 2020