-
Hi @jlacko
Interesting! Good to see you started on the exercise. Some remarks. Would it be possible to standardise the tweets a bit - as follows.
```
library(tokenizers)
tolower(sapply(tokenize…
-
Hi, I am getting this error. I tried to change as suggested in this but still I am not able to run the file.
pygame 2.0.1 (SDL 2.0.14, Python 3.8.10)
Hello from the pygame community. https://www.p…
-
----
ANN
![image](https://github.com/kurtzace/diary2023/assets/2136211/e3a5287a-e4e6-42ba-aad6-323132470eba)
3d plot
![image](https://github.com/kurtzace/diary2023/assets/2136211/c1882a9d-1c0…
-
-
Hi,
Thanks for sharing.
Do you not need to subtract mean from the input video frames for training the model using VGG 16 layer model as initial weights? I have not seen that part in your implement…
-
Hi
I played around the raccon a bit. It works reasonably well. I found some false positive case.
- Any chance we can improve this false positive case?I think for the negative positive, we…
-
# Christian Mills - Testing Intel’s Arc A770 GPU for Deep Learning Pt. 1
I tested inference performance with OpenVINO and DirectML on the A770 and attempted to train models using PyTorch-DirectML.
[…
-
Hi, I have a question:
`def call(self, x, mask=None):
## x[0] is Nx2, x[1] is Nx10 onehot, self.centers is 10x2
delta_centers = K.dot(K.transpose(x[1]), (K.dot(x[1], self.centers) - x[0])) #…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
binary
### Tensorflow Version
tf 2.11.0
### Custom Code
Yes
### OS Platform and Distri…
-
Sure, here's a simplified outline of an improved SMO algorithm where the exploitation phase is replaced with cuckoo search algorithm for a deep learning classification task using Convolutional Neural …