-
FYI I'm planning on working on converting this to work with dense predictions based on the [resnet v2 in tensorflow models](https://github.com/tensorflow/models/blob/master/slim/nets/resnet_v2.py) via…
-
The normalized Close data is very different from the original close price, because we are using cumulative returns.
![google_stock](https://files.gitter.im/bulbea/bulbea/ERVP/Screen-Shot-2017-12-01-a…
-
seems very hands on and practical. Check it out:
http://machinelearningmastery.com/time-series-prediction-lstm-recurrent-neural-networks-python-keras/
-
EDIT: looks like this is a dupe of #42749, I'll leave this up for now in case since that issue does not have as reproducible high level example, but feel free to close.
This happens at least for Ad…
-
### Bug Description
### Bug Reproduction
Code for reproducing the bug:
Data used by the code:
### Expected Behavior
### Setup Details
Include the details about the versions of:
- O…
-
OS: Windows 11
Python == 3.11.0 64 bit
Keras == 3.0.5
---------
```python
import time
import os
from math import floor
import tensorflow as tf
tf.config.experimental.enable_op_determinism()
…
-
The naive prediction in Chapter 15 reproduced below is incorrect. It also raises a visual red flag because the error from the network was about 10x smaller (about 0.027). Quoting from Chapter 15, http…
-
## Motivation
At the moment, [ZairaChem](https://github.com/ersilia-os/zaira-chem) has a lot of dependencies, as apparent from the `install.sh` file. Importantly, several Conda environments are cre…
-
When I want to use the saved mode to get prediction based on that, it raises
```
File "/home/sgnbx/Downloads/projects/CRNN-with-STN-master/prediction.py", line 20, in
model = load_model('wei…
-
**Describe the bug**
When i try to convert a pruned model in a TFlite model i get this error : InvalidArgumentError: Input 0 of node pruned/prune_low_magnitude_conv2d_2/AssignVariableOp was passed fl…