Nathaniel (Nate) del Rosario Posts Notes

My Favorite Course at UC Berkeley (So far)

April 8, 2026

It would not be an interesting course without acknowledging the amazing instructors, Scott Guenther, David Reiley, David Brockman!

A Spring Break in Hangzhou

April 1, 2026

For the nature and city lover, this is a must read and must visit destination. Many regard Hangzhou as a place beautiful throughout all seasons, and I can confirm that, at least for Spring, they are right.

ML Algorithms From Scratch

September 1, 2025

In preparation for this fall's data science recruiting season.

Creating a Spotify Subject Matter Expert

August 6, 2025

The music industry is rapidly evolving, with new genres and subgenres constantly emerging. However, identifying and tracking these trends is largely reactive and anecdotal. There is a need for a data-driven approach to uncover and understand emerging music genres before they become mainstream, enabling better curation, marketing, and artist development. By utilizing the Spotify Developer API, I was able to scrape trending songs and analyze trends in genres and artists through unsupervised methods thanks to the many fields Spotify tracks for any given song.

Multi-Modal LLM Reasoning & Agent Modeling

March 18, 2025

Web-based agents using LLMs show promise in automating browser tasks, but scaling inference efficiently remains a challenge. This work explores the question of how best to structure search: implicit (greedy, depth-limited) or explicit (structured exploration like MCTS). Implicit search is potentially computationally cheaper but struggles with backtracking, while explicit search enables efficient exploration but relies on resettable states, which may be impractical in real-world web environments. Another aspect to consider is conducting an explicit search on an LLM world model, where the search occurs over predicted next states as opposed to the environment itself, which can potentially gain the benefits of both implicit and explicit search.

An Observational Analysis on NYC Public Transportation

March 24, 2024

This research explores an introductory analysis of the relationships between different transportation methods and socioeconomic factors in New York City. It involves Geospatial (GIS) data science as well as a simple regression model.

ML Reference & Interview Prep

September 28, 2022

Course notes as an undergrad / grad student at UCSD, UC Berkeley, and accumulated interview prep resources.