Posts

Showing posts from September, 2018

Machine learning

Image
Machine learning:                                                                In the field of computer science Machine learning is the statistical techniques to give computers, the ability to LEARN with data without being programmed explicitly by human ."MACHINE LEARNING " name was stamped in 1959 by Arthur Samuel “.Machine learning and statistics are closely related to each other.            The process of learning begins with observations or data. The primary aim is to allow the computers learn automatically without human intervention or assistance and adjust the actions accordingly signal.      ...

c++ programs examples

Image
c++ programs examples: 1. C++ Program to Find Largest Number among Three Numbers 2. C++ Program to Find All Roots of a Quadratic Equation 3. C++ Program to Calculate Sum of Natural Numbers 4. C++ Program to Check Leap Year 5. C++ Program to Find Factorial 6. C++ Program to Generate Multiplication Table 7. C++ Program to Find Size of int, float, double and char in Your System 8. C++ Program to Swap Two Numbers 9. C++ Program to Check Whether Number is Even or Odd 10. C++ Program to Check Whether a character is Vowel or Consonant. 11. C++ "Hello, World!" Program 12. C++ Program to Print Number Entered by User 13. C++ Program to Add Two Numbers 14. C++ Program to Find Quotient and Remainder