NEWS IN BRIEF: AI/ML FRESH UPDATES

Get your daily dose of global tech news and stay ahead in the industry! Read more about AI trends and breakthroughs from around the world

Facing Abuse: Alicia Vikander on Tackling Tough Topics

Alicia Vikander stars as Catherine Parr in a modern take on Tudor history, revealing the grim reality of life with Henry VIII. Firebrand sheds light on Parr's overlooked historical significance and portrays Henry VIII as a domestic abuser with violent mood swings.

Evolutionary Optimization for Logistic Regression Training

Implementing logistic regression with evolutionary optimization on the Banknote Authentication Dataset resulted in impressive accuracy rates of 97.5% on train data and 98% on test data. The experiment showcased the power of evolutionary optimization in finding the best solutions for classification tasks, with key hyperparameters to consider.

Mastering Structured Outputs

OpenAI introduces Structured Outputs in gpt-4o-2024–08–06 models, enhancing LLM applications with deterministic schemas. Outlines package offers flexibility for applying structured JSON generation in Mistral, LLaMA, and OpenAI APIs.

ChatGPT's Clone Voice Surprise

OpenAI's ChatGPT's new GPT-4o AI model has safeguards against unintentional voice imitation, reflecting the complexity of safely using AI chatbots. The system card details rare occurrences where Advanced Voice Mode imitated users' voices without permission during testing.

Robot Rallies to Victory in Table Tennis Showdown

Google DeepMind unveils AI-powered robotic table tennis player, showcasing potential for machines to master complex physical tasks. Named "AlphaPong," the system wins 45% of matches against humans, marking a milestone in robot learning and control.

Detecting Data Anomalies with LightGBM

Article summary: Learn how to use LightGBM for anomaly detection by normalizing and encoding data, creating an autoencoder with multiple regression modules to predict input vectors, and identifying anomalies for reconstruction error analysis. Engaging math teachers inspired a career in math and computer science, with fictional professor characters from classic science fiction movies highlighted.

Dimitris Bertsimas: Vice Provost for Open Learning

Dimitris Bertsimas appointed vice provost for open learning at MIT, aims to transform teaching with digital technologies worldwide. Bertsimas, a renowned professor in optimization and machine learning, will oversee MIT Open Learning's diverse product offerings.

Robots mastering skills in new environments

MIT researchers have developed the EES algorithm, allowing robots to practice and improve skills independently. Tested on Boston Dynamics' Spot robot, EES showed rapid progress in tasks like manipulation and sweeping.

vCPU Showdown: pandas 2 vs. Polars

Polars challenges pandas in Python data processing with superior performance, leveraging Rust for parallel processing. Polars shows potential to outperform pandas by 25x, but requires more vCPUs for optimal speed.

Boosting Vision Transformer Efficiency with BatchNorm

Integrating Batch Normalization in a ViT architecture reduces training and inference times by over 60%, maintaining or improving accuracy. The modification involves replacing Layer Normalization with Batch Normalization in the encoder-only transformer architecture.