Vidyashri M H

ID3 Algorithm Decision Tree – Solved Example

Download Final Year Projects   [wptelegram-join-channel] ID3 Algorithm Decision Tree – Solved Example – Machine Learning Problem Definition: Build a decision tree using ID3 algorithm for the given training data in the table (Buy Computer data), and predict the class of the following new example: age<=30, income=medium, student=yes, credit-rating=fair age income student Credit rating Buys …

ID3 Algorithm Decision Tree – Solved Example Read More »

Python Program to read five characters which start with ‘a’ and end with ‘z’

Download Final Year Projects   [wptelegram-join-channel] Write a python program to read a string with five characters that start with ‘a’ and end with ‘z’ Problem Definition: Write a program that reads a string with five characters that starts with ‘a’ and ends with ‘z’. Print search successful if pattern match found. Video Tutorial Source …

Python Program to read five characters which start with ‘a’ and end with ‘z’ Read More »

Python Program to Count number of words, digits, uppercase, lowercase letters

Download Final Year Projects   [wptelegram-join-channel] Python program to count the number of words, digits, uppercase letters, and lowercase letters Problem Definition: Develop a Python program that accepts a sentence and find the number of words, digits, uppercase letters, and lowercase letters. Video Tutorial Source Code to Python program to count the number of words, …

Python Program to Count number of words, digits, uppercase, lowercase letters Read More »

What is Machine Learning? Components and Applications

Download Final Year Projects   [wptelegram-join-channel] What is Machine Learning? Components and Applications of Machine Learning Definition of Machine Learning: Learning is any process by which a system improves performance from experience. A branch of artificial intelligence, concerned with the design and development of algorithms that allow computers to evolve behaviors based on empirical data. …

What is Machine Learning? Components and Applications Read More »

Python program to call function collatz() until it returns 1

Download Final Year Projects   [wptelegram-join-channel] Python program to call function collatz() to return number//2 or 3*number+1 until it returns 1 Problem Definition: Develop a python program to create a function called collatz() which reads as a parameter named number. If the number is even it should print and return number//2 and if the number …

Python program to call function collatz() until it returns 1 Read More »

Types of Knowledge Artificial Intelligence

Download Final Year Projects   [wptelegram-join-channel] Types of knowledge – Artificial Intelligence Knowledge can be defined as the body of facts and principles accumulated by humankind or the act, fact, or state of knowing. For example, in biological organisms, knowledge is stored as complex structures of interconnected neurons. The structures correspond to symbolic representations of …

Types of Knowledge Artificial Intelligence Read More »