Skip to main content

Posts

Showing posts from February, 2024

Discriminative Artificial Intelligence Vs Generative Artificial Intelligence

  Discriminative Artificial Intelligence(AI): Discriminative Artificial Intelligence(AI) models are taught to distinguish between different data classes, patterns, images etc. In simple words it is a type of artificial intelligence that helps us tell different things apart. Discriminative AI focuses on learning the lines that separate different groups in our data. Instead of making new data, it looks at data we already have to figure out what it is.   Application Areas: Image Recognition: Discriminative AI helps identify what's in pictures, like telling if it's a cat or a dog. Speech Recognition: It figures out different words or phrases when people talk.  Natural Language Processing (NLP): It sorts text into different groups, like figuring out if a review is positive or negative. How Discriminative AI Works: Training Data: Discriminative AI learns from examples, like pictures of cats and dogs, to get better at telling them apart. Learning Boundaries: It figures ou...

Machine Learning Vs Deep Learning

Basics of Machine Learning, Deep learning or Neural Networks:   Machine learning: Machine Learning is a great part of the Artificial intelligence field and is a popular way to execute AI projects through different methods. Normally in ML, there is no need to instruct computers, data is given to the system and according to prior experience and data, rules are made to apply further.  In the Machine Learning domain, models are trained on learning how to create rules for themselves to perform lookalike tasks by taking specific inputs by their desired possible outputs. ML typically requires processed or organized data with the involvement of humans. What is Deep Learning Study of neural networks is called deep learning.  DL is the study of doing ML with neural networks. In 2012, Neural Networks made up of basic and fundamental mathematical functions like addition, subtraction, multiplication and division etc. these networks  are like neurons in the human brain to make ...

Fundamentals of Artificial Intelligence

Fundamentals of Artificial Intelligence   What is Artificial Intelligence ? Artificial Intelligence is a branch of computer science that deals with the development of methods that allow computers to learn without explicit programming. Artificial Intelligence is a way of making a digital brain by teaching computers different methods without human interference. In Artificial Intelligence computers learn themselves on the basis of prior experience and learning. Classical AI and Today's AI:   In previous times, AI was used manually or with human intervention. A person used to find a problem and solution by himself, then train the computer after setting rules and solutions related to that particular problem. Today's AI reduced the human effort and hard work. Nowadays, a person has to ask the problem only, AI gives all possible solutions related to that problem. Goal of AI: The goal of AI is to perform tasks as humans can do. For example: Making decisions and judge etc. Value Creati...