Advertisement
Guest User

cvbb

a guest
Dec 9th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Boundary of DT/NN-HOW many layers
  2. SVM- visual data(which gives 0 error)
  3. MLE- solve parameters
  4. Naive Bayees
  5.  
  6. LOG.REG- Equation solving
  7. find decision boundary
  8. Boundary of logistic classifier
  9.  
  10. MODEL Evaluation- def acc,prec,recall
  11.  
  12. k- fold cross validation
  13. (which gives lower error)
  14.  
  15. ROC Curve(TPR Vs FPR)-Area And its dependency
  16.  
  17. KNN with k-fold , what is the decision boundary of 3,4 etc
  18.  
  19. Ensemble- Bias- Var tradeoff
  20. effect of increasing number of layers in NN
  21. effect of adding more variables to a model
  22. effect of increasing no.of trees in random forest
  23. effect of increasing K in KNN
  24. making DT instead of stump as base classifier
  25.  
  26. bootstrapping, boosting(adaboost)
  27. no.of iterations of adaboost needed
  28. epselon, gamma new weights given no.of misclassified points
  29.  
  30. K- means
  31. assignment, update, centres
  32. strength and weakness
  33. heirarchical clustering
  34. Single link, max link......
  35. EM soft clustering
  36.  
  37. PCA- what does it do
  38.  
  39. Bayesnet
  40. no.of parameters needed- each have 4 choices
  41. compute joint probability- factoring
  42. Dependency Separation
  43.  
  44. HMM
  45. Forward algorithm
  46. Viterbi- healthy, fever
  47.  
  48. RNN
  49. Q,V function- dependency on policies
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. Questions
  58.  
  59. no.of parameters- sequential, bayes net
  60.  
  61. adaboost- error calc, weight update
  62. 1st iter-normalized weights
  63. 2nd- ist and 2nd iter
  64. adaboost practice questions
  65. anjum chida slides- heart shape problem
  66.  
  67. probability-office, light, computer on, login- online office light probability-0.4 near
  68.  
  69. knn,ann,perceptron,naive bayees-acendining order of speed model creation
  70.  
  71. No.of parameters-match the following-all independent(x1-xn), bayees network description, all dependent, sequential order
  72.  
  73. sigmoid, derivative graphs -100 to 100, -1 to 1
  74.  
  75. viterbi- health fever
  76. diagnostic queries- given cough----temparature HHF
  77.  
  78. forward- 2 states(o1,o2 observebles probability)
  79.  
  80. 5 options- which cases reduces variance-knn-ann-decision tree
  81.  
  82. Given a constant function-variance high or low
  83.  
  84. another question similar to variance and bias
  85.  
  86. variance- underfit/overfit
  87. decision tree - depth dependency
  88. Ann- no.of layers
  89. Z=x+y variance of Z x (0-1),y(0-2) uniform 5/2,1/2,/4,/3
  90.  
  91. logistic regression-- x<6 y==1/0 quiz question same
  92.  
  93. MLE-P(X) theta
  94.  
  95. MLE- sigma xi/5n in denominator
  96.  
  97. dataset-which classifier gives zero training error(2 q)
  98.  
  99. k-means clusters- sum of distances(cluster point to centroid)
  100. centroids after each iteration
  101. Fails in which case.
  102. k means- k-1, k-3 error
  103. k- means fail cases
  104. outlier,spherical, centroid calculations
  105.  
  106.  
  107. Bayes net-joint probability(p-----)
  108. deseparation(not conditionally independent select)
  109. d-separation bayes net- conditional independence from the diagram earth quake,call - middle and last
  110.  
  111. graph points 7-svm with 7 fold----> training error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement