All Projects → profjsb → Python Seminar

profjsb / Python Seminar

Licence: other
Python for Data Science (Seminar Course at UC Berkeley; AY 250)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Seminar

Ensae teaching cs
Teaching materials in python at the @ENSAE
Stars: ✭ 69 (-77.15%)
Mutual labels:  jupyter-notebook, data-science, distributed-computing
Data Science Learning
Repository of code and resources related to different data science and machine learning topics. For learning, practice and teaching purposes.
Stars: ✭ 273 (-9.6%)
Mutual labels:  jupyter-notebook, data-science
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-9.6%)
Mutual labels:  jupyter-notebook, data-science
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+977.48%)
Mutual labels:  jupyter-notebook, data-science
Gophernotes
The Go kernel for Jupyter notebooks and nteract.
Stars: ✭ 3,100 (+926.49%)
Mutual labels:  jupyter-notebook, data-science
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-10.6%)
Mutual labels:  jupyter-notebook, data-science
Awesome Distributed Deep Learning
A curated list of awesome Distributed Deep Learning resources.
Stars: ✭ 277 (-8.28%)
Mutual labels:  data-science, distributed-computing
Deep Learning Book
Repository for "Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python"
Stars: ✭ 2,705 (+795.7%)
Mutual labels:  jupyter-notebook, data-science
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (-4.97%)
Mutual labels:  jupyter-notebook, data-science
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (-2.65%)
Mutual labels:  jupyter-notebook, data-science
Sklearn Evaluation
Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
Stars: ✭ 294 (-2.65%)
Mutual labels:  jupyter-notebook, data-science
Facet
Human-explainable AI.
Stars: ✭ 269 (-10.93%)
Mutual labels:  jupyter-notebook, data-science
Python Is Cool
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.
Stars: ✭ 2,962 (+880.79%)
Mutual labels:  jupyter-notebook, data-science
Cryptocurrency Price Prediction
Cryptocurrency Price Prediction Using LSTM neural network
Stars: ✭ 271 (-10.26%)
Mutual labels:  jupyter-notebook, data-science
Course Nlp
A Code-First Introduction to NLP course
Stars: ✭ 3,029 (+902.98%)
Mutual labels:  jupyter-notebook, data-science
Introduction Datascience Python Book
Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications
Stars: ✭ 275 (-8.94%)
Mutual labels:  jupyter-notebook, data-science
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+1421.19%)
Mutual labels:  jupyter-notebook, data-science
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-24.83%)
Mutual labels:  jupyter-notebook, data-science
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-20.53%)
Mutual labels:  jupyter-notebook, data-science
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (-7.95%)
Mutual labels:  jupyter-notebook, data-science

Python Computing for Data Science

Binder

A Graduate Seminar Course at UC Berkeley (AY 250)

Campbell Hall: Thurs 3:30 - 6:30 PM FALL 2020

Synopsis

Python has become the de facto superglue language for modern scientific computing. In this course we will learn Pythonic interactions with databases, imaging processing, advanced statistical and numerical packages, web frameworks, machine-learning, and parallelism. Each week will involve lectures and coding projects. In the final project, students will build a working codebase useful for their own research domain.

This class is for any student working in a quantitative discipline and with familiarity with Python. Those who completed the Python Bootcamp or equivalent will be eligible. You should follow the steps to install the Anaconda 3.6.X distribution as well as git.

Course Schedule

Date Content Reading Leader
TBD Advanced Python Language Concepts (decorators, OrderedDict,
Generators, Iterables, Context Managers) Binder
- GIT
- scipy §2.1
Josh
TBD Pandas, Scipy, & Numpy Numpy: Binder - scipy §§ 1.3, 1.5, 2.2
- numpy - skim chap 4/5 of McKinney
Josh
TBD Data vizualization (Matplotlib, Bokeh, Altair, Plotly, mayavi) - Skim Tufte's Vizualization book
- colormap talk (Scipy 2015)
Josh
TBD Interacting with the world (requests, email, IoT/pyserial) None Josh
TBD Holiday (no class)
TBD Parallelism (asyncio, dask, IPython cluster) - [ipyparallel docs] (http://ipyparallel.readthedocs.io/en/latest/intro.html) Josh
TBD Database interaction (sqlite, postgres, SQLAlchemy, peewee),
Large datasets (xarray, HDF5)
None Josh
TBD Machine Learning I (sklearn, NLP)
NOTE: 3:10pm start!
None Josh
TBD Machine Learning II (keras [tensorflow]) None Josh
TBD Spring Break
TBD Image processing (OpenCV, skimage) None Stefan van der Walt
TBD Web frameworks & RESTful APIs, Flask None Josh
TBD Bayesian programming & Symbolic math Probabalistic Programming eBook
install:
pip install pymc3
TBD
TBD Speeding it up (Numba, Cython, wrapping legacy code) TBD Josh
TBD final project work
Onward

Useful Books

Sidebar Concepts

Throughout these lectures we will be peppering in sidebar knowledge concepts:

  • Jupyter & JuypterLab
  • using git & github
  • Docker
  • Data science workflows
  • reproducible research
  • application building
  • debugging
  • testing

Workflow

Each Monday we will be introducing a resonably self-contained topic with two back-to-back lectures. In between a short (~20 minute) breakout coding session will be conducted. Homeworks will require you to write a large (several hundred line) codebase.

Help sessions will be conducted interactively on the Piazza site for the course. There is also an in-person help session every Tuesday from 11am-noon at BIDS (in Doe library). Email Josh with any questions.

Contact

Email us at [email protected] or contact the professor directly ([email protected]). You can also contact the GSI, Chelsea Harris, at ([email protected]. Auditing is not permitted by the University but those wishing to sit in on a class or two should contact the professor before attending.

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