Hemant Rakesh

Results 26 comments of Hemant Rakesh

Hi @ksaur , none as of now. Will be creating a PR in a couple of days.

@ksaur Apologies for the delay. Will resolve this by the end of the week

@ereide working on fixing the same.

@ksaur I would like to contribute by writing the code for tf-idf, if possible.

@ksaur Apologies for the delay. Will resolve this by the end of the week.

Hi @ksaur, I have an implementation of tf-idf ready, could you kindly guide me onto where to add the code?

Thank you @ksaur

Yes, It is possible to use tf.keras instead of keras if you're tensorflow to develop a neural network instead of keras. Just like the above, the layers and models can...

There is an another alternative of visualizing you neural network architecture, https://keras.io/visualization/ The above link is a part of the keras documentation to visualize the neural network. I'm pretty sure,...

> I've actually tried to implement my own dataset according to the VOC dataloader. However at training time, I got NaN values at loss How may I train my custom...