Skip to content

Releases: wvabrinskas/NumSwift

v2.0.4

24 Jun 02:30
Compare
Choose a tag to compare

Add inverse mathematic functions for divide and subtract

v2.0.3

21 Jun 15:28
Compare
Choose a tag to compare

added matmul auto function to 3d array

v2.0.2

20 Jun 21:43
Compare
Choose a tag to compare

Fixed a bug with matrix multiplication where the output dimensions were always 1.

v2.0.1

13 Jan 23:45
Compare
Choose a tag to compare

Fixed a bug in convolution with index calculation

v2.0

09 Aug 20:24
Compare
Choose a tag to compare

2.0 updates with Neuron V2.0

v1.2.0

29 Mar 18:39
Compare
Choose a tag to compare

Added NumSwiftC. A new class high performance class that can perform convolutions and transposed convolutions in C!

v1.1.0

16 Mar 19:41
Compare
Choose a tag to compare

added more complex functions for vector and matrix arithmetic

v1.0.8

17 Feb 01:38
Compare
Choose a tag to compare
  • Added convolution functions

v1.0.7

04 Feb 15:43
Compare
Choose a tag to compare

Removed mutating func for transpose

v1.0.6

24 Jan 19:05
Compare
Choose a tag to compare

Added high performance matrix multiplication