All Projects → sally20921 → NoisyStudent

sally20921 / NoisyStudent

Licence: MIT License
"Self-training with Noisy Student improves ImageNet classification" pytorch implementation

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to NoisyStudent

pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+280.65%)
Mutual labels:  latex
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (-22.58%)
Mutual labels:  latex
tex-equation-to-svg
Convert a TeX or LaTeX string to an SVG.
Stars: ✭ 34 (+9.68%)
Mutual labels:  latex
Eorg
new version: https://github.com/SoftMaple/Editor
Stars: ✭ 27 (-12.9%)
Mutual labels:  latex
ssd16
16 lectures about "Software Systems Design" presented in Innopolis University in 2021 for 3rd year BSc students
Stars: ✭ 44 (+41.94%)
Mutual labels:  latex
ltex-ls
LTeX Language Server: LSP language server for LanguageTool 🔍✔️ with support for LaTeX 🎓, Markdown 📝, and others
Stars: ✭ 182 (+487.1%)
Mutual labels:  latex
LatexDSL
A mini DSL to generate LaTeX from Nim
Stars: ✭ 22 (-29.03%)
Mutual labels:  latex
l3build
A testing and building system for LaTeX
Stars: ✭ 63 (+103.23%)
Mutual labels:  latex
nctu-thesis-latex
A LaTeX template for writing thesis in NCTU.
Stars: ✭ 70 (+125.81%)
Mutual labels:  latex
simclr-pytorch
PyTorch implementation of SimCLR: supports multi-GPU training and closely reproduces results
Stars: ✭ 89 (+187.1%)
Mutual labels:  pytorch-implementation
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-16.13%)
Mutual labels:  latex
Mathematical-Modeling
A sharing of the learning process of mathematical modeling 数学建模常用工具模型算法分享:数学建模竞赛优秀论文,数学建模常用算法模型,LaTeX论文模板,SPSS工具分享。
Stars: ✭ 30 (-3.23%)
Mutual labels:  latex
markdown-memo
Compile simple (or not so simple) Markdown memos to html and/or pdf via LaTeX with pandoc.
Stars: ✭ 19 (-38.71%)
Mutual labels:  latex
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (+35.48%)
Mutual labels:  latex
tudscr
TUD-Script
Stars: ✭ 69 (+122.58%)
Mutual labels:  latex
pnglatex
Create PNG Images from LaTeX Formulas
Stars: ✭ 61 (+96.77%)
Mutual labels:  latex
mit-phd-thesis
MIT Ph.D. Thesis in LaTeX
Stars: ✭ 52 (+67.74%)
Mutual labels:  latex
tufte-markdown
Use markdown to write your handouts and books in Tufte style.
Stars: ✭ 82 (+164.52%)
Mutual labels:  latex
pseudocode.js
Beautiful pseudocode for the Web
Stars: ✭ 132 (+325.81%)
Mutual labels:  latex
bibtex-js
Library for parsing .bib files, used in Bibliography.js 📚
Stars: ✭ 55 (+77.42%)
Mutual labels:  latex

Self-training with Noisy Student improves ImageNet classification

Noisy Student Training is a semi-supervised training method which achieves 88.4% top-1 accuracy on ImageNet and surprising gains on robustness and adversarial benchmarks. Noisy Student Training is based on the self-training framework and trained with 4-simple steps:

  1. Train a classifier on labeled data (teacher).
  2. Infer labels on a much larger unlabeled dataset.
  3. Train a larger classifier on the combined set, adding noise (noisy student).
  4. Go to step 2, with student as teacher.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].