nsi:projets:graphes:start
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| nsi:projets:graphes:start [2021/12/21 13:35] – goupillwiki | nsi:projets:graphes:start [2022/05/10 22:46] (Version actuelle) – goupillwiki | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Projets graphes ====== | ====== Projets graphes ====== | ||
| - | <WRAP todo>En travaux</ | + | * [[nsi: |
| + | * [[nsi: | ||
| + | * [[nsi: | ||
| + | * [[nsi: | ||
| - | * [[nsi:tds:coloration_antennes|Coloration et antennes]] | + | <WRAP tip>Pour certains traitements, |
| - | | + | |
| + | <code python> | ||
| + | # normal : | ||
| + | for i in range(10000): | ||
| + | | ||
| + | |||
| + | # avec tqdm | ||
| + | from tqdm import tqdm | ||
| + | |||
| + | for i in tqdm(range(10000)): | ||
| + | # le code... | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP todo> | ||
| + | D' | ||
| + | |||
| + | Si vous voulez en explorer un, c'est possible ! | ||
| + | |||
| * Graphe de compatibilité | * Graphe de compatibilité | ||
| - | * graphe reconnaissant un mot ou un code, automate | ||
| * graphe probabiliste, | * graphe probabiliste, | ||
| - | * Chemin | + | * Chemin |
| * méthode MPM | * méthode MPM | ||
| * réseau social | * réseau social | ||
| * Graph Neural Network | * Graph Neural Network | ||
| + | * Éléments finis | ||
| + | </ | ||
nsi/projets/graphes/start.1640090121.txt.gz · Dernière modification : de goupillwiki
