
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Priya Mishra has Published 159 Articles

Priya Mishra
254 Views
Deepfakes have generated both fascination and anxiety in this age of advanced technology. Deepfakes are the sophisticated manipulation of photos, movies, and audio that employs artificial intelligence algorithms to produce very convincing yet fake content. While these technologies have captivated internet users and opened up intriguing opportunities in a ... Read More

Priya Mishra
236 Views
Generative Adversarial Networks (GANs) which can be built using Keras and Tensorflow have revolutionized the field of artificial intelligence by enabling the generation of realistic and high-quality synthetic data. In this article, we delve into the world of GANs and explore the concept of an Auxiliary GAN. With the ... Read More

Priya Mishra
2K+ Views
Pattern recognition is a dynamic field with diverse applications across various domains. It involves the development of algorithms and techniques to identify and analyze patterns within data. From image recognition tasks like object and face recognition to speech and handwriting recognition, pattern recognition plays a crucial role. It is ... Read More

Priya Mishra
587 Views
Data visualization tools play a crucial role in transforming complex data sets into captivating visual narratives, enabling businesses and individuals to extract valuable insights. As we step into 2023, this article explores the 12 best data visualization tools that empower users to create compelling visualizations effortlessly. From advanced analytics to ... Read More

Priya Mishra
316 Views
In this fast-paced world, artificial intelligence (AI) is catalyzing a revolution in industries and transforming the way we work and live. As a young professional in Artificial intelligence, it is very crucial to be upfront and constantly improving one’s ability and skills. One of the effective methods to keep pace ... Read More

Priya Mishra
241 Views
In today's highly competitive job market, possessing machine learning skills has become increasingly valuable. Employers from various industries are seeking professionals who can leverage machine learning algorithms to drive business growth and innovation. As a result, machine learning job interviews have become more rigorous and demanding. To assist in preparing ... Read More

Priya Mishra
740 Views
Decision trees and K-means clustering algorithms are popular techniques used in data science and machine learning to uncover patterns and insights from large datasets like the iris dataset. As we all know, Artificial Intelligence is employed extensively in our daily lives, from reading the news on a mobile device to ... Read More

Priya Mishra
1K+ Views
Altering an SQLite table is a common task when working with databases and can be easily done using Python. SQLite is a well-known open-source relational database management system that is used to store data in local files. In this article, we'll look at how to alter an SQLite table in ... Read More

Priya Mishra
3K+ Views
Adjusting the position of the Matplotlib colorbar is essential for producing precise and comprehensible graphs and plots. This article describes some common methods for adjusting the position of a Matplotlib colorbar. Colorbars are crucial to understanding the significance of a subplot or plot. Sometimes, colorbars can overlap with other elements ... Read More

Priya Mishra
8K+ Views
When we perform data visualization in Matplotlib using subplots or plots, it is important to label the axis correctly and adjust the position of the labels of the axis if required so that they do not overlap with other elements that are there in the plot. This can help users ... Read More