All Projects → ipython-books → Cookbook 2nd

ipython-books / Cookbook 2nd

Licence: other
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cookbook 2nd

Cookbook 2nd Code
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Stars: ✭ 541 (-23.15%)
Mutual labels:  ipython, jupyter-notebook, data-science, jupyter, data-analysis, data-mining, data-visualization
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-75.71%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-mining, data-visualization
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+231.96%)
Mutual labels:  jupyter-notebook, data-science, jupyter, data-analysis, data-visualization
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (-69.03%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-mining, data-visualization
Pydataroad
open source for wechat-official-account (ID: PyDataLab)
Stars: ✭ 302 (-57.1%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-mining, data-visualization
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+306.82%)
Mutual labels:  ipython, jupyter-notebook, data-science, data-analysis, data-visualization
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (-35.51%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-65.91%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-87.22%)
Mutual labels:  ipython, jupyter-notebook, data-science, jupyter
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 (-61.22%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-78.84%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+90.06%)
Mutual labels:  ipython, jupyter-notebook, data-science, data-analysis
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+711.51%)
Mutual labels:  ipython, jupyter-notebook, data-science, jupyter
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (-69.18%)
Mutual labels:  jupyter-notebook, data-science, data-mining, data-visualization
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (-22.02%)
Mutual labels:  data-science, data-analysis, data-mining, data-visualization
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (-50.28%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (-79.83%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-mining
Fantasy Basketball
Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.
Stars: ✭ 146 (-79.26%)
Mutual labels:  jupyter-notebook, data-science, data-mining, data-visualization
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (-60.51%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-49.43%)
Mutual labels:  jupyter-notebook, data-science, jupyter, data-analysis

IPython Cookbook, Second Edition (2018)

IPython Cookbook, Second Edition IPython Interactive Computing and Visualization Cookbook, Second Edition (2018), by Cyrille Rossant, contains over 100 hands-on recipes on high-performance numerical computing and data science in the Jupyter Notebook.

This repository contains the sources of the book (in Markdown, CC-BY-NC-ND license).

Get the code as Jupyter notebooks
Get the Google Chrome extension to see LaTeX equations on GitHub
Buy the book

Contents

Chapter 1 : A Tour of Interactive Computing with Jupyter and IPython

Chapter 2 : Best practices in Interactive Computing

Chapter 3 : Mastering the Jupyter Notebook

Chapter 4 : Profiling and Optimization

Chapter 5 : High-Performance Computing

Chapter 6 : Data Visualization

Chapter 7 : Statistical Data Analysis

Chapter 8 : Machine Learning

Chapter 9 : Numerical Optimization

Chapter 10 : Signal Processing

Chapter 11 : Image and Audio Processing

Chapter 12 : Deterministic Dynamical Systems

Chapter 13 : Stochastic Dynamical Systems

Chapter 14 : Graphs, Geometry, and Geographic Information Systems

Chapter 15 : Symbolic and Numerical Mathematics

Recipes marked with an asterisk * are only available in the book.

Contributing

For any comment, question, or error, please open an issue or propose a pull request.

Presentation

Python is one of the leading open source platforms for data science and numerical computing. IPython and the associated Jupyter Notebook offer efficient interfaces to Python for data analysis and interactive visualization, and they constitute an ideal gateway to the platform.

IPython Interactive Computing and Visualization Cookbook, Second Edition contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code. You will apply these state-of-the-art methods to various real-world examples, illustrating topics in applied mathematics, scientific modeling, and machine learning.

The first part of the book covers programming techniques: code quality and reproducibility, code optimization, high- performance computing through just-in-time compilation, parallel computing, and graphics card programming. The second part tackles data science, statistics, machine learning, signal and image processing, dynamical systems, and pure and applied mathematics

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