This is an interactive presentation website for the Whale Behavior Analysis project, built for the Applied Machine Learning course.
The presentation is organized as follows:
- Visualizations: Interactive dashboard showing dive data
- Dive Frames: Static visualizations of individual dives
- Classification Results: Training outcomes and challenges
- Model Architecture: minGRU implementation details
- Technical Details: Implementation specifics
-
Make sure all files are properly organized by running the included script:
chmod +x reorganize.sh ./reorganize.sh
-
Open
index.htmlin a modern web browser (Chrome, Firefox, Safari)
/assets/- Static images and dive frames/css/- Stylesheet for the presentation/js/- JavaScript functionality/presentation/- Technical content (markdown files)/visualizations/- Interactive dive visualizations/dashboard/- Overview dashboards
- The website uses basic markdown parsing for technical content
- Interactive visualizations are loaded in iframes
- Navigation between sections uses anchor links
- Tabs are used to organize related content within sections
- Interactive dashboard for dive visualization
- Individual dive selection and visualization
- Static frame viewer with 128 dive frames
- Technical presentation of minGRU architecture
- Overview of classification challenges and solutions
- Modern web browser with JavaScript enabled
- Local file access (no server required)