- The main goal of this app was to create a recipe recommendation based on two ingredients and "likes" and "dislikes" from the user.
- Link to my Google Programmable Search Engine
- Link to my cosine similary heroku app
- Link to my Google Image Retrieval app
- Datasets useful for recommendation systems
- Video explaining Matrix Factorization
- Research paper with mathematical formulas for matrix factorization
- Blog about Matrix Factorization with Python code
- Collaborative Filtering explanation
- Cosine Similarity Explained
- First time user's guide to Pandas
- Building an adjaceny matrix in Pandas
- Documentation for Pandas Series
- Cleaning up csvs with Pandas
- Converting matrices from dense to sparse
- What is Cloud Kit?
- Setting up Cloud Kit
- NSPredicate Cheat Sheets and another one
- The cloudkit template project I used
- Adding CKQueries to the main thread in Swift
- CKQuery Example Code
- Apple's MLDataTable library isn't available for iOS
- Using Sort Descriptors in Swift
- Understanding semaphores in Swift
- Returning a value from a closure function in Swift using a handler