Skip to content

josepcurto/datascienceresources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 

Repository files navigation

Resources for Data Science

Do you want to know about statistics, mathematics, data science and deep learning? Do you want to become a data scientist using R, Python or Julia? These are some of the resources that will help you.

Engines & IDEs

Engine Recommended IDE Alternative IDEs
R RStudio Dataiku
Python Anaconda Dataiku
Julia Jupyter Notebook Dataiku, Anaconda

Resources

Topic Webs Books
Computer Vision --- Foundations of Computer Vision
Statistics The Elements of Statistical Learning
Statistical Thinking for the 21st Century
Mathematics Mathematics For Machine Learning
Machine Learning PATTERNS, PREDICTIONS, AND ACTIONS
Interpretable Machine Learning
Data Science Foundations of Data Science
Data Science for Startups
Handbook of Hidden Data Scientist
Deep Learning Deep Learning Models Goodfellow et al. 2016. Deep Learning. MIT Press
R R-bloggers
Togaware
R and Datamining
Awesome R
R Cheatsheet
An Introduction to Statistical Learning
R-Statistics
Cookbook for R
Advance R and solutions
R Packages
Reproducible Research
Learning R in Practice
Gitbook with R Markdown
Efficient R Programming
Open Forensic Science in R
The tidyverse style guide
Feature Engineering and Selection: A Practical Approach for Predictive Models
Mastering Shiny
R for data science and solutions
Hands-On Programming with R
Supervised Machine Learning for Text Analysis in R
Modern Statistics with R
R for applied epidemiology and public health
An R Companion for Introduction to Data Mining
Explanatory Model Analysis
Scaling Up With R and Arrow
Supervised Machine Learning for Science
R for Data Engineers
An Introduction to Bayesian Data Analysis for Cognitive Science
Python W3schools Python
Python Scientific Lecture Notes
Python Data Science Handbook
Causal Inference for The Brave and True
Julia Julia Documentation
Getting Started with Julia
Data Science in Julia for Hackers
Think Julia: How to Think Like a Computer Scientist
Julia language: a concise tutorial

Learning R with 'swirl'

With the swirl R package you can learn R programming and data science. Open RStudio and type the following into the console:

install.packages("swirl")

Then load the package:

library(swirl)

For newbies we recommend the course "R Programming":

install_course("R Programming")
swirl()

Then you can continue wiht other courses for data cleasning, exploratory data analysis, statistics and data analysis. Podéis profundizar después con:

install_course("Getting_and_Cleaning_Data")
install_course("Exploratory_Data_Analysis")
install_course("Open_Intro/Overview_of_Statistics")
install_course("Data_Analysis")

Interesting packages

Reference Cards, Guides & Cheatsheets

Libraries

General

Courses

Books

Machine Learning

Data Visualization

Data Sets

Awesome Lists

Blogs and podcast

Visual explanations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages