I am working on a project to visualize the flow, duration and cross-talk from the first 2020 Presidential Debate. The following is the project's initial description and a gallery of prototype images from the ideation process. All of the images and code can be found on my GitHub repo, Presidential Debates. Prototypes for Visualizing 2020 … Continue reading A Gallery of Prototypes for Visualizing the 2020 US Presidential Debates
CreateInTo Talk Follow-up
Notes and Resources I gave a talk at last night’s CreateInTO event and it went really well! I very much appreciate that people came out on a cold, rainy October night. The talk was about my experiences in using Processing and P5.js for prototyping and data visualization. I used examples from two recent projects, Visualizing … Continue reading CreateInTo Talk Follow-up
Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem
The Travelling Salesperson Problem is a famous problem in computer science. The gist of it is as follows: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, … Continue reading Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem
You must be logged in to post a comment.