I decided to build a program that can learn. Technically, it is a 2 layer neural network that is able to take a set of inputs and desired outputs, and learn how to predict those outputs. I'm already 3 months into the Deep Learning Nanodegree at Udacity, so I've already built this a few times. … Continue reading Building A Program That Actually Learns
Tag: Python
Simple Blog: A Multi-User Blogging Framework
As part of my Full Stack Web Developer Nanodegree at Udacity, we were assigned the project of building a multi-user blogging software. Its intent is to teach an intro to backend programming. I built Simple Blog, a simple blogging framework. It is built with Python using Jinja2 template engine, and can be deployed to Google App Engine. … Continue reading Simple Blog: A Multi-User Blogging Framework