All Projects → DataScienceUB → Introduction Datascience Python Book

DataScienceUB / Introduction Datascience Python Book

Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Introduction Datascience Python Book

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 (-37.82%)
Mutual labels:  jupyter-notebook, data-science, datascience, data
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (+50.18%)
Mutual labels:  jupyter-notebook, data-science, analytics, data
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (-66.18%)
Mutual labels:  jupyter-notebook, data-science, analytics
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+401.09%)
Mutual labels:  jupyter-notebook, data-science, data
Data science blogs
A repository to keep track of all the code that I end up writing for my blog posts.
Stars: ✭ 139 (-49.45%)
Mutual labels:  jupyter-notebook, datascience, data
Suspeitando
Projeto de análise de contratos com suspeita de superfaturamento e má qualidade na prestação de serviços.
Stars: ✭ 76 (-72.36%)
Mutual labels:  jupyter-notebook, data-science, analytics
Covid19 Dashboard
A site that displays up to date COVID-19 stats, powered by fastpages.
Stars: ✭ 1,212 (+340.73%)
Mutual labels:  jupyter-notebook, data-science, analytics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-49.09%)
Mutual labels:  jupyter-notebook, data-science, analytics
Industry Machine Learning
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
Stars: ✭ 6,077 (+2109.82%)
Mutual labels:  jupyter-notebook, data-science, datascience
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-36.36%)
Mutual labels:  jupyter-notebook, data-science, analytics
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-37.45%)
Mutual labels:  jupyter-notebook, data-science, datascience
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+4700%)
Mutual labels:  jupyter-notebook, data-science, datascience
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-84.73%)
Mutual labels:  jupyter-notebook, data-science, sentiment-analysis
Kubeflow Data Science On Steroids
The blog post about Kubeflow, including all materials
Stars: ✭ 25 (-90.91%)
Mutual labels:  jupyter-notebook, data-science, datascience
Repo2docker Action
GitHub Action for repo2docker
Stars: ✭ 88 (-68%)
Mutual labels:  jupyter-notebook, data-science, datascience
Skdata
Python tools for data analysis
Stars: ✭ 16 (-94.18%)
Mutual labels:  jupyter-notebook, data-science, data
Hass Data Detective
Explore and analyse your Home Assistant data
Stars: ✭ 109 (-60.36%)
Mutual labels:  jupyter-notebook, data-science, data
Sciblog support
Support content for my blog
Stars: ✭ 694 (+152.36%)
Mutual labels:  jupyter-notebook, data-science, analytics
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-1.82%)
Mutual labels:  jupyter-notebook, data-science, datascience
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-25.82%)
Mutual labels:  jupyter-notebook, data-science, sentiment-analysis

Introduction to Data Science

A Python Approach to Concepts, Techniques and Applications

This repository is part of the book: "Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications"

http://www.springer.com/gp/book/9783319500164

About the Textbook:

This accessible and classroom-tested textbook/reference presents an introduction to the fundamentals of the emerging and interdisciplinary field of data science. The coverage spans key concepts adopted from statistics and machine learning, useful techniques for graph analysis and parallel programming, and the practical application of data science for such tasks as building recommender systems or performing sentiment analysis. Topics and features: provides numerous practical case studies using real-world data throughout the book; supports understanding through hands-on experience of solving data science problems using Python; describes techniques and tools for statistical analysis, machine learning, graph analysis, and parallel programming; reviews a range of applications of data science, including recommender systems and sentiment analysis of text data; provides supplementary code resources and data at an associated website.

About the authors:

Dr. Laura Igual is an Associate Professor at the Departament de Matemàtiques i Informàtica, Universitat de Barcelona, Spain. Dr. Santi Seguí is an Assistant Professor at the same institution. The book was co-written by Jordi Vitrià, Eloi Puertas, Petia Radeva, Oriol Pujol, Sergio Escalera, Francesc Dantí and Lluís Garrido.

Subject Area of the Book

In this era, where a huge amount of information from different fields is gathered and stored, its analysis and the extraction of value have become one of the most attractive tasks for companies and Society in general. The design of solutions for the new questions emerged from data have required multidisciplinary teams. Computer Scientists, Statisticians, Mathematicians, Biologists, Journalists and Sociologists, as well as many others are now working together in order to provide knowledge from data. This new interdisciplinary field is called Data Science. The pipeline of any data science goes through asking the right questions; gathering data; cleaning data; generating hypothesis; making inferences; visualizing data; assessing solutions; etc.

Organization and Feature of the Book

This book is an introduction to concepts, techniques and applications in Data Science. The book focuses on the analysis of data, covering concepts from statistics to machine learning; techniques for graph analysis and parallel programming; and applications such as recommender systems or sentiment analysis. All chapters introduce new concepts that are illustrated by practical cases using real data. Public databases such as Eurostat, different social networks and Movilens are used. Specific questions about the data are posed in each chapter. The solutions to these questions are implemented using Python programming language and presented in code boxes properly commented. This allows the reader to learn data science by solving problems which can generalize to other problems. The book is not intend to cover the whole set of data science methods neither to provide a complete collection of references. Currently, data science is an increasing and emerging field, so readers are encourage to look for specific methods and references using keywords in the net.

Target audiences

This book is addressed to upper-tier undergraduate and beginning graduate students from technical disciplines. Moreover, the book is also addressed to professional audiences following continuous education short courses and to researchers from diverse areas following self-study courses. Basic skills in computer science, mathematics and statistics are required. Code programming in Python is of benefit. However, even if the reader is new to Python this should not be a problem, since acquiring the Python basics is manageable in a short period of time.

Previous Uses of the Materials

Parts of the presented materials have been used in the Postgraduate course of Data Science and Big Data from University of Barcelona. All contributing authors are involved in this course.

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