-
All other statistic functions in Base work work for `Any` arrays of numeric values.
``` julia
julia> test = Any[1,2,3]
3-element Array{Any,1}:
1
2
3
julia> std(test)
ERROR: `zero` has no method m…
-
as kNN currently always search for K closest neighbors among those who rated an item, and this set of users is not fixed - it will retrieve the rated user (item) itself, among those closest, as it has…
-
Hi Aurelien,
I am facing one major issue when applying classifier model on Test Data for prediction. The error which I am getting is "Number of features of the model must match the input". Could yo…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
@scottfredericks it might be a good idea to take the advantage of ase for generating molecular crystal.
ASE provides a collection of small molecules which you can use for test.
```python
from ase.…
-
> **EDIT**: :grey_exclamation: We will keep the CoC.
This issue is the result of a discussion I held on Reddit (_nolink_) and the following is a piece of my exchange with one of the users who shall r…
ghost updated
6 years ago
-
I found your resnet units was conv-bn-relu structure
why dont you use bn-relu-conv?
Does the second one have some disadvantage?
Thanks
-
The word "random" is used a bunch of times in the definitions of key terms in a way that makes no sense to me. For example, "independent observables" are defined as "Random quantities that
are uncor…
-
Cellular algebras are a class of algebras that have a well-behaved representation theory generalizing that of the Hecke algebra:
- https://en.wikipedia.org/wiki/Cellular_algebra
- http://webusers.i…
-
From 311 self-play games I generated so far, I counted 157 draws, 139 white wins, and 15 black wins. This strikes me as odd, considering that the first move advantage should be worth very little for a…