Posts by Vedant Vachharajani
Author Biographical Info: Highly motivated to explore the realms of Machine Learning, Data Science and Artificial Intelligence. Association Football enthusiast, fond of Social Service, regular Blood Donor, amateur Bird Watcher, avid Reader, interested in Vexillology and Geography and willing to know about anything and everything I can. Also, connect with me on LinkedIn: https://www.linkedin.com/in/vvedant99/
It is not a difficult job to combine the concepts of game development with reinforcement learning and make a program play the game on its own. In this article, we are going to deve.... Read More
This article is about accessing elements from a Pandas series in Python. Pandas series is a one-dimensional ndarray data structure. To use it, we first need to install the Pandas l.... Read More
Keras is a Python library to implement neural networks. This article is going to provide you with information on the Conv2D class of Keras. It is a class to implement a 2-D convolu.... Read More
As you might already know, Google Chrome has a dinosaur game when you are offline. In this article, we are going to look at building a bot to play this dinosaur game. We are going .... Read More
This article is about the VGG-16 model for large-scale image classification. VGG-16 is a convolutional neural network architecture that was trained on the Image Net dataset with ov.... Read More
This article is going to help you understand how to find variance of numbers ordered in a list. We will look at 3 methods to find the variance of a list in Python. You can implemen.... Read More