Recipe Generator
Lucy Li & Hayley Bergman
LA: Isaac Kontomah
Industry Mentor: Feitong Yang
Intro
Running out of ideas in the kitchen? Need to spice things up when cooking? Look no further!
Goal: Develop a model that generates new unique recipes given an existing recipe dataset
What is an RNN?
prediction
new information
What is an LSTM?
prediction + memories
memory
forgetting
new information
prediction
What is a GRU?
Motivation - Use of RNNs
Why use a RNN/LSTM?
Data
Candidates
Training Methodology
Training the Model
Using the Torch Neural Network Package
Input: data, RNN size, N, Dropout
Input LSTM..n times..LSTM output
Results
LSTM
Results
GRU
Results
RNN
Results
Word RNN
Lessons Learned
Future Work