How GAN can help us to improve face image data(with demo)
“Generative Adversarial Network— the most interesting idea in the last ten years in machine learning” by Yann LeCun, VP &
Big Data computing power – CPU vs GPU vs DPU
In this Big Data world parallel processing or parallel computing is the solution to faster processing and computation for incoming
Best Practices and Spark optimization Tips for Data engineers
Spark is currently a backbone tool for processing large datasets and it is said to be lightning-fast for large scale
Deep-Dive into DATADOG and how to use it for your System and with Python(Flask) Application
A brief history of Datadog Datadog is an infrastructure monitoring service that helps users or developers(especially DevOps) monitor the different services.
Design Thinking: The new way of BRAINSTORMING
Source - Internet Introduction All great innovators in literature, art, music, science, engineering, and business have used design thinking. It is
A complete guide to SQL from scratch
Introduction to this blog In this blog, we are going to learn about SQL(Structured Query language), DDL (Data Definition Language), and
FastAPI : Deep Dive Into The Python Framework
In this post, we will be moving forward from the first part and see how to build a CRUD application
Medical coding the most important tool for RCM!!
What is Medical Coding? Medical coding is the transformation of healthcare diagnosis, procedures, medical services, and equipment into universal medical alphanumeric
Python: Convert Database(Tables) to XLSX Workbook
Introduction In this blog, we will learn how to convert the database tables into XLSX workbooks with multiple sheets using python. The