Ответы на вопросы с тегом "Керас"
Ответов: 1
Автор Khosraw
So I created a program to load a dataset from TensorFlow and I got an error that I have no idea what it means.
My code is:
import tensorflow as tf
from tensorflow import keras
import numpy as np
import matplotlib.pyplot as plt
data = keras.dataset_fashion_mnist
(train_images, train_la...
Читать ответы
Ответов: 1
Автор Nellll
Я пытаюсь классифицировать некоторые видео на 3 различных класса. Каждое видео имеет разную длину кадра. Обучающие данные имеют вид (104, нет, 528), где:
- 104 = Количество видео
- None = количество кадров для каждого видео, которые отличаются друг от друга
- 528 = количество объектов д...
Читать ответы
Ответов: 1
Автор Member 14108325
I have dataset with two columns, post and tags ("some text","tag"), and I have successfully trained model with 98% accuracy.The problem is how can I now input some other text and let model to predict what tag will it be? I've searched tutorials but I didn't find in any of them (in few there...
Читать ответы
Ответов: 1
Автор Member 14108325
I have dataset with two columns, post and tags ("some text","tag"), and I have successfully trained model with 98% accuracy.The problem is how can I now input some other text and let model to predict what tag will it be? I've searched tutorials but I didn't find in any of them (in few there...
Читать ответы