Introduction

Greetings and Salutations,

This journal is going to document my experiments with Recurrent Neural Networks (aka Machine Intelligence) and the rather long way we have to go with this field.
A quick overview on RNNs can be found here
https://karpathy.github.io/2015/05/21/rnn-effectiveness/
and here
https://medium.com/@camrongodbout/recurrent-neural-networks-for-beginners-7aca4e933b82

These are reasonably high level topics, but to break it down it is a program that can create new connections (data, sound, images) from a given set of data. MI goes by a number of different terms these days, Deep Learning, Recurrent Neural Networks (which is the term I use) and of course, the overused and incorrect Artificial Intelligence.

I will be specifically talking about my experiences with Karpathy RNN, which can be found here
https://github.com/karpathy/char-rnn

Ok, that's all for this post, keep reading for the trials and tribulations.

Comments

Popular posts from this blog

Fun with Distros

How did this begin?