TensorFlow Keras Model with Mixed Inputs Tutorial

preview_player
Показать описание


Don't forget to subscribe if you enjoyed the video :D
Рекомендации по теме
Комментарии
Автор

Thank you very much ! As a college student who just started getting a grasp of the code behind these models this project was very insightful.

gravidon
Автор

I rally love your channel and your explanation, it's like to find the answer whenever I find a video for you
I have a question
input = whatever
x = whatever (input)
y = whatever (x)
is this correct for the parentheses goal ? it represent the previous layer

NoorAmer-kh
Автор

this is very helpful and insightful, thank you very much (you've earned a new sub btw)

dazai
Автор

great work and explanation much needed one

Saad_Wazir
Автор

Can we talk about a little doubt? Im tryng do to similar process but having some problems

brunooliveiram
Автор

great insight! multimodal usecase solved

ATHARVA
Автор

hey man thank you very much! great tutorial :) subbed!

alhdlakhfdqw
Автор

Great Video! I am trying to learn ML in order to create a similar model. I was wondering if you what kind of role did the picture play? My model should consider the colors present in the picture and I didnt exactly got what was the role of the picture in this case

RodrigoMallmann
Автор

Hi Greg great tutorial! Could you possibly guide me on understanding how i could use a model created like this, to have just an image as an input to output a predicted 'HP'. Thanks.

Edit: I misunderstood and realised that this model cannot take an input of just an image to output the predicted 'HP', however what is the process in order for it to do so, just removing the feed-forward stream would suffice?

GagandeepMalhotra-it
Автор

Hi, thanks for this tutorial. Is mixed input also applicable to classification problem?

leamon
Автор

Nice Explanation; I found an error like this "Layer "model_2" expects 2 input(s), but it received 1 input tensors. Inputs received: [<tf.Tensor 'IteratorGetNext:0' shape=(None, 30, 1) dtype=float32>]" while fitting the model. Can you figure out the problem here?

AarishMaqsood
Автор

Hi, Nice work. Appreciate your time. I have one problem when I scale it. I have images, each size is 224, 224, 3, and after loading that when I use np.array the colab is crashed due to lack of memory. So, how to deal with such a situation?

ronakpatel
Автор

Thank you for this. I've been stuck for a while and this one somehow works. I have a question though (maybe the answer is already in the video and I've missed it), does storing the image in npz format and basic jpg/png format have any difference when used in training the model like longer/shorter training time, lesser RAM usage, or something?

rinogrego
Автор

Helllo Greg, when I try the colab link, it cannot find the kaggle.json file. Any idea on how to resolve it? Thanks!

NingJiang-tv
Автор

can anyone tell me how to get the files he uses in the video?

raenielsaavedra
Автор

Hi Greg ! do you think is possible to use something like vectorization instead of iterrows() for the creation of the npz ?

nahuelchavezaraujo
Автор

Hi Greg, interesting video but how can I use flow_from_directory in Keras with muti inputs model like the one you showed. Thanks.

chandasimfukwe