File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ inputs, they do _not_ immediately satisfy these properties as it is unclear whet
34
34
of size ` P x Q ` represents a collection of ` P ` ` Q ` -dimensional inputs (each row is an
35
35
input), or ` Q ` ` P ` -dimensional inputs (each column is an input).
36
36
37
- Moreover, they occassionally add some aesthetic inconvenience.
37
+ Moreover, they occasionally add some aesthetic inconvenience.
38
38
For example, a collection of ` Real ` -valued inputs, which might be straightforwardly
39
39
represented as an ` AbstractVector{<:Real} ` , must be reshaped into a matrix.
40
40
@@ -67,7 +67,7 @@ dimension seems somewhat redundant.
67
67
68
68
Another way to partly resolve these problems is to not commit to a convention, and instead
69
69
to propagate some additional information through the codebase that specifies how the input
70
- data is to be interpretted .
70
+ data is to be interpreted .
71
71
For example, a kernel ` k ` that represents the sum of two other kernels might implement
72
72
` kernelmatrix ` as follows:
73
73
``` julia
You can’t perform that action at this time.
0 commit comments