HUSEIN ZOLKEPLI

Results 62 comments of HUSEIN ZOLKEPLI

I tried. articles way too long, and my GPUs are very in limited memory using word2vec by glove. eVEN 12GB of VRAM is not enough. Cutoff articles may produce underfit...

Feel free to create pull request!

We must defined functions to differentiate, all examples in NODE just a function trajectory, never done on stochastic samples. I still struggling to understand the math to apply on stochastic...

Herm, good suggestion. I will create it

I will do it for only realtime agent. Comparison among 23 agents just to study capability to trade naively

I will just do simulation from 3 years historical data CSV. Not connecting any api / websocket.

This is really good, i will do implement for it

@ruiminshen not really follow the real model YOLOv2 architecture

based on .cfg from darknet [route] layers=-9 [convolutional] batch_normalize=1 size=1 stride=1 pad=1 filters=64 activation=leaky from inference.py, ```python _net = reorg(passthrough) ``` supposed, ```python passthrough = slim.layers.conv2d(passthrough, 64) _net = reorg(passthrough)...