add readme + license (please don't scroll commit history)

Former-commit-id: 176901ce389b3bdfa998f099dd14b588536e48c7 [formerly 44b9fa4a4d4f0037b7c7b5c26754cdfcf9a41012]
Former-commit-id: 3857631b685667b527181dd6f300f79124c2085b
This commit is contained in:
Laureηt 2023-02-03 11:44:35 +01:00
parent e5be85253d
commit 9aee26c858
3 changed files with 5310 additions and 0 deletions

21
LICENSE.md Normal file
View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023 Tocard-inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# README
Ce repository contient l'implémentation de deux réseaux de deep learning pour l'apprentissage semi-supervisé: simCLR et SGAN. Les deux réseaux ont été testés sur des jeux de données de classification d'images.
## simCLR
simCLR est une approche semi-supervisée pour l'apprentissage de représentations à partir d'un grand nombre d'images non étiquetées. Le modèle consiste en une chaîne de transformation qui transforme les entrées dans un espace d'apprentissage continu et en un classificateur qui prédit les labels des entrées transformées.
## SGAN
SGAN est un réseau GAN semi-supervisé qui utilise une générateur pour produire des images aléatoires et un discriminateur pour les classer en fonction des labels connus. Le but est de produire des images qui sont à la fois réalistes et informatives pour l'apprentissage de la classification.
Comment utiliser ce repository
## Comment utiliser ce repository
Les notebooks (colab) se situent dans le dossier `src`.
## Contacts
- Laurent Fainsin <laurent@fainsin.bzh>
- Damien Guillotin <damien.guillotin@etu.inp-n7.fr>
- Pierre-Eliot Jourdan <pierreeliot.jourdan@etu.inp-n7.fr>
## License MIT

5264
src/notebook_simCLR.ipynb Normal file

File diff suppressed because it is too large Load diff