-
Typo in line 34
Current:
public String getAge(){
return name;
}
Supposed to be:
public int getAge(){
return age;
}
ghost updated
3 years ago
-
今日は日本オラクルでの勉強会に参加した。
テーマ
RNNと自然言語処理の基礎から最新動向まで 本橋和貴(Skymind K.K.)
RL4JとAnyLogicを用いた実用シミュレーション環境における強化学習 Eduardo Gonzalez(Skymind K.K.)
-
Some time passed I got back to JavaCPP :-)
In my current scope there is now: https://gunrock.github.io/docs/
Is it somethink you might be interested at Skymind projects with deeplearning4j as we…
-
[생각난 김에](https://github.com/RimWorldKorea/RMK/issues/1162) 언제 한 번 해야되는데
-
## Hello world with Docker 🐳
@fariskamaludin-skymind we are going to start with the typical "Hello World" example and build something more complex after, but first let's decide if a Docker based acti…
-
test
-
[root@iZ2ze3hiduvxw3kac9o07jZ konduitTest]# konduit list
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn
…
-
This issue is intended to summarize some performance results and plan next steps for optimizations in DL4J.
Summary:
* Benchmarks show that 1.0.0-beta is considerably faster than 1.0.0-alpha, but slo…
-
[https://skymindacademy.blob.core.windows.net/physionet2012/physionet2012.tar.gz](https://github.com/PacktPublishing/Java-Deep-Learning-Cookbook/blob/master/06_Constructing_LSTM_Network_for_time_serie…
-
GPUDirect vs CUDA-Aware MPI
- http://timdettmers.com/2014/09/21/how-to-build-and-use-a-multi-gpu-system-for-deep-learning/
- http://timdettmers.com/2014/11/09/model-parallelism-deep-learning/
- …