In the realm of modern technology, the terms Artificial Intelligence (AI) and Machine Learning (ML) often swirl together in conversations, creating an aura of confusion. Yet, amidst the haze, clarity emerges when we grasp the fundamental disparities between the two. AI, the embodiment of simulated human intelligence in machines, stands as the overarching concept, while Machine Learning, a subset of AI, empowers computers to learn from data and improve their performance iteratively. Understanding this dichotomy unveils the distinct roles each plays in revolutionizing industries and shaping our future.
Poem: Dreams
The great APJ Abdul Kalam once declared, "Dreams are not those that we see in sleep, but they are those that do not let us sleep."So, what is this dream about?Is it just about getting super rich, I don't think so,It is more about opportunity, a chance to grow.To be able to pursue passions, to... Continue Reading →
How to start photography?
Photography is an art form that takes time and practice to master. Be patient with yourself and don't get discouraged by initial challenges. Keep pushing yourself to improve, and the results will follow.
Will Microsoft Copilot change the Cloud Computing world?
Microsoft Copilot is an AI-powered code completion tool developed by Microsoft in collaboration with OpenAI that uses machine learning to provide code suggestions and completions to developers as they write code. It is designed to help developers be more productive by automating some of the more repetitive tasks of coding. It has the potential to... Continue Reading →
Top 24 Power BI Interview questions and their answers
13. What are content packs? Content packs are the container of Dashboard, reports and dataset which can be used by many users. The primary feature of content pack is that if you created a report and put it in a content pack other users can see your report and make to copy of the report and make changes to their own copy of the report while your report is safe and unaltered.
19 Best Practices of Power BI
Data models should be filtered and normalized. This is particularly important if datasets are sourced from high data volume repositories such as enterprise data warehouses.
Which Jobs will not be affected by AI?
AI has become the Buzzword of the 21st century, anyone who even has a little idea of what AI can do is either excited, nervous, or fearful of it, and rightly so.
Which jobs are Recession Proof?
Recession in simple terms is a slowdown or massive decline of economic activities. A country is said to be in recession if there is a decline in activities like consumption, investment, government spending, and net export. If you are following the news, then you must be aware that countries like UK and USA are slowing moving... Continue Reading →
To be fit or to be thin?
To be fit or to be thin. Which one will you prefer? Above question will divide people into two categories: Wondering how both are different. They already know about the difference but unable to practice it in their lifestyles. This Blog is for both categories of people. Let’s start with the basics, what do you... Continue Reading →
Poem: Worth it
The path is filled with thorns of pain and suffering,I am still going on; believing your love will be its ending. Each step I take, I meet with countless hurdles and loathing,I am still going on; keeping aside the fear of failing. Don't know how, when or whether there will be any benefit, but I... Continue Reading →
How to read .xlsx file in Databricks using Pandas
Step 1: In order to read .xlsx file, you need to have the library openpyxl installed in the Databricks cluster. Steps to install library openpyxl to Databircks cluster: Step 1: Select the Databricks cluster where you want to install the library. Step 2: Click on Libraries. Step 3: Click on Install New. Step 4: Select PyPI. Step 5: Put openpyxl in the text box under Package... Continue Reading →
Basic concepts anyone starting in SQL should know about
SQL stands for Structured Query Language. SQL is a database management language for relational databases. SQL lets you access and manipulate databases. SQL queries are not case sensitive. (SELECT = select) Division of SQL: Data Manipulation Language (DML) is used to add, update or delete data . Examples: INSERT, DELETE and UPDATE. Data Definition Language (DDL) is used... Continue Reading →