Search Your Question...!

Overfitting & Underfitting in Machine Learning

 

Overfitting in Machine Learning

Overfitting refers to a model that models the training data too well.

Overfitting happens when a model learns the detail and noise in the training data to the extent that it negatively impacts the performance of the model on new data. This means that the noise or random fluctuations in the training data is picked up and learned as concepts by the model. The problem is that these concepts do not apply to new data and negatively impact the models ability to generalize.

AngularJS Packaging and Testing MCQ's

1.  Which one of these is a Bower Concept?

   View Answer   

   Package



2. The following is the syntax of installing a Component in Bower.

   View Answer   

   Bower install componenet name



3. In Package.json, to include the latest version we can use.

   View Answer   

   Symbol



4. Grunt runs tasks using Temporary files which are disk I/O operations.

   View Answer   

   TRUE



Wireframing MCQ's

1. Wireframes are static. 

   View Answer   

   True



2. What are the fidelity levels that you must consider while creating a wireframe?

   View Answer   

    all the options



3. Mockups exhibit exhibit ___________. 

   View Answer   

   high fidelity



4. Apart from basic wireframes, what are the other type of wireframes that are available? 

   View Answer   

   ALL OF THE OPTION



Routers and Custom Directives MCQ's

 1) what is the purpose of the $location service?

It enables changing the path of the application in order to perform navigation  

2) With _, views and routes are tied to the application url. ngRoute

3)Which is the correct syntax format for constructing a route and binding a route parameter?

<a ng-href=”#/detail/{{food.id}}”>Click for more.......</a> 

4) Which function best describes routing?

Loads templates into the ng-view element

5) The…………… service is not able to function properly if the current URL is outside the URL given as the base href. $location

Deep Learning basic MCQ's

 1)What is the difference between the actual output and generated output known as? 

Output Modulus 

Accuracy 

Cost 

Output Difference 

Answer:-Cost 


(2)Recurrent Neural Networks are best suited for Text Processing. 

True 

False 

Answer:-True 

Ionic Framework MCQ's

1. Which of the following is not a in-built Ionic template.

   View Answer   

   NAVIGATION



2. Which of the following files has the ionic styles?

   View Answer   

   ionic css



3. Which of the following files contains all required JS files for Ionic and Angular?

   View Answer   

   ionic.bundle.min.js



4. Which of the following folders contains icons in Ionic?

   View Answer   

   fonts



Association Rule Mining MCQ's

1.  What is the support for Screen Guard ?

   View Answer   

   0.8



2.  What is the support for Power Bank ?

   View Answer   

   0.6



3.  What is the confidence for Screen Guard -> Mobile Cover ?

   View Answer   

   0.5



4.  What is the confidence for Power Bank -> Mobile Cover ?

   View Answer   

   .33



Machine Learning - Exploring the Model MCQ's

Machine Learning - Exploring the Model

Welcome to the course on Machine Learning - Exploring the Model

The objective of this course is to familiarize you with the steps involved in 

fitting a machine learning model to a data set

You will learn all the concepts involved in building a Machine Learning Model, 

from Hypothesis function that represents a model for a given data-set to evaluation of the hypothesis for a general case

Advanced Statistics and Probability MCQ's

1.  What are the features of multivariate random variable?

   View Answer   

   BOTH



2.  If time space or state space is discrete, ___________.

   View Answer   

   Markov process can be termed as discrete-time Markov chains



3.  What are kernels?

   View Answer   

   Small



Basic of Statistics MCQ's

  1.  Sample is a subset of population. True
  2. Is the process of applying logical or statistical techniques to evaluate and describe data in a meaningful way. Data Analysis
  3. Holds the responsibility of describing the data collected. Statistics
  4. Descriptive Statistics works on __________ dataset. Sample
  5. __________ calculates the number of events occurring in a specific period, when given the average number of times the event occurs in that time span.Poisson Distribution