Interview preparation

C program to print rightmost digit of integral left-most digit of real part

  Join for Regular Updates Write a C program to read a floating-point number from the standard input and print the rightmost digit of an integral part and the left-most digit of the real part. Problem Definition: In this program, we will read a floating-point number from the keyboard. Next, we find the rightmost digit …

C program to print rightmost digit of integral left-most digit of real part Read More »

Machine Learning Question With Answers Module 5

  17CS73 Machine Learning Question With Answers Module 5 MODULE 5 – EVALUATING HYPOTHESIS, INSTANCE BASED LEARNING, REINFORCEMENT LEARNING 1. Explain the two key difficulties that arise while estimating the Accuracy of Hypothesis. 2. Define the following terms a. Sample error b. True error c. Random Variable d. Expected value e. Variance f. standard Deviation …

Machine Learning Question With Answers Module 5 Read More »

Machine Learning Question With Answers Module 4

  17CS73 Machine Learning Question With Answers Module 4 MODULE 4 – BAYESIAN LEARNING 1. Define the Bayesian theorem? What is the relevance and features of the Bayesian theorem? Explain the practical difficulties of the Bayesian theorem. 2. Define is Maximum a Posteriori (MAP) Maximum Likelihood (ML) Hypothesis. Derive the relation for hMAP and hML …

Machine Learning Question With Answers Module 4 Read More »

Machine Learning Question With Answers Module 1

  17CS73 Machine Learning Question With Answers Module-1 MODULE 1 – INTRODUCTION AND CONCEPT LEARNING 1. Define Machine Learning. Explain with examples why machine learning is important. 2. Discuss some applications of machine learning with examples. 3. Explain how some disciplines have influenced machine learning. 4. What is well-posed learning problems. 5. Describe the following …

Machine Learning Question With Answers Module 1 Read More »

Python Program to accept numbers from the user and Find the maximum and minimum element

  Python Program to accept numbers and Find the maximum and minimum element of the numbers entered by the user Problem Definition: Write a Python Program to accept numbers from the user until the user enters done. Find the maximum and minimum elements of the numbers entered by the user. Use class and methods concepts. …

Python Program to accept numbers from the user and Find the maximum and minimum element Read More »

Python Program using classes and objects to deposit and withdraw money in a Bank Account

  Python Program using classes and objects to deposit and withdraw money in a Bank Account Problem Definition: Write a Python program using classes and objects to deposit and withdraw money in a Bank_Account. This is just a demonstration program. Video Tutorial Source code of Python Program using classes and objects to deposit and withdraw …

Python Program using classes and objects to deposit and withdraw money in a Bank Account Read More »