Saturday, February 10, 2018

Neural Networks Resources



Demystifying Neural Networks
http://scs.ryerson.ca/~aharley/neural-networks/

Gradients
https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives/gradient-and-directional-derivatives/v/gradient

Graphical Understanding of Partial Derivatives
https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives/partial-derivatives/v/partial-derivatives-and-graphs

Friday, February 09, 2018

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...