Deci University

Master tools and techniques for building, training,
and running efficient deep-learning models

Our Courses

Advanced courses for data scientists and machine learning engineers looking to broaden their knowledge, expand their skillset, and deepen their understanding of essential techniques.

 Learn how to effectively analyze and understand your computer vision datasets for better model design and training with open source tools.  

Deep Leaning
Inference Acceleration

Master the intricacies of deep learning acceleration with this comprehensive course. Enhance model performance while reducing computational cost, reshaping your AI applications for high-speed & efficiency.

Efficient Training for
PyTorch Models

Learn how to maximize your model’s performance with advanced training techniques.

Why Deci University

Elevate your Deep Learning Skills with Expert Guidance

Directly acquire practical skills from deep learning pioneers instrumental in building AI-driven, production-grade business solutions.

Maintain Your
Technological Edge

Stay attuned to the frontier of AI innovation. Ensure your proficiency in contemporary model design, training, and deployment.

Earn Recognition with Deep Learning Credentials

Show off your skills and propel you professional trajectory by adding a deep learning certification to your CV.

The latest deep learning insights, tips, and best practices delivered to your inbox.

Join the Deep Learning Daily
Community on Discord​

The Deep Learning Daily Discord community is a dedicated space for meeting deep learning experts. Here you can ask and answer questions, have open-ended conversations and stay up to date on everything deep learning.

Share
Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")