Changes

Jump to: navigation, search

DPS921/PyTorch: Convolutional Neural Networks

655 bytes added, 02:33, 29 November 2020
Getting Started With Jupyter lab
== Getting Started With Jupyter lab ==
'''What is Jupyter Notebook?'''
 
This is basically a way for us to run the code interactively within a web browser alongside some visualizations and some markdown text to explain the process of what is going on.
 
 
'''User Interaction Model'''
 
[[File:User_Interaction_Model.png]]
 
 
'''Installation methods'''
 
* Anaconda
* pip
* Vs code by using plugin
 
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.(pip can be used too)
== Installing PyTorch ==
13
edits

Navigation menu