All Projects → djib2011 → python_ml_tutorial

djib2011 / python_ml_tutorial

Licence: MIT license
A complete tutorial in python for Data Analysis and Machine Learning

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to python ml tutorial

mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (-75.42%)
Mutual labels:  jupyter, notebook, data-analysis
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (+201.69%)
Mutual labels:  jupyter, notebook, data-analysis
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (-59.32%)
Mutual labels:  jupyter, notebook, data-analysis
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-7.63%)
Mutual labels:  jupyter, notebook, data-analysis
Jupyter themes
A plugin to select syntax highlighting on Jupyter
Stars: ✭ 151 (+27.97%)
Mutual labels:  jupyter, notebook
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1880.51%)
Mutual labels:  jupyter, data-analysis
Jupyterlab Interactive Dashboard Editor
A drag-and-drop dashboard editor for JupyterLab
Stars: ✭ 165 (+39.83%)
Mutual labels:  jupyter, notebook
Awesome Jupyterlab Extension
😎 A curated list of awesome Jupyterlab extension projects. 🌠 Detailed introduction with images.
Stars: ✭ 198 (+67.8%)
Mutual labels:  jupyter, notebook
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (+13.56%)
Mutual labels:  jupyter, notebook
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+40.68%)
Mutual labels:  jupyter, notebook
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (+69.49%)
Mutual labels:  jupyter, notebook
Iswift
A Swift kernel for IPython.
Stars: ✭ 144 (+22.03%)
Mutual labels:  jupyter, notebook
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (+94.07%)
Mutual labels:  jupyter, notebook
Ipystata
Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
Stars: ✭ 154 (+30.51%)
Mutual labels:  jupyter, notebook
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1483.05%)
Mutual labels:  jupyter, notebook
Pixiedust node
Jupyter magic to allow Node.js code to run in a notebook
Stars: ✭ 177 (+50%)
Mutual labels:  jupyter, notebook
Jupyterlab templates
Support for jupyter notebook templates in jupyterlab
Stars: ✭ 223 (+88.98%)
Mutual labels:  jupyter, notebook
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+2098.31%)
Mutual labels:  jupyter, notebook
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (+4.24%)
Mutual labels:  jupyter, notebook
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (+8.47%)
Mutual labels:  jupyter, notebook

A complete tutorial in python for Data Analysis and Machine Learning

This tutorial doesn't assume any prior knowledge in python, or any other background in programming languages.

The whole tutorial is written in jupyter notebooks, which I feel is the best platform for this sort of thing. If you want to run them locally:

  • Download and install python (preferably python 3). Add python to your environmental variables.
  • Download pip.
  • Install it through python get-pip.py.
  • Install jupyter through pip: pip install jupyter.

If the notebooks don't render properly through github you can always view them through here.

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