An unhandled error has occurred. Reload X
मुख्य सामग्री पर जाएं

NVIDIA Deep Learning Institute: Fundamentals of Deep Learning Practice Test

83 प्रश्न उपलब्ध

NVIDIA Deep Learning Institute: Fundamentals of Deep Learning परीक्षा एक शिक्षार्थी की गहरी सीखने के सिद्धांतों, कार्यप्रवाहों और NVIDIA के पारिस्थितिकी तंत्र का उपयोग करके व्यावहारिक कार्यान्वयन की मौलिक समझ का आकलन करती है। परीक्षा में न्यूरल नेटवर्क आर्किटेक्चर (जैसे कि कॉन्वोल्यूशनल और रीकरेन्ट नेटवर्क), प्रशिक्षण तकनीकें (बैकप्रोपेगेशन, लॉस फंक्शंस, ऑप्टिमाइजेशन), डेटा प्रीप्रोसेसिंग, मॉडल मूल्यांकन और तैनाती पर विचार शामिल हैं। यह डेटा वैज्ञानिकों, सॉफ़्टवेयर इंजीनियरों, शोधकर्ताओं और AI प्रैक्टिशनरों के लिए डिज़ाइन की गई है जो गहरी सीखने में अपनी यात्रा शुरू कर रहे हैं या मौलिक सिद्धांतों के ज्ञान को मान्य करना चाहते हैं।

सर्टिफिकेशन परीक्षा
Foundational स्तर
अभ्यास बैंक
83 अभ्यास प्रश्न
1 घंटा 23 मिनट अभ्यास समय
अभ्यास शुरू करें
प्रश्न बैंक 83 आधिकारिक उद्देश्यों के विरुद्ध जाँचे गए अभ्यास प्रश्न.
NVIDIA83 अभ्यास प्रश्नब्लूप्रिंट 1.0बैंक 2026-07-09 को अपडेट हुआ

नमूना प्रश्न

पूरी परीक्षा कैसी है देखने के लिए कुछ प्रश्न आज़माएं।

Convolutional and Recurrent Networks

An NLP engineer trains a unidirectional LSTM language model on 50-token sequences. After convergence, the team adds a second LSTM layer on top of the first (stacked) and also wraps both with dropout=0.25 between time steps and between layers. They observe that the validation perplexity improves by 4 points relative to the single-layer baseline, but training perplexity is now higher than validation perplexity for the first 15 epochs. What is the most accurate interpretation?

Convolutional and Recurrent Networks

An ML engineer is implementing a CNN for 32x32 RGB CIFAR-10 images. The first layer is a 3x3 convolution with 32 filters, stride=1, padding=1, followed by ReLU and 2x2 max-pooling with stride=2. When the input resolution is doubled to 64x64 while keeping every other layer identical, what is the spatial size of the feature map immediately after the first pooling layer?

Neural Network Fundamentals

A researcher trains a two-hidden-layer MLP on the Iris dataset using stochastic gradient descent with a learning rate of 0.01. The model reaches 98% training accuracy but the decision boundaries appear overly smooth and fail to capture the non-linear separation between two of the classes in a held-out visualization. Which modification to the network architecture would most directly increase its capacity to model more complex decision boundaries?

Final Project Techniques

You are preparing the final fruit project submission. The assessment script evaluates your model on a hidden test set of 200 fresh/rotten images that have never been seen by any student. Your local validation accuracy (with your own 80/20 split + augmentation) is 93%. On the hidden test the accuracy drops to 71%. Which practice from the DLI final-project guidance would have most reliably predicted this drop before submission?

Training, Optimization, and Regularization

What does the "batch" in batch normalization refer to during the training forward pass, and why must the implementation behave differently at inference time?

परीक्षा ब्लूप्रिंट

01Convolutional and Recurrent Networks
02Deployment with TensorRT and Triton
03Neural Network Fundamentals
04Training, Optimization, and Regularization

परीक्षा विवरण DLI-FDL | Free

परीक्षा कोड DLI-FDL
विक्रेता NVIDIA
परीक्षा शुल्क Free
प्रश्न प्रकार मल्टिपल चॉइस (100%)
पुनः परीक्षा नीति Varies by exam level. DLI projects can often be resubmitted after feedback.
परीक्षा प्रारूप Online labs + project for DLI; proctored exam for NCP levels
ऑनलाइन निगरानी उपलब्ध
इसमें उपलब्ध
English
पुनः परीक्षा नीति प्रयासों के बीच 14 दिन की प्रतीक्षा अवधि

अध्ययन रिसोर्सेज

Fundamentals of Deep LearningआधिकारिकOnline Course
NVIDIA Deep Learning Instituteनिःशुल्क
This course provides faculty with a great opportunity to get up-to-date training on deep learning.

अक्सर पूछे जाने वाले प्रश्न

What prerequisites do I need before taking this practice test?

You should have a basic understanding of Python programming, linear algebra (vectors, matrices, gradients), and introductory machine learning concepts (supervised vs. unsupervised learning, overfitting). Familiarity with neural network basics like layers, activation functions, and backpropagation is helpful but not strictly required, as the fundamentals section will reinforce these topics.

How is this practice test different from the official NVIDIA DLI certification exam?

This practice test is designed to mirror the structure and difficulty of the official exam but is not an exact replica. It covers the same topic domains and question styles, allowing you to assess your readiness. Passing this practice test does not grant official certification, but it is an excellent indicator of whether you are prepared for the real exam.

Can I retake the practice test multiple times?

Yes, you can retake the practice test as many times as you like. Each attempt will present a different set of questions from a large pool, ensuring you encounter a broad range of topics. This is a valuable feature for reinforcing learning and tracking improvement over time.

What is the passing score for this practice test?

The practice test does not have a formal passing score, as its purpose is self-assessment. However, a score of 80% or higher generally indicates strong readiness for the official NVIDIA DLI certification exam. Use your score to identify areas needing further study.

Are there any recommended study resources to prepare for this test?

Yes. NVIDIA DLI offers free and paid self-paced courses on their platform, including 'Fundamentals of Deep Learning' and 'Getting Started with AI on Jetson Nano.' Additionally, reading the official documentation for TensorFlow and PyTorch, and working through hands-on projects on Kaggle or GitHub, will reinforce the practical application topics covered in the test.