Hello everybody,<p>TLDR:<p>- I implement a first basic neural net using the "feed_dict" system<p>- I show step by step how to use queues in TF<p>- I update the first example with a queue implementation and show that i train 33% faster the neural net<p>- bonus: Some more code on queues on my Github in the references section