Day 7

Today, I started by writing my abstract, which is a short summary of the project on which I am working this summer. (The abstract is included in my last post.) To write my abstract, I needed to develop a clear idea of my project. I found that summarizing it in writing actually helped me to better understand what I am doing as a whole. After completing and posting my abstract, I returned to my experiment. I first set out to solve the problem of incorrect dimensions in my data, which I had run into on the previous day. I took out the code that reshaped the data, because the data had to be in their original dimensions for the preprocessing methods to function correctly. However, this meant that I had to rewrite the code that split the data by labels into training and testing categories. I had to use an entirely different strategy than I had been using before. Instead of directly splitting the data into two arrays, I am now creating an array of the indices of the data values in the original array and using that index array to categorize the training and testing data. Ryan helped me with this strategy. I am now trying to create a training array by using the index array to iterate through the original data and keep only the data to be used for training.

Also, today was my last day before I go out of town for a week for a running camp with my cross country team, so I will not be back in the lab until the week after next.

Comments

Popular posts from this blog

Day 6

Day 14

Day 3