mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 18:59:54 +01:00
feat: add new homelab project documentation with details on services and hardware fix: correct project code links for Monte Carlo Project and Schelling Segregation Model refactor: rename Studies Projects to ArtStudies for better clarity and consistency i18n: add project descriptions in English, Spanish, and French locales chore: update package name to artsite and adjust dependency versions style: add cover image for ArtLab project fix: update chat message labels for better readability and translation usage
18 lines
861 B
Markdown
18 lines
861 B
Markdown
---
|
|
slug: schelling-segregation-model
|
|
title: 📊 Schelling Segregation Model
|
|
description: A Python implementation of the Schelling Segregation Model using Statistics and Data Visualization.
|
|
publishedAt: 2024/05/03
|
|
readingTime: 4
|
|
tags:
|
|
- python
|
|
- maths
|
|
---
|
|
|
|
This is the French version of the report for the Schelling Segregation Model project. The project was done as part of the course `Projet Numérique` at the Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.
|
|
|
|
You can find the code here: [Schelling Segregation Model Code](https://github.com/ArthurDanjou/ArtStudies/blob/e1164f89bd11fc59fa79d94aa51fac69b425d68b/L3/Projet%20Num%C3%A9rique/Segregation.ipynb)
|
|
|
|
<iframe src="/projects/schelling/Projet.pdf" width="100%" height="1000px">
|
|
</iframe>
|