All Projects → mitmath → 6s083

mitmath / 6s083

Licence: other
Materials for MIT 6.S083 / 18.S190: Computational thinking with Julia + application to the COVID-19 pandemic

Projects that are alternatives of or similar to 6s083

Ml Coursera Python Assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
Stars: ✭ 4,722 (+1018.96%)
Mutual labels:  jupyter-notebook
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (-0.71%)
Mutual labels:  jupyter-notebook
Python 3 Data Analysis Basics
Python 3 與數據分析概要
Stars: ✭ 420 (-0.47%)
Mutual labels:  jupyter-notebook
Pynq Classification
Python on Zynq FPGA for Convolutional Neural Networks
Stars: ✭ 417 (-1.18%)
Mutual labels:  jupyter-notebook
Poppy Humanoid
Poppy Humanoid is an open-source and 3D printed humanoid robot. Optimized for research and education purposes, its modularity allows for a wide range of applications and experimentations.
Stars: ✭ 419 (-0.71%)
Mutual labels:  jupyter-notebook
Fsgan
FSGAN - Official PyTorch Implementation
Stars: ✭ 420 (-0.47%)
Mutual labels:  jupyter-notebook
Deeplearningfortimeseriesforecasting
A tutorial demonstrating how to implement deep learning models for time series forecasting
Stars: ✭ 415 (-1.66%)
Mutual labels:  jupyter-notebook
Cifar10 Fast
Stars: ✭ 421 (-0.24%)
Mutual labels:  jupyter-notebook
Pilot
进入编程世界的第一课
Stars: ✭ 421 (-0.24%)
Mutual labels:  jupyter-notebook
Sentimentanalysis
文本情感分析
Stars: ✭ 421 (-0.24%)
Mutual labels:  jupyter-notebook
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (-0.71%)
Mutual labels:  jupyter-notebook
Aipnd
Code and associated files for the AI Programming with Python Nanodegree Program
Stars: ✭ 417 (-1.18%)
Mutual labels:  jupyter-notebook
Financepy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
Stars: ✭ 416 (-1.42%)
Mutual labels:  jupyter-notebook
Zihaopython
follow me and learn python easily
Stars: ✭ 418 (-0.95%)
Mutual labels:  jupyter-notebook
Vit Pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
Stars: ✭ 413 (-2.13%)
Mutual labels:  jupyter-notebook
Tutorials
Stars: ✭ 417 (-1.18%)
Mutual labels:  jupyter-notebook
Cs231n
斯坦福 cs231n 作业代码实践
Stars: ✭ 419 (-0.71%)
Mutual labels:  jupyter-notebook
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (+0%)
Mutual labels:  jupyter-notebook
Bert Japanese
BERT with SentencePiece for Japanese text.
Stars: ✭ 422 (+0%)
Mutual labels:  jupyter-notebook
Stat479 Machine Learning Fs18
Course material for STAT 479: Machine Learning (FS 2018) at University Wisconsin-Madison
Stars: ✭ 421 (-0.24%)
Mutual labels:  jupyter-notebook

6.S083 / 18.S190 - Introduction to Computational Thinking with Julia, with applications to modelling the COVID-19 pandemic

Spring 2020

Welcome to 6.S083 / 18.S190 (doubly listed)! This is an introductory course on Computational Thinking, using the Julia programming language, with applications to modelling the COVID-19 epidemic. It is being taught at MIT in the 2nd half of the spring 2020 semester.

Course Materials

See here.

Please help edit the automatically-generated subtitles in the lecture transcripts! If you do so, please add punctuation, and please change the colour of the part you edited to a colour other than black, and different from the previous and next sections.

Professors

Visiting Professor David P. Sanders ([email protected]) & Professor Alan Edelman

Logistics

MW 3 - 4.30, online. (Registered students will receive a Zoom link.)

Lectures will be mostly live at the above times, with recordings posted when available. There will be some pre-recorded snippets.

Start date: March 30, 2020.

Office hours TBD

Discussion forum

Piazza

Installation of Julia

You will need to install Julia, and various packages by carefully following the detailed instructions here. (Note that you do not need to separately install the Jupyter notebook -- it will be installed for you as part of the installation process. It is possible to use a pre-existing installation, but we recommend against it. This will install a new, separate copy of it.)

Office hours

TBD

Evaluation

  • 5 problem sets, lowest score dropped. 25% for each of the other 4 problem sets.

  • Released on Tuesday and due the following Tuesday until May 5.

  • To pass, you must submit at least 4 problem sets with passing grades

  • No final exam

Problem sets consist of coding and will be submitted online.

Windows users

If you use Windows, please download Git for Windows here

Getting the files

To get the files, use git from the command line (or from a GUI), as follows

  • Clone the repository once with
git clone https://github.com/mitmath/6S083

This will create a new directory called 6S083 with the matierials.

  • Update it to pull in new changes
git pull

This needs to be executed from within the directory. (Use cd to change directory.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].