-
@vgcagle and @rpersing: post a link(s) to your favorite online Keras tutorials or other documentation.
For those who have never used Keras, read and work through the tutorials @vgcagle and @rpersin…
-
hello, I'm having a problem with loading premade models (https://www.tensorflow.org/lattice/tutorials/premade_models)
when I save the model as .tf format and load the model I would get
```
KeyEr…
-
https://github.com/onnx/tutorials/blob/master/tutorials/OnnxTensorflowImport.ipynb
Inspecting the code, it does not really import to tensorflow, not even sure why it is called importing to tf.
the i…
-
# Problem
Would be worthwhile to have a notebook that demonstrates how to find the optimal parameters/architecture for a an autoencoder mode.
## References
+ https://github.com/CodeReclaimers/nea…
-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 2.10
### Custom Code
No
### OS Platform and Distribution
Windows 11
### Python version
3.10.13
### GPU model and memory
RTX 30…
-
Have you thought of adding ELMo word embeddings to the selection? It outperforms both GloVe and Word2Vec embeddings.
Link to ELMo: https://github.com/allenai/allennlp/blob/master/tutorials/how_to/e…
-
# Transfer Learning with EfficientNet for Image Regression in Keras - Using Custom Data in Keras - Python Tutorials for Machine Learning, Deep Learning and Data Visualization
This tutorial teaches yo…
-
### Overview
Update the [Deep Learning](https://github.com/hackforla/data-science/wiki/Deep-Learning) page with resources and an article header.
### Action Items
- [ ] Create a Google Doc in the …
-
Hello!
I am experimenting with the base model from tutorials.
I have noted that after adding `tf.keras.regularizers.l2(0.05) )` to embeddings layer two things happen:
1. Metrics start growing -…
-
This is a follow up to this [thread](https://github.com/davidsandberg/facenet/issues/591)
I'm not talking about custom classifier from @davidsandberg (i.e. training classifier on known classes).. …