All Projects → mitmath → 18330

mitmath / 18330

Licence: other
18.330 Introduction to Numerical Analysis

Projects that are alternatives of or similar to 18330

Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Marketing Data Science
Analytics and data science business case studies to identify opportunities and inform decisions about products and features. Topics include Markov chains, A/B testing, customer segmentation, and machine learning models (logistic regression, support vector machines, and quadratic discriminant analysis).
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Iminuit
Jupyter-friendly Python interface for C++ MINUIT2
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Cinic 10
A drop-in replacement for CIFAR-10.
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
L2hmc
TensorFlow implementation for training MCMC samplers from the paper: Generalizing Hamiltonian Monte Carlo with Neural Network
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Notes
CME211 Notes | Outline ->
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Awesome Dl Projects
This is a collection of the code that accompanies the reports in The Gallery by Weights & Biases.
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Weibospider sentimentanalysis
借助Python抓取微博数据,并对抓取的数据进行情绪分析
Stars: ✭ 173 (+1.17%)
Mutual labels:  jupyter-notebook
Coursera
✅ Solutions to MachineLearning, DeepLearning, NeuralNetwork
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Notebooks
Notebooks on how to use Distributed Evolutionary Algorithm in Python (DEAP)
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Lecture Source Py
Source files for "Lectures in Quantitative Economics" -- Python version
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Thai2fit
ULMFit Language Modeling, Text Feature Extraction and Text Classification in Thai Language. Created as part of pyThaiNLP
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Simclr
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
Stars: ✭ 2,720 (+1490.64%)
Mutual labels:  jupyter-notebook
Amazon Sagemaker Architecting For Ml
Materials for a 2-day instructor led course on applying machine learning
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Cikm 2019 Analyticup
1st Solution for 2019-CIKM-Analyticup, Efficient and Novel Item Retrieval for Large-scale Online Shopping Recommendation
Stars: ✭ 173 (+1.17%)
Mutual labels:  jupyter-notebook
Asrframe
An Automatic Speech Recognition Frame ,一个中文语音识别的完整框架, 提供了多个模型
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 101
中文的 tensorflow tutorial with jupyter notebooks
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook
Malware Misc Re
Miscellaneous Malware RE
Stars: ✭ 173 (+1.17%)
Mutual labels:  jupyter-notebook
Manifold Flow
Manifold-learning flows (ℳ-flows)
Stars: ✭ 173 (+1.17%)
Mutual labels:  jupyter-notebook
Tutorials
This repository contains materials for demos, tutorials, and talks by Dato Inc.
Stars: ✭ 172 (+0.58%)
Mutual labels:  jupyter-notebook

18.330: Introduction to Numerical Analysis

Spring 2021

Welcome to course 18.330 at MIT! This is an introductory course on numerical analysis.

Installation of required software

We will be using the following free / open source software:

Please follow these instructions to install Julia and then Pluto.

Logistics

  • Visiting professor David P. Sanders ([email protected])

  • TA: Nicholas Liu

  • Tues, Thurs 1–2:30pm Eastern, virtual

  • Office hours: Tues, 5–7pm Eastern

  • Piazza forum

Course materials

Evaluation

  • 10 problem sets (50%). No late submissions, but the lowest score will be dropped.
  • 1 midterm take-home exam (20%)
  • Final project (30%)

Problem sets will consist of a mixture of theory and coding in Julia. They will be submitted and graded online.

For the final project you will explore a topic in numerical analysis that we have not covered in class (but at the level of the class). The final project must include a discussion of the mathematics behind the method, together with your own implementation in Julia.

Learning Julia

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/18330

This will create a new directory called 18330 with the matierials.

  • Update it to pull in new changes each time with
git pull

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

Syllabus

See here for the approximate course syllabus.

Bibliography

See here for bibliography and related online courses and learning materials.

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].