Showing posts with label Machine Learning. Show all posts
Showing posts with label Machine Learning. Show all posts

What is Genetic Programming?

What is Genetic Programming?



Answer: Genetic programming is one of the two techniques used in machine learning. The model is based on the testing and selecting the best choice among a set of results.

In what areas is pattern recognition used?

In what areas is pattern recognition used?



Pattern Recognition can be used in

a) Computer Vision

b) Speech Recognition

c) Data Mining

d) Statistics

e) Informal Retrieval

f) Bioinformatics

What are the advantages of Naive Bayes?

What are the advantages of Naive Bayes?



Answer: In Naïve Bayes classifier will converge quicker than discriminative models like logistic regression, so you need less training data. The main advantage is that it can't learn interactions between features.

What is a classifier in machine learning?

What is a classifier in machine learning?



Answer: A classifier in a Machine Learning is a system that inputs a vector of discrete or continuous feature values and outputs a single discrete value, the class.

What is the difference between artificial learning and machine learning?

What is the difference between artificial learning and machine learning?



Answer: Designing and developing algorithms according to the behaviours based on empirical data are known as Machine Learning. While artificial intelligence in addition to machine learning, it also covers other aspects like knowledge representation, natural language processing, planning, robotics etc.