Skip to main content

Java

· 2 min read
Adil Shaik
GDSC CVR Lead 2022-23

What is Java? Who developed it? What makes it to be different from other languages? What are the benefits of learning Java?

Simple Linear Regression

· 2 min read
Srimanth Tenneti
DSC CVR Lead 2021-22

Linear regression is the simplest form of a classification problem. We have many techniques to do this type of regression. Today we are going to learn how to use the PyTorch API to help us do this classification.

Simple CNN using PyTorch

· 2 min read
Srimanth Tenneti
DSC CVR Lead 2021-22

This article is a simple guide that will help you build and understand the concepts behind building a simple CNN. By the end of this article you will be able to build a simple CNN based on the PyTorch API and will classify clothing using the FashionMNIST dateset.