Skip to content

sauhard2701/LP-5

Repository files navigation

LP-V

HPC and DL Pracs
On Terminal/CMD use:
curl "https://raw.githubusercontent.com/Sauhard2701/LP-5/main/filename.txt"


On Jupyter use:
!curl "https://raw.githubusercontent.com/Sauhard2701/LP-5/main/filename.txt"

For HPC Assignments 1-3

Run the program as (gcc or g++):
>> g++ filename.cpp -o filename.exe -fopenmp
>> ./filename.exe

For HPC Assignment 4

Use GPU on colab and refer text file or else download the ipynb (do not copy text from ipynb). Some part of text is ommitted on github so it's not visible.
Runtime > Change Runtime Type > Select GPU from drop-down

For DL Assignments (datasets)

  • Ass1 - housing.csv
  • Ass2 - bag.png (for testing)
  • Ass3 - Google_Stock_Price_Train_mam.csv for Mam's Assignment and Google_Stock_Price_Train.csv for my Assignment