Chris Pollett > Students > Kabra

    Print View

    [Bio]

    [Blog]

    [CS297 Proposal]

    [Deliverable1]

    [Deliverable2]

    [Deliverable3]

    [Deliverable4]

    [CS 297 Report-PDF]

    [CS298 Proposal]

    [CS 298 Report-PDF]

    [CS 298 Presentation-PDF]

























Neural Net for estimating starting month of a given employment data series

For this deliverable, I have built a neural network, which can tell the starting month of a given labeled data series. For example, given a series of sales number of iPhone labeled each with month for analyzing, one should be able to tell what could be the month of the first sales point in a given similar dataset (size=10) without labels.

My neural network in this deliverable will be doing the same thing. For this problem, I used an employment dataset of goods producing industry. I downloaded this dataset from the Quandl website. The dataset contains two columns of dates and employment values. The neural net will tell us the month of the first employment data value of given test set.

Libraries used:

1. Tensorflow Installation Instruction

2. Keras Installation Instruction

To run the program: Type $ python ./DL2.py

Download Deliverable2.py

Download Data Set