-
I've been experimenting with using Python's [pdfminer](https://github.com/pdfminer/pdfminer.six) library as a solution to #685 and I thought I'd "report back" my findings here.
(A GitHub issue migh…
-
Hi there,
Has anyone implemented a (Connectionist-Temporal-Classification)CTC loss with keras?
I attempt to add such a cost function in objectives.py file, based on [rakeshvar's code](https://githu…
-
We're very excited to finally publish the first alpha pre-release of spaCy v2.0. It's still an early release and (obviously) not intended for production use. You might come across a `NotImplementedErr…
-
I have an idea I would like to test.
BOTH Leela Zero and AlphaGo Zero develop with ups and downs. Could it be that it is a part of natural
learning process? I mean downs take place when the system…
-
Hi, I'm new to tensorflow and trying to refactor one of my project originally in (Py)Torch. However, though the two codes has the same network, the same loss function, the same optimizer parameters, t…
-
I have added the skill to my amazon dev account, its saved and testing worked well. My setup runs on docker on a server which is accessable via internet. Testing the skill in the amazon alexa dev cent…
-
- 原文链接:https://medium.com/@iliakarmanov/neural-networks-from-scratch-in-r-dcf97867c238
- 简要介绍:从零搭建神经网络
-
* 原文链接:[Neural Networks from Scratch (in R)](https://medium.com/@iliakarmanov/neural-networks-from-scratch-in-r-dcf97867c238)
* Markdown文件:[文件地址](https://github.com/xitu/gold-miner/blob/master/TODO/n…
-
I'd like to use keras to build a 1D convolutional net with pooling layers on some textual input, but I can't figure out the right input format and the right number of incoming connections above the fl…
-
Suppose we have 3 samples, each y_truth and y_pred as following:
```
import numpy as np
import tensorflow as tf
from keras import backend as K
y_truth = np.array([
[0, 0, 0, 0, 0, 0, 0, 0.…