Deep-Learning-For-Hackers
Deep-Learning-For-Hackers copied to clipboard
Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders,...
I am getting NotImplementedError: Cannot convert a symbolic Tensor (bidirectional/forward_cu_dnnlstm/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which...
I was using the file "13.time-series-human_activity_recognition.ipynb" And trying to convert the model to TfLite so that i can use it in Android Project am getting an exception. Using Below code....
Hi, sorry for a basic question, i think, but, i see no material or explanation of the 'step' variable. Just trying to edit for my code but unsure exactly. I...
In the time series, i dont see Timestamp being used. Is that intentional ?
how can i convert .h5 file to .pb, i want to use trained model in java application, Any advise or guidance would be greatly appreciated..!! Thanks
Thanks for sharing your work. That is really helpful. However in the tutorial "Intent Recognition with BERT using Keras and TensorFlow 2", why the valid loss/acc do not change by...