Changes

Jump to: navigation, search

DPS921/PyTorch: Convolutional Neural Networks

392 bytes added, 14:54, 29 November 2020
Getting Started With Jupyter
In order to do Jupyter code, the easiest way is using plugin in vs code to install anaconda but if you don’t like environment of vs code IDE to do coding, you can install anaconda directly on your pc. This gives you chance to code on browser or use suggested IDES by anaconda. Also, pip can be used which is a package-management system written in Python used to install and manage software packages.
 
 
'''Points:'''
*It does not matter how many operations we have inside a cell it only returns the last one.
'''
1+1
2+3
 
output:5
* There are different modes such as command and edit. Command is used to add or removed cells and when we are in this mode the cell cover with the line of blue colour while we are in edit mode to do cell editing cell will cover with the line of green colour.
== Installing PyTorch ==
13
edits

Navigation menu