NVIDIA Flashcards

1
Q

Computer Vision, Natural Language Processing, Speech and Audio Processing, Robot learning more

A

Machine Deep Learning Frameworks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A sub class of machine learning. It uses neural networks to train a model. Using very large data sets. In the range of Terabytes or more of data.

A

Deep Learning Approach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Nueral Networks are Algorithms that mimic the human brain in understanding complex patterns

A

Deep Neural Network Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A set of data with labels that help the neural network learn. Labels can be the object in the images: cars, trucks, cranes. The error that the classifier makes on the training data are used to incrementally improve the network structure

A

Labeled Training Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Once the neural network based model is trained it can make predictions on new images. Once trained the network and classifier are deployed against previously unseen data, which is not labeled. If the training was done correctly, the network will be able to apply its feature representation to correctly classify similar classes in different situations.

A

Object Class Predictions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A modern Open Source Deek learning framework used to train and deploy deep neural networks. It is scalable allowing for fast model training, and supports a flexible programming modem and multiple languages. This type of library is portable and can scale to multiple GPU’s and multiple machines.

A

Machine Deep Learning Frameworks - MXNet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A free software machine learning library for Py Program language. It features various classification, regression and clustering algorithms and is designed to interoperate with the Python numberial and scientific libraries.

A

Machine Deep Learning Frameworks - SciKit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Popular Open sores software library for dataflow programming across a rang of tasks. It is a symbolic math library and is commonly used for deep learning applications.

A

Machine Deep Learning Frameworks - Tensor Flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Host OS and NVIDIA Driver, NGC Container, DL Frameworks

A

Nvidia Deep Learning Software Stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Enables the deep learning framework to use the GPU functions

A

Host OS and Nvidia Drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Publicly available containers optimized to run the NVIDIA GPU’s

A

NGC Container

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Popular deep learning frameworks available inside the containers

A

DL Frameworks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Data Prep, Model Train, Visulization

A

Machine Learning Software Stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Columnar in memory data strcuture which Delivers efficient and fast data interchange with flexibility to support complex data models

A

Apache arrow (Machine Learning Software Stack)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A suite of open source software libraries and API’s. Offers the ability to execute end to end data science and analytics pipelines entirely on GPU’s

A

Rapids (Machine Learning Software Stack)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A framework and collection of graph analytics libraries that seamlessly integrate into the RAPIDS data science platform.

A

CUGRAPH (Machine Learning Software Stack)

17
Q

A Dataframe manipulation library based on Apache Arrow that accelerates loading, filtering and manipulation of data for model training data preparation.

A

CUDF (Machine Learning Software Stack)

18
Q

A collection of GPU accelerated machine learning libraries that will provide GPU versions of all machine learning algorithms available, including SciKit-learn Knn, Kmeans, Random Forest and Regressions.

A

CUML (Machine learning software stack)

19
Q

Give users the ability to run jobs in the map reduce style of programming. Which allows pipelines to stage data in main memory if everything doesn’t fit in GPU memory.

A

DASK (Machine Learning Software Stack)

20
Q

Developers use this language which is a simple programming language, to develop models using the above libraries.

A

Python