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

Uncodedtech/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.

2025 Summer Schools

Name and Link Location Organiser Dates (MM/DD) Deadline Fee Aid (Travel Grants etc) Notes
Bumblekite MLSS in health, care and biosciences Zürich, Switzerland Bumblekite June 22 - June 28, 2025 March 9 N/A Travel and accommodation will be paid
Advanced Course on Data Science & Machine Learning Grosseto, Italy University of Catania June 09 - June 13, 2025 Feb 23 € 580 - 630 N/A
Winter School on Emerging Technologies Mesa, Arizona Arizona State University Jan 03 - Jan 10, 2025 Oct 14, 2024 No Fee for Accepeted Students N/A
Archive of Past Summer 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.

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
    • Please use one of the timezone string mentioned in timezones.
    • Please use one of the subcategory mentioned in topics. Use the value of the sub attribute to specify the subcategory.
  • Optionally add a note in case there is important information to convey
  • Example:
    - title: BestMLSS # (required❗)
      year: 2024 # (required❗)
      id: bestmlss24  # title as lower case + last two digits of year # (required❗)
      full_name: Best Machine Learning Summer School # full school name # (required❗)
      link: link-to-website.com # (required❗)
      deadline: YYYY-MM-DD HH:SS # (required❗)
      timezone: Asia/Seoul # (required❗)
      place: Incheon, South Korea # (required❗)
      date: September 18 - September 22, 2024 # (required❗)
      start: YYYY-MM-DD # (required❗)
      end: YYYY-MM-DD # (required❗)
      sub: Ml, NLP #(at least 1 required❗)
      note: Any important notes about the school # (optional🤙)
  • 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

  • HTML 52.1%
  • JavaScript 42.8%
  • Ruby 2.9%
  • CSS 2.2%