Projet M1-TI S1

Posted on Thu 10 October 2019 in cours • Tagged with cours, information theory, projet

Projet Proba-Stat et théorie de l'information

  • date de fin 15 mai : rapport et soutenance le jour même ?

Groupes

  1. Shenjin & Zixi Chen
  2. Loic Jouan & Joachim Hostachy
  3. Jiangnan HUANG & Jiaxuan LIU
  4. Torri Atte & Le Montagner Roman
  5. Maëlle Lesmanne
  6. Cornic Erwan & Guillou Kyllian
  7. BEN MIMOUN Iheb
  8. Yu yang & Tingting ZHU
  9. Jordi BARO
  10. Trung …

Continue reading

Projet M1-TI S3

Posted on Sat 11 May 2019 in cours • Tagged with cours, information theory, projet

Projet Proba-Stat et théorie de l'information

Visualisation des données

Deux options

  1. sous gnuplot, tapez : plot "scatter_ds1.d" u 1:2
  2. sous python

.

import numpy as np
import matplotlib.pyplot as plt

d = genfromtxt("scatter_ds1.d")
plt.scatter(d[:,0],d[:,1])

Remarques

  • dans le pseudo-code, m correpond à un indice …

Continue reading

Projet M1-TI EVAL

Posted on Sat 11 May 2019 in cours • Tagged with cours, information theory, projet

Evaluation

Bonjour à tous,

voici les dernière instructions concernant le projet de l'UE ProbaStat. Les oraux auront lieux vendredi (je préciserai les heures de passages plus tard). Si vous avez un problème pour la date, merci de me faire parvenir l'info IMMEDIATEMENT.

Le rapport

Vos obligations: jeudi 14 mai, vous …


Continue reading

Projet M1-TI S2

Posted on Sat 04 May 2019 in cours • Tagged with cours, information theory, projet

Projet Proba-Stat et théorie de l'information

  • rajout des matrices de similarité pour les données SP500 et MOVIE
  • matériel supplémentaire : SM

Continue reading