ImagePalette Module in Pillow

By Shailesh Bhimanpelli

Hello Programers! Continuing our topic on the pillow library we take a look at our next module that is the ImagePalette module. Classes and Methods in ImagePalette module Imagepal.... Read More

How to update documents form collection in MongoDB

By Shailesh Bhimanpelli

Hello programmers, here we are going to take a look at how to update documents from the collection. We have also covered how to insert data into a collection and how to select data.... Read More

Implement stack using single queue in Python

By Vamsi Krishna

In this tutorial, we shall implement a stack using a single queue in Python. As I said in my previous post, Python does not have a specified stack data structure. A queue is a Line.... Read More

keras.fit() and keras.fit_generator() methods in Python

By Shagun Bidawatka

Keras deep learning library provides three different methods to train Deep Learning models. Each model has its own specialized property to train a deep neural network. Here we will.... Read More

Student Data Management implementation using C++

By Tanu Kumari

In this tutorial of CodeSpeedy, we will learn about the Student Data Management implementation using C++ in a very simple way. Firstly, A data management system is a system softwar.... Read More

What are Deepfakes in terms of Machine Learning

By Shagun Bidawatka

Deepfakes is the artificial media, it may be image, audio, or video. Here, we will discuss What are Deepfakes, How are they created, their pros and cons. What are Deepfakes? Deepfa.... Read More

Click module in Python

By Shagun Bidawatka

Click package in Python is used to create command-line (CLI) applications. It was created for the Flask Web Development as a supporting library. Here, we will discuss in detail abo.... Read More

Feature Scaling in Machine Learning using Python

By Shagun Bidawatka

When we work on machine learning models, we go through datasets that had multiple features with varying properties. So, it becomes an obstacle to our machine learning algorithm. Fe.... Read More