TensorFlow Flashcards

1
Q

Regular Expression Usage Issues

A

Requires complete knowledge
Impossible to maintain
Must be rewritten as document population changes

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

Machine Learning benefits

A

Can automatically learn a large number of features appropriate to the problem
Retraining can be automatic an ongoing

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

Recurrent Neural Network benefits

A

Feature selection is unneccessary

Deep learning is difficult to train

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

Classification Benefits

A

Entire text of the receipt is split into words which become the features for the classifier

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

Extraction and ranking benefits

A

Extraction by pattern matching

Use an aggregation algorithm to predict the string

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

Recurrent neural networkds

A

Text is fed into the neural network character by character then the network is triggered to generate after a classification of a sequence of characters

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

What is a tensor?

A

The central unit of the TensorFlow. Sonsists of a set of primitive values shaped into an array of any number of dimensions.

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

Tensor’s rank

A

Number of dimensions

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

How to import tensor flow in Python

A

import tensorflow as tf

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

Tensorflow core programs essentially consist of

A

Building the computational graph

Running the computational graph

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