Master post - Eoddata.com web service blog series

Sat 25 March 2017 by Adrian Torrie

Master post for the blog series that holds all the links related to making web service calls to Eoddata.com. Overview of the web service can be found here. This post shows you how to create a secure credentials file to hold the username and password so you don't have to keep entering it, and will allow for automation later. A quick overview is given below of establishing a session using the requests module, and parsing the xml response using xml.etree.cElementTree.

read more

Udacity DLFND Project 1 Notes

Sat 25 March 2017 by Adrian Torrie

Notes I took to help with Project 1 Introduction to Neural Networks. Covers the intuition behind neural networks, activation functions, gradient descent, backpropogation, along with additional resources for further learning.

read more
Fork me on GitHub