mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 07:09:20 +01:00
- Updated data visualization project documentation to remove incomplete warning. - Deleted the glm-financial-assets project file and replaced it with glm-implied-volatility project file, detailing a comprehensive study on implied volatility prediction using GLMs and machine learning. - Marked n8n automations project as completed. - Added new project on reinforcement learning applied to Atari Tennis, detailing agent comparisons and results. - Removed outdated rl-tennis project file. - Updated package dependencies in package.json for improved stability and performance.
3.7 KiB
3.7 KiB
slug, title, type, description, shortDescription, publishedAt, readingTime, status, tags, icon
| slug | title | type | description | shortDescription | publishedAt | readingTime | status | tags | icon | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data-visualisation | Data Visualisation Project | Academic Project | An interactive data visualization project built with R, R Shiny, and ggplot2 for creating dynamic, explorable visualizations. | An interactive data visualization project using R and R Shiny. | 2026-01-05 | 1 | Completed |
|
i-ph-chart-bar-duotone |
This project involves building an interactive data visualization application using R and R Shiny. The goal is to deliver dynamic, explorable visualizations that let users interact with the data in meaningful ways.
::BackgroundTitle{title="Technologies & Tools"} ::
- R: A statistical computing environment, perfect for data analysis and visualization.
- R Shiny: A web application framework for R that enables the creation of interactive web applications directly from R.
- ggplot2: A powerful R package for creating static and dynamic visualizations using the Grammar of Graphics.
- dplyr: An R package for data manipulation, providing a consistent set of verbs to help you solve common data manipulation challenges.
- tidyr: An R package for tidying data, making it easier to work with and visualize.
- tidyverse: A collection of R packages designed for data science that share an underlying design philosophy, grammar, and data structures.
- sf: An R package for working with simple features, providing support for spatial data manipulation and analysis.
- rnaturalearth: An R package that provides easy access to natural earth map data for creating geographical visualizations.
- rnaturalearthdata: Companion package to rnaturalearth containing large natural earth datasets.
- knitr: An R package for dynamic report generation, enabling the integration of code and text.
- kableExtra: An R package for customizing tables and enhancing their visual presentation.
- gridExtra: An R package for arranging multiple grid-based plots on a single page.
- moments: An R package for computing moments, skewness, kurtosis and related statistics.
- factoextra: An R package for multivariate data analysis and visualization, including PCA and clustering methods.
- shinydashboard: An R package for creating dashboards with Shiny.
- leaflet: An R package for creating interactive maps using the Leaflet JavaScript library.
- plotly: An R package for creating interactive visualizations with the Plotly library.
- RColorBrewer: An R package providing color palettes for maps and other graphics.
- DT: An R package for creating interactive data tables.
::BackgroundTitle{title="Resources"} ::
You can find the code here: Data Visualisation Code
And the online application here: Data Visualisation App
::BackgroundTitle{title="Detailed Report"} ::