Search
- Follow Machine Daydreams on WordPress.com
-
RSS Feed
Archives
Category Cloud
My other hobbies
Github
Tag Archives: recipes
Espresso is the marshmallow of coffee (fun with Word2Vec)
In exploring the recipe dataset, I decided to have some fun with Word2vec, an algorithm originally created by Google. For the layperson, this algorithm works by looking at the context in which a given word appears and learns vectors to … Continue reading
Chicken soup (for the robot soul?)
So I did a little more training with the chef-rnn at a lower learning rate to fine-tune it a bit and got some shockingly good results, with some weird quirks. I really just couldn’t resist posting more recipes. These are … Continue reading
CycleGAN and Chef-RNN update
There has been a development in image generation that I find absolutely fascinating. It’s based off Generative Adversarial Networks, which are a very powerful and promising model for image generation. A recent modification to this architecture, the Conditional GAN has been making some … Continue reading
The adventures of Robo-Chef
Since my previous post, I’ve gotten the model better. How much better? About 22%! That’s pretty exciting. Here, exclusive, and brand new, are some highlights and some dumps from this 404-star recipe bot. At temperauture=0.1, we get the least creative, … Continue reading
Char-rnn retro-post
As with my previous post, this post is intended to serve as more permanent storage for my previous posts regarding the topic at hand– in this case, Andrej Karpathy’s infamous Char-RNN. First introduced to the world in this incredible post … Continue reading