Swiftpack.co - Swift Packages by wvabrinskas

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by wvabrinskas

wvabrinskas/Neuron 2.0.17
A neural network library for Swift
⭐️ 69
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v2.0.17
4 weeks ago
## What's Changed * Fix memory leak by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/68 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.16...2.0.17
v2.0.16
4 weeks ago
Significant performance improvements. **PSA: Run / Train using a RELEASE scheme. It is 10X faster** ## What's Changed * Performance improvements by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/66 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.15...2.0.16
v2.0.15
6 weeks ago
## What's Changed * Update README.md by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/62 * Merge Develop by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/64 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.14...2.0.15
v2.0.14
9 weeks ago
## What's Changed * Fix dropout import by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/61 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.13...2.0.14
v2.0.13
12 weeks ago
## What's Changed - Added weight import export - Updated NumSwift to the latest - Overall speed increase around 25 - 50% with the removal of reshape in most places. There is still some gains to be had there. **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.12...2.0.13
v2.0.12
13 weeks ago
## What's Changed * MSE Loss Function updates * WGAN-GP gradient fixes * Tensor mean function * Sped up Convolution by around ~25 - 50% by allowing them to perform multithreaded operations **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.11...2.0.12
v2.0.11
13 weeks ago
## What's Changed * Fix issue with Dropout not importing mask by @wvabrinskas in https://github.com/wvabrinskas/Neuron/pull/54 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.10...2.0.11
v2.0.10
13 weeks ago
## What's Changed * Updated NumSwift to 2.0.9 **Full Changelog**: https://github.com/wvabrinskas/Neuron/compare/2.0.9...2.0.10
v2.0.9 Hotfix
13 weeks ago
Publicize `Optimizer` in `Classifier` object.
v2.0.8
13 weeks ago
- Added Learning Rate decay functions to optimizer - Refactored Optimizer to use a base class instead of a protocol override - Fixed various LSTM issues
iOS macOS watchOS tvOS
wvabrinskas/NumSwift v2.0.6
Array arithmetic library for Swift
⭐️ 3
🕓 41 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v2.0.11
4 weeks ago
Various performance improvements
v2.0.10
12 weeks ago
Drastically improved the execution time of transConv2d, matmul, and conv2d operations.
v2.0.9
13 weeks ago
Fixed a bug in randomChoice where it would crash if all the probs were 0
v2.0.8
39 weeks ago
Added random choice with probability to NumSwift class
v2.0.7
41 weeks ago
Added fast transpose using Accelerate framework for 2D and 3D array
2.0.6
42 weeks ago
Add uneven matrix math
v2.0.5
42 weeks ago
Add negative check to `safe` subscript on `Array`
v2.0.4
42 weeks ago
Add inverse mathematic functions for divide and subtract
v2.0.3
42 weeks ago
added matmul auto function to 3d array
v2.0.2
42 weeks ago
Fixed a bug with matrix multiplication where the output dimensions were always 1.
iOS macOS watchOS tvOS
wvabrinskas/NeuronDatasets 1.0.20
Machine learning datasets to be used with Neuron package
⭐️ 1
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.20
6 weeks ago
Fix issue with QuickDrawDataset not being able to generate labels **Full Changelog**: https://github.com/wvabrinskas/NeuronDatasets/compare/1.0.19...1.0.20
v1.0.19
9 weeks ago
## What's Changed - Added support to import your own labels for ImageDatasets * Image dataset labels by @wvabrinskas in https://github.com/wvabrinskas/NeuronDatasets/pull/5 **Full Changelog**: https://github.com/wvabrinskas/NeuronDatasets/compare/1.0.18...1.0.19
v1.0.18
12 weeks ago
## What's Changed * Csv dataset sentence by @wvabrinskas in https://github.com/wvabrinskas/NeuronDatasets/pull/4 **Full Changelog**: https://github.com/wvabrinskas/NeuronDatasets/compare/1.0.17...1.0.18
v1.0.17
13 weeks ago
- Added a trim function so you can trim the dataset to a specific count **Full Changelog**: https://github.com/wvabrinskas/NeuronDatasets/compare/1.0.16...1.0.17
v1.0.16
38 weeks ago
Updated Neuron to 2.0.7
v1.0.15
40 weeks ago
Added `filter` property to `CSVDataset`
v1.0.14
41 weeks ago
Added CSVDataset support for importing datasets that come in CSV format
v1.0.13
50 weeks ago
Updated Neuron version
v1.0.12
1 year ago
Added new `bin` folder with new `resize` script
v1.0.11
1 year ago
- Updated ImageDataset with support for grayScale and other image types
iOS macOS watchOS tvOS
wvabrinskas/FareyAlgorithm 1.0
The farey algorithm written in swift provided as a swift package
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Initial Release
3 years ago
wvabrinskas/Logger 1.0.7
Swift logging service
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.7
1 year ago
Remove class requirement
iOS macOS watchOS tvOS
wvabrinskas/Paver v1.0
Ultra lightweight UIView layout utility
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.2
1 year ago
- Easier to apply constraints without having to refer to the view itself.
v1.0.1
1 year ago
Fixed exposure issue. Added new functions to match constraints
1.0.0
1 year ago
Initial release
iOS watchOS
wvabrinskas/SimpleApiClient 1.1.4
The most bare-bones api client you can imagine in Swift
⭐️ 0
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.1.4
2 years ago
Made decode public
v.1.1.3
2 years ago
Fixed build issue with `watchOS`. Increased minimum `watchOS` version to 6.0
v1.1.2
2 years ago
Added `@available` for watchOS below 6.0.0 for `async/await` code.
v1.1.1
2 years ago
Fixed macOS dependency issue and tests
v1.1.0
2 years ago
Added combine and Async/Await support
Swift Package
4 years ago
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics