MLKit icon indicating copy to clipboard operation
MLKit copied to clipboard

A simple machine learning framework written in Swift 🤖

Results 4 MLKit issues
Sort by recently updated
recently updated
newest added

I left the initial weights as the default values but it doesn't set the weights after that ``` let initial_weights = Matrix(rows: 3, columns: 1, elements: [-100000.0, 1.0, 1.0]) let...

This pull request updates pods and code in the MLKit repo to Xcode 9.4.1 / Swift 4.2 . Currently, there are a number of yellow and red compiler issues with...

Hi, For iOS projets it's will be great to make your component [Carthage](https://github.com/Carthage/Carthage) compatible Take a look at these articles: - [Ruthlessly Simple Dependency Management with Carthage](https://bit.ly/2IWvGks) - [Carthage Tutorial:...

enhancement

First off, what you are working on here is immensely impressive. I just wanted to point out somethings I have learned implementing NN's myself and pass along any possible insight....

enhancement