All Projects → knathanieltucker → Data Science Foundations

knathanieltucker / Data Science Foundations

Projects that are alternatives of or similar to Data Science Foundations

Timeflow
Tensorflow for Time Series Applications
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Class2021spring
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Vkapi Course
Курс по Python по работе с VK API
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Econometrics
Code and notebooks for Econometric Theory
Stars: ✭ 67 (-2.9%)
Mutual labels:  jupyter-notebook
Kalman Filters
Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, containing statistical noise and other inaccuracies, and produces estimates of unknown variables that tend to be more accurate than those based on a single measurement alone, by estimating a joint probability distribution over the variables for each timeframe. The filter is named after Rudolf E. Kálmán, one of the primary developers of its theory.
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Red bag
支付宝红包/淘宝领喵币/雪球红包/苏宁易购/京东/淘宝自动签到 领取金币
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Cnn Interpretability
🏥 Visualizing Convolutional Networks for MRI-based Diagnosis of Alzheimer’s Disease
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Presentations
Presentations for JuliaCon
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Fab Net
Pytorch code for BMVC 2018 paper
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Deeplearning tutorial
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Info490 Sp16
INFO 490: Advanced Data Science, offered in the Spring 2016 Semester at the University of Illinois
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Machine Learning With Pyspark
Source Code for 'Machine Learning with PySpark' by Pramod Singh
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow
This Repository contains all tensorflow tutorials.
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Dlwithpytorch
Code to accompany my upcoming book "Deep learning with PyTorch Book " from Packt
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
P Multimodal Dataset Toolbox
Stars: ✭ 68 (-1.45%)
Mutual labels:  jupyter-notebook
Python
Python Tutorials
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Dsb17 Walkthrough
An end-to-end walkthrough of the winning submission by grt123 for the Kaggle Data Science Bowl 2017
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Strata Conference Ca 2018
environment setup for strata conference 2018
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook
Stock Market Analysis
Stock Market Analysis with RNN and Time Series
Stars: ✭ 69 (+0%)
Mutual labels:  jupyter-notebook

Setup

There are two parts to the setup:

  1. Bookmark the course page, and star/follow the repository
  2. Either follow the instructions on the course page or the ones below:

Download the repo, and install the virtual env

git clone https://github.com/knathanieltucker/data-science-foundations.git
cd data-science-foundations
virtualenv env
source env/bin/activate
pip install -r requirements.txt

Updates

Before each lesson make sure to update the repo by running the following commands:

git fetch origin
git rebase origin/master

Slideshow

jupyter nbconvert mynotebook.ipynb --to slides --post serve

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