Aleksandr Motsjonov
Aleksandr Motsjonov
I see this thread is quite old, but who knows maybe it be useful to someone. Read "Playing Atari with Deep Reinforcement Learning" first. deeplearn.js is basically impl. of what...
I've made some experiments with network I have. Numbers are confusing: ``` Chrome without webgl: 44ms/tick Firefox without webgl: 100ms/tick Chrome with webgl: 72ms/tick Firefox with webgl: 42ms/tick ``` o_O...
Why do you think it should be as part of the diagram syntax? It feels to me it is something belong to how you draw it, which means draw API:...
I'll look into that today. Sorry for swapping ( On Tue, Nov 6, 2018, 17:49 eyer1951 wrote: > I did figure out how to associate each connections with the "icon"...
Don't know if this is should be requested here, but ... In the example above, when we want to store Task back to the server, we want to send information...
Something like this would work maybe? ``` patch =================================================================== --- app/components/backbone-associations/backbone-associations.js (revision ) +++ app/components/backbone-associations/backbone-associations.js (revision ) @@ -260,21 +259,22 @@ // if `relations` are available. _.each(this.relations, function (relation) {...
@mirzazulfan This is awesome! Personally I am not sure if this theme conveys idea of this library enough. I see you into exploring options. How about trying to use notion...
Actually, now when I looked at it again - 4th is indeed has this "camera" element I was looking for.
In there are folks like me who is waiting for this, here is workaround: Instead of this: ``` coffeescript filerev: dist: expand: true src: [ "/scripts/{,**/}*.js" "/styles/{,*/}*.css" "/images/{,*/}*.{png,jpg,jpeg,gif,webp}" "/fonts/*" ]...