Software Keras Machine-learning Python Tensorflow More Time Doesn't Always Help Continuing on with Keras, there is a simple IMDB data set with movie ratings. Building a quick model and training over a few epochs shows the training accuracy goes up to the high
Software Python Surprising Results with Python Thumbnails I’ve been working with images recently and am using a technique for a hashing algorithm. This technique resized the image to a 9x8 gray scale image.
Software Azure Python Parse Azure Deployment Status I’ve been making a lot of deployments that take a while to finish. There is an api call to fetch the status of the operations.
Nlp Python Extract Terms from Text I’ve been playing around with NLP. I wanted to see if I could extract terms from text. With the help of the internet, I found some answers. It boils down to:
Software Machine-learning Nltk Python Sentiment-analysis Technology Sentiment Analysis I’d like to know a bit more about the tools and techniques around solving sentiment analysis. Here are a few link’s I’ve found. My focus is to use python.
Python Python and Screen Scraping I wanted to do a quick test on a website using Python. I knew about beautifulsoup but I wanted the power of JQuery. So I found pyquery.
App-engine Python First Impressions of Google App Engine So I thought I would try to see what Google App Engine is all about. My main goal is to learn python a little better and also try to get a better understanding