1 of 7

Neural Networks For Feature Analysis

Daksh, Mayank, and Katie

2 of 7

Goals for this week

  • Setting Up iLab accounts

  • Getting started with Github

  • Making the Synthetic Bee simulator

3 of 7

Monday - The Garage Beehive

Why?

It’s cool and interesting !!!

We need to observe the behaviour of real bees so we can simulate a realistic synthetic bee

4 of 7

Bee prototype 1 Jitterbug (Looks like a electrocuted bug)

It does not work because “random” function in python is not really random in the way we want it to be random.

Power Law comes into play

5 of 7

Power Law

Words in the article “Rutgers University” on wikipedia

“The” 2*”of” 3*”and”

(1200) 2*(583) 3*(450)

A fascinating Law of nature modeled as y ≅ x^(1/n)

6 of 7

Bee Model With Power Law

The steps are governed by Power Law, and rotation is governed by a gaussian distribution

It looks Like a Bee!!!

7 of 7

Goals for next week

ML - Machine learning

  • Export the video recording of Bee Simulator to ML model
  • Brainstorm a scalable non-randomness function and test it with the ML model
  • Data heavy research →