edited by
525 views

1 Answer

0 votes
0 votes

Machine learning tasks are typically classified into two broad categories, depending on whether there is a learning "signal" or "feedback" available to a learning system:

  • Supervised learning : The computer is presented with example inputs and their desired outputs, given by a "teacher", and the goal is to learn a general rule that maps inputs to outputs. As special cases, the input signal can be only partially available, or restricted to special feedback:
    • Semi-Supervised learning : the computer is given only an incomplete training signal: a training set with some (often many) of the target outputs missing.
    • Active learning : the computer can only obtain training labels for a limited set of instances (based on a budget), and also has to optimize its choice of objects to acquire labels for. When used interactively, these can be presented to the user for labeling.
    • Reinforcement learning : training data (in form of rewards and punishments) is given only as feedback to the program's actions in a dynamic environment, such as driving a vehicle or playing a game against an opponent.
  • Unsupervised learning : No labels are given to the learning algorithm, leaving it on its own to find structure in its input. Unsupervised learning can be a goal in itself (discovering hidden patterns in data) or a means towards an end (feature learning). 

Source : https://en.wikipedia.org/wiki/Machine_learning

Option C is the Correct Answer.

edited by

Related questions

807
views
2 answers
0 votes
gatecse asked Mar 2, 2018
807 views
Bluetooth uses ____ method in physical layer to avoid interference from other devices or other networksFHSSFDSSTDSNone of the above
419
views
1 answers
0 votes
gatecse asked Mar 2, 2018
419 views
In which of the following search agent operates by interleaving computation and action?Offline searchOnline searchBreadth first searchDepth first search
380
views
1 answers
0 votes
gatecse asked Mar 2, 2018
380 views
Which of the following deals with the precise model where accurate solutions are achieved quickly?Soft computingMobile computingHard computingNone of the above
235
views
1 answers
0 votes
gatecse asked Mar 2, 2018
235 views
Which is used to generate membership function in fuzzy logic?Approximate reasoningProportionalityRationalityNone of the above