Changes between Version 41 and Version 42 of Other/Summer/2023/Features
- Timestamp:
- Jul 19, 2023, 2:44:28 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Features
v41 v42 36 36 === Week 3 37 37 38 * Programmed randomness function to alter degree of randomness of synthetic bee motion38 * Programmed a randomness function that allows the user to adjust the degree of randomness of synthetic bee motion along a spectrum, where 0.0 represents a "bee" moving in a completely random motion and 1.0 represents a "bee" moving via a distinct non-random pattern (e.g in a clockwise circle) 39 39 40 * Trained machine learning model to identify random versus non-random behavior40 * Trained machine learning model (AlexNet) to identify random versus non-random behavioral patterns using the randomness function 41 41 42 * Researched Shannon's Entropy Function as measure of model accuracy 42 * Researched Shannon's Entropy Function as measure of model accuracy and created program that calculates the joint entropy of two discrete random variables within the randomn system (e.g angle and distance) 43 43 44 44 [[Image(0.0.mov, width=200, height=200)]] [[Image(0.1.mov, width=200, height=200)]] [[Image(0.3.mov, width=200, height=200)]] [[Image(0.9.mov, width=200, height=200)]] 45 46 47 48 45 49 46 === Week 4