ghromis / CodingTheMatrixLinks
Code for 'Coding the Matrix: Linear Algebra through Computer Science Applications' Class
☆24Updated 12 years ago
Alternatives and similar repositories for CodingTheMatrix
Users that are interested in CodingTheMatrix are comparing it to the libraries listed below
Sorting:
- my solutions to the exercises in book Data Structures and Algorithms in Python☆77Updated 8 years ago
- Code for Allen Downey's book Think Complexity, published by O'Reilly Media.☆118Updated last year
- A Python-based web and data scraping tutorial☆214Updated 5 years ago
- All the Stanford DB class exercises summarized together☆49Updated 12 years ago
- Peter Norvig's Paradigms of AI Programming implemented in Python☆372Updated 4 years ago
- my submissions for Siraj Raval's weekly challenges from The Math of Intelligence course.☆68Updated 8 years ago
- Python implementations of selected Princeton Java Algorithms and Clients by Robert Sedgewick and Kevin Wayne☆169Updated 8 months ago
- Notes, problems, simulations developed while following the MIT Open Courseware class "Probability Systems Analysis☆28Updated 3 years ago
- This repository is for learning and understanding how algorithms work.☆244Updated 6 months ago
- coding the matrix by Python☆46Updated 3 years ago
- Advanced Statistical Computing at Vanderbilt University Medical Center's Department of Biostatistics☆548Updated 3 years ago
- Machine learning with scikit-learn tutorial at PyData Chicago 2016☆128Updated 9 years ago
- Introductory Statistical Inference☆147Updated last year
- Recitation notebooks for Extended Introduction to Computer Science with Python as Tel-Aviv University☆183Updated 7 years ago
- Code material for a data science tutorial☆197Updated 8 years ago
- ☆60Updated last year
- Programming Exercises☆79Updated 10 years ago
- Algorithms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python☆273Updated 4 years ago
- Tutorial: Bayesian Statistical Analysis in Python☆321Updated 6 years ago
- Python notebooks for exercises covered in Stanford statlearning class (where exercises were in R).☆378Updated 10 years ago
- Fractals written in Python☆213Updated 5 years ago
- Udacity (CS101, CS212, CS253, CS262, CS373, CS387) coursework (classwork, quizzes, homework, final exams, projects, contests)☆30Updated 12 years ago
- ☆47Updated 11 years ago
- Course materials for teaching data visualization in Python.☆170Updated 9 years ago
- Code accompanying the Real-World Machine Learning book☆324Updated 9 years ago
- Jupyter Notebooks with Fluent Python examples☆199Updated 3 years ago
- Code of the IPython Minibook, 2nd edition (2015)☆348Updated 5 years ago
- Algorithms and Data Structures implemented in Python☆97Updated 10 years ago
- An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python