-
Hello again,
just a question - no complain. :)
Is there a reason to implement methods as extension methods for NumSharp?
My consideration is just the following :
- extensions methods is st…
-
Hello,
I followed the steps in the documentation. But, I had a solution which has 4 missing projects. The list are
- Bigtree.Algorithm
- BotSharp.Platform.Articulate
- BotSharp.Platform.Di…
-
Sorry again to disturb ^^'
since C# is compiler and not interpreter project - shouldn't we make the structure :
- "/src/NumSharp" instead of NumSharp
- "/test/NumSharp.Test" instead of NumSh…
-
I have a network which takes a 2d tensor as an input I'm able to train the network by passing the input and output tensors in a loop as follows.
```
for(int i=0;i
-
@dotChris90 Don't know why we need this. Could you give me the use case?
```
public partial class NDArray
{
public NDArray reshape(params int[] shape)
{
return NumSharp.Extens…
-
Are there any objections to changing the csproj from this:
```
netstandard2.0
```
To this?
```
netstandard2.0;net472
```
This just allows one to test with the normal dotnet framework as well a…
-
Hallo,
first of all : awesome work! :D
I just was thinking APIs could be used for numpy (so which classes and methods)?
And I was asking what modules should be also implemented?
- numpy
- s…
-
Have they not been implemented yet?
-
We have to refactor the core `NDArray` class in order to support `numpy.dtype`.
The key change will be the internal array storage. I'm going to retire the generic type design after the v0.4 released.…
-
following the API doc https://docs.scipy.org/doc/numpy-1.15.1/reference/generated/numpy.matrix.html