Questionsrelatedto MLand Deep Learning Presentation A
Questionsrelatedto MLand Deep Learning Presentation A
net/publication/333842103
Machine Learning and Deep Learning: Thesis Defense related Basic Concepts,
Suggestions, and Potential Questions
CITATIONS READS
0 1,663
1 author:
Asifullah Khan
Pakistan Institute of Engineering and Applied Sciences
239 PUBLICATIONS 4,823 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Asifullah Khan on 18 June 2019.
Proposed methodology
Related Mathematics
Experimental comparisons with Recent Techniques.
Performance Metrics
Statistical tests. Variation in results?
Parameter Tuning?
Cross validation technique?
Number of classes?
N,l,C ? Sample size, feature size, no. of classes
Generalization of the learner?
You also need to know how you properly loaded data, clean the data, extracted
features, and finally - performed machine learning.
And to know about the following 3 things of your ML system.
Data
Learning Methodology
Model
And three tradeoffs of a learner:
Its capacity
Size of training data
Generalization
1. Dataset
2. Proposed methodology: basic and detailed block-diagrams.
3. Feature extraction, selection. Its visualization.
4. Performance metrics.
5. ANN Architectures
6. Implementations details.
7. Results: ROC and PR curves, tables, Statistics, Learning Curves, etc.
8. Experimental comparisons with at least 3 recently Reported techniques.
9. Show screenshots of your web predictor, if any
10. Show screenshots uploaded GitHub code, its associated Jupiter tutorial, and
your paper.
11. Conclusion and future work.
1
Potential Questions during Thesis Defense:
Basic ML Related Concepts:
Basic steps of an ML system?
Difference b/w ML and Pattern Recognition.
Difference between discriminator and generator?
Representation capacity?
Discriminant Function. LDA. Perception.
VC dimension.
No Free Lunch.
Occam’s Razer.
Probably Approximately Correct (PAC) Learning
PCA vs ICA
Adaptive vs non-adaptive Learning?
Mani-fold learning.
Cross validation; 5-fold, leave-one-out
Batch size and its affect.
Hyper parameters and its tuning.
Structural vs Empirical Risk Minimization.
Preprocessing.
SVM discriminant function and cost function.
Support Vectors? Number of SVs
PCA equation. Is it feature extractor OR selector OR both?
2
Euclidean and Mahalanobis distance equation.
Different cost functions equations; MSE, PAD, Entropy loss, Soft max?
Information Gain and its equation.
Slope and interface part in learning.