Re: [swift-users] Netlib

2017-10-04 Thread Edward Connell via swift-users
Hi Vladimir, To answer your questions: 1) The framework is designed to allow the easy creation of models for training and inference. The framework is intended to be used both for training and deployment on all platforms. 2) Yes currently only the CudaComputeService is implemented. I am only one g

Re: [swift-users] Netlib

2017-10-03 Thread Vladimir.S via swift-users
On 03.10.2017 19:02, Edward Connell via swift-users wrote: Hi All, Sorry something strange happened with the first post, so I am reposting this. I've recently wrapped up an ML framework research project that I've been working on for some time. It addresses a lot of difficult design problems, an

[swift-users] Netlib

2017-10-03 Thread Edward Connell via swift-users
Hi All, Sorry something strange happened with the first post, so I am reposting this. I've recently wrapped up an ML framework research project that I've been working on for some time. It addresses a lot of difficult design problems, and works around a lot of compiler bugs and Linux library defici

[swift-users] Netlib now on GitHub

2017-10-03 Thread Edward Connell via swift-users
Hi All, I've recently wrapped up an ML framework research project that I've been working on for some time. It addresses a lot of difficult design problems, and works around a lot of compiler bugs and Linux library deficiencies. It's written almost entirely in Swift 4.0 with some C and Cuda kernels