Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

index.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

Practical Computer Vision Series

This is a collection of computer visions courses in KUNGFU.U.

  • The courses are designed to be used by machine learning engineers, data scientists and software engineers who want to learn more about AI and computer vision.
  • The courses are project based, with coding practices that walk through the practical steps of building computer vision models and evolving training recipes.
  • They are not a thorough introduction to fundamental techniques in computer vision, for which there are many excellent public courses available (such as this course on coursera and this course on youtube).
<ol>
    <li><a href="course1-image-classification/index.html">Evolve model training recipes for image classification</a></li>
    <li><a href="course2-structured-prediction/index.html">Training Computer Vision Models for Structured Prediction</a></li>
</ol>