What is the name of the method used to tokenize a list of sentences?\-> fit_on_texts(sentences)If a sentence has 120 tokens in it, and a Conv1D with 1
LSTM (Long Short Term Memory)
{'i' : 3, 'my' : 2, 'you':6, 'dog' : 1, 'cat' : 5, 'love' : 4}Text to Sequence하지만 문제는 모르는 단어가 나오면 무시해버린다. 그래서What is the name of the object used to to
The diagram for traditional programming had Rules and Data In, but what came out?\-> AnswersWhy does the DNN for Fashion MNIST have 10 output neurons?
Coding transfer learning from the inception modeIn the previous video you saw how to take the layers from an existing model, and make them so that the
데이터셋 이미지가 부족할 때, 기존의 데이터를 회전하고 , 좌우 반전시키고, 크롭함으로써 데이터를 추가한 효과를 줄 수 있다.How do you use Image Augmentation in TensorFLow\-> Using parameters to the Image
What does flow_from_directory give you on the ImageGenerator?\-> The ability to automatically label images based on their directory name // The abilit
input_shape이 위의 ImageDataGenerator에서 300,300으로 바뀐 것을 알 수 있다. 그리고 RGB 3가지가 있으므로 (300,300,3)이 들어갔다.마지막 줄의 코드에 함수가 sigmoid로 바뀌고, 뉴런의 개수도 하나로 바뀐 것을 알 수 있다
Let's explore how convolutions work by creating a basic convolution on a 2D Grey Scale image. First we can load the image by taking the 'ascent' image
mnist의 데이터셋을 이용하여 옷 분류하기What’s the name of the dataset of Fashion images used in this week’s code?\-> Fashion MNISTWhat do the above mentioned Images
Coursera - DeepLearning Ai Tensorflow Developer