Changes between Version 53 and Version 54 of Other/Summer/2023/Features
- Timestamp:
- Aug 7, 2023, 4:17:16 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Features
v53 v54 60 60 === Week 6 Progress 61 61 62 * **Time Varying Features: ** In order to train the model to capture time varying features ( and hencemotion), we increased the channels while keeping the same kernel size. This works for small movements in the training data.62 * **Time Varying Features: ** In order to train the model to capture time varying features (motion), we increased the channels while keeping the same kernel size. This works for small movements in the training data. 63 63 64 * **Clockwise-Anticlockwise Test: ** With the time varying features accounted for we began to train the model with patterns of motion, instead of simple black and white frames. For instance, we created training data with one class of frames that move in a clockwise direction and one class of frames that move in a counterclockwise direction. Can the model detect left turns?64 * **Clockwise-Anticlockwise Test: ** With the time-varying features accounted for, we began to train the model with patterns of motion instead of simple black and white frames. For instance, we created training data with one class of frames that move in a clockwise direction and one class of frames that move in a counterclockwise direction. Can the model detect left versus right rotations? 65 65 66 66 * **Entropy v. Accuracy Graphs: ** We created a graph from our model output data to derive the relation between entropy versus accuracy. 67 67 68 [[Image(0.0.mov, width=200, height=200)]] 69 68 70 [[Image(Screen Shot 2023-07-19 at 12.23.26 PM.png, width=350, height=300)]] 71 72 === Week 7 Progress 73 74 * Testing complicated patterns: 75 76 * Testing with new bias: 77 78 * Automation of model training: 69 79 70 80 … … 72 82 73 83 84