Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nanxstats/deep-learning-recipes

🍱 R implementation for selected machine learning methods with deep learning frameworks (Keras, Tensorflow)
https://github.com/nanxstats/deep-learning-recipes

deep-learning keras matrix-factorization r recommender-system tensorflow triplet-loss

Last synced: about 2 months ago
JSON representation

🍱 R implementation for selected machine learning methods with deep learning frameworks (Keras, Tensorflow)

Awesome Lists containing this project

README

        

# deep-learning-recipes

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![License: MIT](https://img.shields.io/github/license/nanxstats/deep-learning-recipes.svg)

R implementation for selected machine learning methods with deep learning frameworks (Keras, Tensorflow).

Principles: clean, self-contained, minimal dependency, works with the latest framework versions.

## Contents

- Triplet losses for implicit feedback recommender systems. [[blog post](https://nanx.me/blog/post/triplet-loss-r-keras/)] [[code](triplet-loss-keras)]
- Matrix factorization for binary implicit feedback data. [[blog post](https://nanx.me/blog/post/recsys-binary-implicit-feedback-r-keras/)] [[code](recsys-binary-implicit-keras.R)]
- "Wide and deep" model for regression/classification. [[blog post](https://nanx.me/blog/post/building-my-first-deep-learning-machine/)] [[code](tensorflow-wide-n-deep.R)]