CIVIL459 – Exercise Session

$ 24.99
Category:

Description

Getting Started
Welcome to Civil-459! The goal of the first exercise session is to help you get familiar with Google Colab and python. We will first introduce Google Colab and then do some exercise tasks in python.
Google Colab
Important note: When each notebook is opened, save it to your drive by pressing “ctrl + s”, then start running it. Otherwise, it would be lost by closing it.
Exercises
Each week, we will upload the new exercises on GitHub. You can load them as explained in the previous section. Make sure to save your final files at the end. For submission, zip all the files together especially the filled notebooks in one zipped folder and upload it to Moodle.
Helpful References
• Python Documentation: https://docs.python.org/3/
• Python Tutorial: Official link, MIT tutorial, Collection
• Python coding style: https://www.python.org/dev/peps/pep-0008/
• Github Tutorial (for project): https://rogerdudler.github.io/git-guide/index.html
• Jupyter Notebook: https://jupyter.readthedocs.io/en/latest/
Problem Set 1
The first problem set contains 3 notebooks to help you get familiar with python. The fourth notebook is to apply what you learned to build a linear regressor. Follow the problem statement of each exercise.
1
NumPy and Vector Calculations
The ”npprimer.ipynb” is a notebook that acts as a cheat sheet for the numpy library which you will use in your exercises.
If you are familiar with Matlab, a good starting point is this guide. Be careful that we will use way more the array structure compared to the matrix structure.
2

Reviews

There are no reviews yet.

Be the first to review “CIVIL459 – Exercise Session”

Your email address will not be published. Required fields are marked *