-
Hi everyone. I'd like to formalise what features we want for a V.01 release. What I mean by this is, is the first version of GoLearn that is **nearly** ready for production use externally. We'll learn…
-
**Hello, there maybe some error in the mongodb of 146.169.15.140 and 146.169.33.34. When I run your program, there comes the errors:**
pymongo.errors.ServerSelectionTimeoutError: 146.169.33.34:2702…
-
Hi -
I have gone through several of the examples in the book now. I am very interested in taking it to the next level ... deploy some of these models in the Google Cloud. Has anybody seen a good v…
-
### Metadata
Authors: Yaroslav Ganin, Tejas Kulkarni, Igor Babuschkin, S. M. Ali Eslami, Oriol Vinyals
Organization: DeepMind
Release Date: Arxiv 2018
Paper: https://arxiv.org/pdf/1804.01118.pdf
…
-
there is interesting literature from psy/cognitive science how system 2 might work. it's not describing thorough cognitive architectures, but is relevant nonetheless. I'll grab some and drop them here…
-
At the moment the random initialisation is baked into the UpdateLayer class.
We could replace this with either `Variates` from `System.Random.MWC` or `Random`.
-
- How to deal with custom processing node synchronization?
- Can we step ROS as well, as mentioned [here](http://wiki.ros.org/Clock)? Could pose a problem if we run multiple simulations in parallel.
-
7/1 4가지 CNN 살펴보기: AlexNET, VGG, GoogLeNet, ResNet
Revolution of Depth
-> Layer 를 Deep 하게 쌓음과 동시에 성능을 좋게하기 위해서는??
AlexNet
- 파라미터의 수를 파악하는 것이 중요
- GPU의 성능 때문에 Layer가 나뉠 수 있다.
- ReLU(Rectified …
-
[GPy has incredible tutorial notebooks](http://nbviewer.jupyter.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb). They teach basic concepts related to GPs and use GPy as a basis for explai…
-
While researching multithreading runtimes, I've been looking with interest into Julia new multithreading backend PARTR.
However, on a simple Fibonacci example, it seems like the runtime doesn't get…