Very useful project thanks for your information. Sir please next video project will discuss about violence detection on real-time in video surveillance
@knowledgedoctor38498 ай бұрын
Noted🌻
@sehaj90357 ай бұрын
I dont know for some reason when I can model.summary(), The output shape column has a '?' and param column has 0 (unbuilt) written
@saloni2393Ай бұрын
I am also facing the same problem in my code
@Waqas_Khan0220 күн бұрын
same problem try this model = Sequential() model.add(Embedding(input_dim=5000, output_dim=128)) model.add(LSTM(128, dropout=0.2, recurrent_dropout=0.2)) model.add(Dense(1, activation='sigmoid')) model.build(input_shape=(None, 200)) model.summary()
@superfreiheit14 ай бұрын
I got 88 percent with logistic regression, so why we need deep learning?
@PriyaPathak-w4g5 ай бұрын
can we do the same code with sentiment analysis on online restaurant reviews just changing this dataset ? ?
@knowledgedoctor38495 ай бұрын
Yeah you can do that but feature engineering should be vary🌻
@belkhiriasadok72452 ай бұрын
Sir, could you please provide instructions on how to run this application?