Trying to wrap up a mid-term project based on data, but not vision data to predict inflation with what we learned. #598
Replies: 2 comments 2 replies
-
@mrdbourke hopefully I can share my repository with you sometime soon. I figured that I needed to run regression analysis on this, and I am just not piecing together very well what you have taught to reduce the loss. Would love to figure this one out and share if you can help me figure out what I am doing wrong. Accuracy is less than 20% on almost all epochs. One thing that I have been reading about, and you discussed in Chapt 4 was the concept of transforms. The only thing that gives me pause here is that most of the examples I have seen revolve around image data. I was able to find one or two examples that I think will work with flat data like what I am trying to use, but I cannot be sure. I have the feeling that my dataset is too small right now, so it seems data augmentation might be a good option. |
Beta Was this translation helpful? Give feedback.
-
Hi @AxisMeetsWorld , This looks like you're doing a time series analysis project. And while it's similar to what's taught in the PyTorch course, many of the image-based techniques won't necessarily help. -- To try and understand your problem better, what's an example of your ideal inputs and outputs of the problem? If it's time series analysis/forecasting you're trying to do, I'd suggest looking at the following time series libraries:
|
Beta Was this translation helpful? Give feedback.
-
Hi @mrdbourke,
I am trying to put together a project based on some research I did reading about the primary causes of inflation (here in the US) and even though there might be other factors, I learned that the primary influences seem to be GDP, number of jobs to people, and free money in the economy. I haven't quite completed it, but you did mention you might be interested in looking at it. ❓ I am about 2/3 of the way done with the project and wondered if it was better to send a link here, or if there is an email that I can share the work I have done thus far with you at?❓
❗ I am really curious to get your perspective on the work and see if there is anything you might improve because I was hoping to post this eventually on my LinkedIn page, and your feedback would be highly valued. ❗ Here are some preliminary plots I have regarding the data:
Would like to get your perspective.
Beta Was this translation helpful? Give feedback.
All reactions