Sunday, 29 September 2024

Pattern Recognition and Computer Vision - ASSIGNMENT 1

 

Pattern Recognition and Computer Vision - ASSIGNMENT 1

  Date -- 30 September 2024


BATCH- ECE-AIML
SUBMISSION DATE - 14 October 2024

  1. Explain the difference between supervised and unsupervised learning in pattern recognition.
  2. What is the role of clustering in pattern recognition?
  3. Discuss the advantages and limitations of using Decision Trees for pattern recognition.
  4. Explain the concept of feature selection and its importance in pattern recognition.
  5. Analyze the performance of different clustering algorithms (e.g., K-means, Hierarchical) on a gene expression dataset.
  6. Prove that Naive Bayes classifiers are optimal when features are independent.
  7. Explain the concept of maximum-margin hyperplane in SVMs.
  8. Derive the SVM decision boundary equation.
  9. Describe the role of bias terms in Feed Forward Networks.
  10. Explain the difference between Fisher Discriminant Analysis and Principal Component Analysis.
  11. What is the role of regularization in polynomial curve fitting?


Submit the assignment by mail at vaibhavnijhawan@mait.ac.in before 12 o' clock midnight, 14 October 2024.

Thursday, 12 September 2024

Digital Logic and Computer Design - 2 (2025)

 

Digital Logic and Computer Design

Assignment - 2

SUBJECT CODE-- ECC 207


BATCH- IT 123
SUBMISSION DATE - 20 September 2025


1. Explain following in respect to number system:-

(a) Signed numbers    (b) Unsigned numbers    (c) Fixed point numbers     (d) Floating point numbers

2. Design a Parity Generator Circuit.

3. Discuss the structure, properties and application of the following:-
(a) ALU              (b) PAL                (c) PLA

4. Design Look Ahead Carry (LAC) Adder Circuit.

5. Design 4 bit Magnitude Comparator Circuit.

6. Design BCD to 7 Segment decoder for displaying 7.

7. Compare RAM and ROM along with their types.

8. Obtain the minimal expression using Quine- McCluskey method-
      F(A,B,C,D) =  Sigma m(1,5,6,12,13,14)+d(2,4)