Softmax Regression

Sort options

Deep Neural Networks with PyTorch (Coursera)

The course will teach you how to develop deep learning models using Pytorch. The course will start with Pytorch's tensors and Automatic differentiation package. Then each section will cover different models starting off with fundamentals such as Linear Regression, and logistic/softmax regression.

Deep Learning with Python and PyTorch (edX)

Self Paced
Deep Learning with Python and PyTorch (edX)
Course Auditing
Categories
Effort
Languages
This course is the second part of a two-part course on how to develop Deep Learning models using Pytorch. In the first course, you learned the basics of PyTorch; in this course, you will learn how to build deep neural networks in PyTorch. Also, you will learn how [...]