Skip to main content

Posts

Showing posts from August, 2018

Summer - Week 10

This week, I am working to get the dynamic time warping functionality into my program. The process of doing so includes re-processing the features to include the time series, putting each series back together when we construct sequences, and then performing the DTW to generate a number that will be used to compute the kNN of each sequence which can then be used for predictions with the models. The processing time of these activities has gone up significantly since we have been using five different metrics with each of the F phase datasets. I am returning to school next week, and once I've completed the DTW processing all that will remain before we put together our second paper (The date for the reach journal we would like to submit it to is October 1), I am hoping I will have time to look again into the Agglomerative Hierarchical Clustering concept, which I did not successfully complete when we explored it earlier in the summer and then changed focus to the paper. We heard back

Week 1

I will summarize my goal regarding my preparation for our research project with the following objectives: 1.    to obtain a broad, working understanding of Python 2.    to learn how to best utilize Python libraries and tools specific to data analysis 3.    to become a helpful member of the student research team at St. Luke's Rehabilitation Institute, where our data collection will occur My Python background is very limited. Prior to my current year of school, I had only taken a single class that involved it. In that class, we focused solely on simple math calculations and basic graphing functions. In the two years since then, my knowledge of the language shrank down to almost nothing. My memories of it, however unspecific, are fond ones. To accomplish my first task, I started working through Learn Python the Hard Way, by Zed Shaw. The book was designed to be intelligible to anyone, regardless of previous coding experience, so there was quite a bit that I was able to move over