All Projects → PacktPublishing → Principles Of Data Science

PacktPublishing / Principles Of Data Science

Principles of Data Science by Packt

Projects that are alternatives of or similar to Principles Of Data Science

Darter
🕵️ Dart / Flutter VM snapshot analyzer
Stars: ✭ 57 (-1.72%)
Mutual labels:  jupyter-notebook
Pyspark Examples
Code examples on Apache Spark using python
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Cs231n.github.io
Public facing notes page
Stars: ✭ 8,590 (+14710.34%)
Mutual labels:  jupyter-notebook
Regex In Python
A comprehensive guide for learning regular expressions using Python
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Tf Wavenet vocoder
Wavenet and its applications with Tensorflow
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Big Mac Data
Data and methodology for the Big Mac index
Stars: ✭ 1,095 (+1787.93%)
Mutual labels:  jupyter-notebook
Deep learning bootcamp
All the learning material for deep learning bootcamp can be found in this repository
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Apparel Styles
Deep Learning to Describe Clothing by Semantic Attributes
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Jupyter Rise
Auto-launching the RISE plugin for Binder presentations.
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Skillsnetwork
Stars: ✭ 1,098 (+1793.1%)
Mutual labels:  jupyter-notebook
Posts
A repository for code accompanying my Medium posts.
Stars: ✭ 57 (-1.72%)
Mutual labels:  jupyter-notebook
Louplus Ml
实验楼 《楼+ 机器学习实战》课程挑战作业参考答案 https://www.shiyanlou.com/louplus/ml
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
C3d
C3D is a modified version of BVLC caffe to support 3D ConvNets.
Stars: ✭ 1,097 (+1791.38%)
Mutual labels:  jupyter-notebook
Face recognition using pytorch
Using MTCNN and MobileFaceNet on Face Recognition
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Fraud Detection
Credit Card Fraud Detection using ML: IEEE style paper + Jupyter Notebook
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Modellogger.github.io
Model-Logger is a Python library for storing model's profile and rapid inter model comparison.
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+1791.38%)
Mutual labels:  jupyter-notebook
Attentional Interfaces
🔍 Attentional interfaces in TensorFlow.
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
Cloudml Magic
Jupyter Notebook Magics for Google Cloud ML Engine
Stars: ✭ 58 (+0%)
Mutual labels:  jupyter-notebook
A journey into math of ml
汉语自然语言处理视频教程-开源学习资料
Stars: ✭ 1,094 (+1786.21%)
Mutual labels:  jupyter-notebook

#Principles of Data Science

This is the code repository for Principles of Data Science, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Need to turn your skills at programming into effective data science skills? Principles of Data Science is created to help you join the dots between mathematics, programming, and business analysis. With this book, you’ll feel confident about asking—and answering—complex and sophisticated questions of your data to move from abstract and raw statistics to actionable ideas. ##Instructions and Navigations

The code will look like the following:

tweet = "RT @j_o_n_dnger: $TWTR now top holding for
Andor, unseating $AAPL"
words_in_tweet = first_tweet.split(' ') # list of words in tweet

This book uses Python to complete all of its code examples. A machine (Linux/Mac/Windows OK) with access to a Unix-style Terminal with Python 2.7 installed is required. Installation of the Anaconda distribution is also recommended as it comes with most of the packages used in the examples.

##Related Products

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