Tuesday, September 20, 2016

Machine Learning Resources for iOS

Nice Link -

http://alexsosn.github.io/ml/2015/11/05/iOS-ML.html

No comments:

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...