All Projects → CME211 → Notes

CME211 / Notes

CME211 Notes | Outline ->

Projects that are alternatives of or similar to Notes

Self Driving Car
Self Driving Car development tools and technologies from GTA Robotics Community members
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Asrframe
An Automatic Speech Recognition Frame ,一个中文语音识别的完整框架, 提供了多个模型
Stars: ✭ 171 (-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%)
Mutual labels:  jupyter-notebook
Sort Google Scholar
Sorting Google Scholar search results based on the number of citations
Stars: ✭ 170 (-1.16%)
Mutual labels:  jupyter-notebook
Pdftableextract
PDFTableExtract
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Amazon Sagemaker Architecting For Ml
Materials for a 2-day instructor led course on applying machine learning
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Tensorflow Safari Course
Exercises and solutions to accompany my Safari course introducing TensorFlow.
Stars: ✭ 171 (-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.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.58%)
Mutual labels:  jupyter-notebook
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Pandas Tutorial
Material for the pandas tutorial at EuroScipy 2016
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Sklearn pycon2013
Files for my scikit-learn tutorial at PyCon 2013
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Cinic 10
A drop-in replacement for CIFAR-10.
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-1.16%)
Mutual labels:  jupyter-notebook
L2hmc
TensorFlow implementation for training MCMC samplers from the paper: Generalizing Hamiltonian Monte Carlo with Neural Network
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Dog Project
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 101
中文的 tensorflow tutorial with jupyter notebooks
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Coursera
✅ Solutions to MachineLearning, DeepLearning, NeuralNetwork
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Lecture Source Py
Source files for "Lectures in Quantitative Economics" -- Python version
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook

CME 211 Notes

2020 CME 211 Canvas page: https://canvas.stanford.edu/courses/123262

In each folder, there will be either a *.pdf or a *.ipynb file that contains the lecture notes; you can ignore the *.tex or the .md files. Sometimes, there will be other stand-alone code examples as well, these all end in *.py.

Contents

There will be 18 lectures this year.

  • Lecture 0: Getting started
  • Lecture 2: Introduction to Python
  • Lecture 3: Python containers
  • Lecture 4: Python functions and complexity analysis
  • Lecture 5: Python object model, modules, exceptions
  • Lecture 6: Python object oriented programming
  • Lecture 7: Data representation and NumPy
  • Lecture 8: Pandas, SciPy, Matplotlib
  • Lecture 9: Introduction to LaTeX
  • Lecture 10: Introduction to C++, static arrays, variable scope, looping
  • Lecture 11: C++ conditionals, file IO, dynamic memory
  • Lecture 12: C++ functions, IO formatting and stringstreams, preprocessor, and #include
  • Lecture 13: C++ containers: vector, tuple, map and set
  • Lecture 14: Compilation, Makefiles
  • Lecture 15: Boost MultiArray
  • Lecture 16: C++ object oriented programming part 1
  • Lecture 17: C++ object oriented programming part 2, memory management
  • Lecture 18: Introduction to Functional Programming in Scala

Acknowledgements

Thanks to Patrick LeGresley and Nick Henderson for designing the structure of the course and the foundations for these notes.

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