Skip to content

List of summer schools in machine learning + related fields across the globe

License

Notifications You must be signed in to change notification settings

MagnetonBora/awesome-mlss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome MLSS logo

Awesome MLSS
A community project to keep track of deadlines for Machine Learning Summer Schools (MLSS) around the world

X (formerly Twitter) Follow Contributions Welcome MIT License Netlify GitHub Stars

awesome-mlss.com is a community tool which serves as a central repository for registration deadlines at summer schools in machine learning and other closely related fields.

🧐 Wait, what happened to the old README.MD with the list of schools? The old README which contained the list of all summer schools in a markdown format has been moved to the OLD_README.md file. We do not plan to maintain the old list anymore, but if you want to contribute to both the new list and the old list you are more than welcome to do so.

We believe that a website format with deadlines and calendar links suits our project better, and we hope you will find it more useful as well.

Contributing

Contributions are very welcome!

To add or update a new summer school deadline:

  • Fork the repository
  • Optional: create a new branch with the name of the summer school
  • Update site/_data/summerschools.yml
  • Make sure it has the title, year, id, link, deadline, timezone, date, place, sub attributes
    • See available timezone strings here.
    • See available subcategories here.
  • Optionally add a note in case there is important information to convey
  • Example:
    - title: BestMLSS
      year: 2024
      id: bestmlss24  # title as lower case + last two digits of year
      full_name: Best Machine Learning Summer School # full conference name
      link: link-to-website.com
      deadline: YYYY-MM-DD HH:SS
      abstract_deadline: YYYY-MM-DD HH:SS
      timezone: Asia/Seoul
      place: Incheon, South Korea
      date: September, 18-22, 2024
      start: YYYY-MM-DD
      end: YYYY-MM-DD
      sub: Ml, NLP
      note: Important
  • Send a pull request

Acknowledgements

The awesome-mlss website was built upon the amazing work done by:

License

This project is licensed under MIT.

It uses:

About

List of summer schools in machine learning + related fields across the globe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.2%
  • HTML 39.4%
  • Ruby 3.6%
  • CSS 2.8%