python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Incompatible shapes: [16,8,1] vs. [16,1] [[{{node loss_3/dense_7_loss/MeanSquaredError/sub}}]]
I am trying to predict the quantity of c02 using LSTM model in RNN deep learning
import numpy as np
from numpy import zeros, newaxis
import pandas as pd
import matplotlib.pyplot as plt...

oladimeji
Votes: 0
Answers: 0
Recurrent Neural Models with Multiple Individuals/Ids
I'm fairly beginner in the world of machine learning and am trying to make some predictions on fantasy sport performance in baseball on any given night. Given the sequential nature of the data, recurr...
matthew_obrien
Votes: 0
Answers: 0
Getting while training RNN on TPU
I get this error while using TPU while training my simple RNN model.
(0) Internal: {{function_node __inference_train_function_4697}} Compilation failure: RET_CHECK failure (third_party/tensorflow/co...
Taksh
Votes: 0
Answers: 1
why may code generates the error while i fit the model" ValueError: Layer "sequential_3" expects 1 input(s), but it received 2 input tensors
while I am trying to fit the model on Quora dataset this error generated. please help me. i am a very beginner in this field
from tensorflow.keras.layers import *
#create the embedding layer
#len(embe...
maksuda bilkis
Votes: 0
Answers: 1