Joshua Walsh August 3, 2020 An intro to Machine Learning in iOS with Swift, and Playgrounds So you heard about machine learning and... iOS Machine Learning
Nicholas Ollis February 25, 2020 The Scope of Machine Learning A lot of this confusion surfaces around the scope of machine learning. While there is a lot of hype around deep l... Clients Leveling Up Machine Learning
Nicholas Ollis February 11, 2020 Working with SQL in Python When you are starting off in Machine Learning you will play around with a lot of static datasets. This is normally i... Leveling Up Machine Learning
Nicholas Ollis September 17, 2019 Implementing Swish Activation Function in Keras Keras is a favorite tool among many in Machine Learning. TensorFlow is even replacing their hig... Back-End Front-End Full-Stack Web Leveling Up Machine Learning
Nicholas Ollis August 20, 2019 Deep dive into Convolutional Filters We are going to dive into the convolution layer in this post. In particular we are going to dive into how ... Leveling Up Machine Learning
Nicholas Ollis June 10, 2019 What’s new in Core ML In comes Core ML 3. Now we have access to control flow, dynamic layers, new operators, and 100+ layer additions! iOS Mac Machine Learning
Nicholas Ollis March 11, 2019 TensorFlow Developer Summit 2019 TensorFlow kicked off their 3rd annual summit last week with a lot of new developments and releases. We h... Leveling Up Machine Learning
Nicholas Ollis January 7, 2019 macOS Machine Learning in 2019 The new MacBook Pro’s 6 cores and 32 GB of memory make on-device machine learning faster than ev... Leveling Up Mac Machine Learning
Nicholas Ollis November 4, 2018 Custom filters with Core Image Kernel Language We run a CI Kernel on a single pixel at a time and be returning a modified pixel. For the s... iOS Machine Learning