Thursday, November 23, 2023

DP-900 Microsoft Azure Data Fundamentals

 Link to AZ-900 Azure Fundamentals that I did in 2020

https://quality-agile.blogspot.com/2020/07/az-900-azure-fundamentals-microsoft.html?_sm_au_=iVV4NMVsfssn8H5bqQ2QvKH12pCN0

DP-900 Microsoft Azure Data Fundamentals

Organizations seek capturing data, storing data and analysing data. 
  1. Identify common data formats
  2. Describe options for storing data in files
  3. Describe options for storing data in databases
  4. Describe characteristics of transactional data processing solutions
  5. Describe characteristics of analytical data processing solutions

1. Identify data formats

  • Structured Data
  • Semi-structured Data
  • Unstructured Data


Monday, November 13, 2023

Difference between AI and ML

AI (Artificial Intelligence): AI is a broad field of computer science that aims to create systems capable of performing tasks that typically require human intelligence. These tasks include things like

  • Ø  Understanding and processing natural language,
  • Ø  Recognizing patterns in data,
  • Ø  Making decisions, and even problem-solving.

AI encompasses a wide range of techniques and technologies to achieve these goals, and it's the overarching concept that drives the development of intelligent machines.

In IT terms, AI is the overarching goal of creating intelligent systems, while ML is a subset of AI that involves data-driven learning to achieve that goal. ML is often used in IT for tasks like data analysis, predictive analytics, and improving automation processes.

The key components of AI can be broadly categorized as follows:

  1. Machine Learning: Machine learning is a fundamental component of AI. It involves the development of algorithms that allow computer systems to learn and improve from data, enabling them to make predictions and decisions based on patterns and trends within the data.
  2. Natural Language Processing (NLP): NLP is the field that focuses on enabling machines to understand, interpret, and generate human language. It's essential for applications like language translation, chatbots, and text analysis.
  3. Computer Vision: Computer vision is the branch of AI that enables computers to interpret and understand visual information from the world, including images and videos. It's used in applications like facial recognition, object detection, and autonomous vehicles.
  4. Expert Systems: Expert systems are AI programs designed to mimic the decision-making abilities of a human expert in a particular domain. They use knowledge bases and inference engines to solve complex problems.
  5. Robotics: Robotics involves the integration of AI into physical machines (robots) to enable them to perform tasks and interact with the physical world. AI-driven robots are used in manufacturing, healthcare, and various other industries.
  6. Knowledge Representation: Knowledge representation is about how AI systems store and organize knowledge to facilitate reasoning and problem-solving. It's crucial for expert systems and reasoning tasks.
  7. Neural Networks: Neural networks are a specific machine learning technique inspired by the structure of the human brain. They are used for tasks like deep learning, image and speech recognition, and reinforcement learning.
  8. Planning and Decision Making: This component focuses on AI systems' ability to plan and make decisions in complex and dynamic environments. It's essential for applications like autonomous vehicles and game playing.
  9. Speech and Audio Processing: This area of AI deals with the analysis and synthesis of audio data, including speech recognition and generation of human-like voices.
  10. AI Ethics and Governance: With the increasing use of AI, there's a growing emphasis on ethical considerations and governance to ensure responsible AI development and use, addressing issues like bias, privacy, and transparency.
  11. AI Hardware: AI often requires specialized hardware, such as Graphics Processing Units (GPUs) and Application-Specific Integrated Circuits (ASICs), to accelerate the processing of large datasets and complex AI algorithms.
  12. AI Software Development Tools: A variety of software tools and libraries are used in AI development, including programming languages like Python, and frameworks like TensorFlow and PyTorch.
  13. Data Management and Preprocessing: High-quality data is crucial for AI. This component involves data collection, cleaning, and preprocessing to ensure that AI systems have access to the right data.
  14. AI Applications: AI is used in a wide range of applications, including virtual assistants, recommendation systems, autonomous vehicles, fraud detection, healthcare diagnosis, and much more.

These components often overlap and work together to create AI systems that can perform a wide array of tasks, ranging from simple to highly complex. AI research and development continue to evolve, leading to new components and advancements in the field.

ML (Machine Learning): Machine Learning is a specific approach within AI. It's a technique that focuses on training machines to learn from data and make predictions or decisions based on that data. Instead of writing explicit instructions for a computer program, with ML, you provide a computer system with a lot of data and algorithms that allow it to learn patterns and make predictions or decisions without being explicitly programmed for each specific task. ML is like teaching a computer to recognize spam emails by exposing it to a large dataset of emails, some of which are labeled as spam and some as not.

SQL Essential Training - LinkedIn

Datum - piece of information Data is plural of datum. Data are piece of information - text, images or video. Database - collection of data. ...