NeuralNet icon indicating copy to clipboard operation
NeuralNet copied to clipboard

An artificial neural network written in Swift

Results 7 NeuralNet issues
Sort by recently updated
recently updated
newest added

Hi there, I think the mean-square error calculation might have a problem. It doesn't seem to be accumulating values. That swift syntax is a little unfamiliar to me, so I...

1. Added a podspec for NeuralNet. This should make it much easier for people to install and get started. 2. Changed the sigmoid function so it doesn't break the compiler....

Hi, I noted different output values (with same input) after saving and restoring a neural network in url. I discovered that in saving methods of neural network (Storage.swift), only weights...

I've read in README.md that You would rather like to use SPM, even though It would take a while until It would be supported. If someone would make Pull Request...

Update Package.swift Fix build error

Slightly changed the way sigmoid activation function is being calculated due to unability to compile the code the old way. It is probably bug in compiler in newer versions of...

Hi Is there a OC version for NeuralNet?