Changes between Version 41 and Version 42 of Other/Summer/2023/Features


Ignore:
Timestamp:
Jul 19, 2023, 2:44:28 PM (12 months ago)
Author:
KatieLew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Features

    v41 v42  
    3636=== Week 3
    3737
    38 * Programmed randomness function to alter degree of randomness of synthetic bee motion
     38* 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)
    3939
    40 * Trained machine learning model to identify random versus non-random behavior
     40* Trained machine learning model (AlexNet) to identify random versus non-random behavioral patterns using the randomness function
    4141
    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)
    4343
    4444[[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 
    4845
    4946=== Week 4