Category Archives: python

Mt. Gox Python Implementation

I have been working on a side project for the last week or so. It is a python implementation of the Mt. Gox API. I have an old version that I have been using for a bot, but this one … Continue reading

Share
Posted in Bitcoin, programming, python | Tagged , , | Leave a comment

Artificial Neural Network

I have posted previously about working with artificial neural networks. Today I am posting the first of several posts regarding them. I just uploaded the main file that I am using in my testing for creating neurofilters (see previous post). … Continue reading

Share
Posted in neural networks, neurofilters, programming, python | Leave a comment

Learning about Artificial Neural Networks

The last couple of days I have been focused on learning about artificial neural networks(ANNs). I have played with them in the past but never saw much use for them in my own projects. But the other day a read … Continue reading

Share
Posted in programming, python | Leave a comment

Ideas for this blog

This blog has been directionless for a while now. I’m entertaining some ideas for this blog. Currently I am seriously considering adding a series of small articles on how to program in Python. This is mainly because that is the … Continue reading

Share
Posted in programming, python, tutorial | Leave a comment