1. 2025-11-24T03:11:25+01:00 - Modified the /etc/ssh/sshd_config.d/50-cloud-init.conf to disable password auth on my OVH Machine
  2. 2025-11-24T03:33:02+01:00 - Created this event log bash function for quick logging
  3. 2025-11-24T03:37:23+01:00 - Modified the event-log with ChatGPT because claude was being a fool
  4. 2025-11-30T21:47:35+01:00 - Slowly connecting logistic regression to binary cross entropy loss
  5. 2025-11-30T21:48:26+01:00 - Understood that logistic regression is strongly associated with the sigmoid and splits the data into a true-false, 1-0, good-evil state
  6. 2025-12-01T11:16:32+01:00 - Equated log of odds [log(px/(1-px))] to a generic linear model B - Bx) to dervice the equation for logistic regression. Came to an understanding that logistic regression allows one to threshold values from a linear model to a true or false state based on the probability obtained from the 1/(1+e^z) relation.