All Projects → StatsWithR → statsr

StatsWithR / statsr

Licence: other
Companion package for the Coursera Statistics with R specialization

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to statsr

Dl coursera
A simple, fast, and reliable Coursera crawling & downloading tool
Stars: ✭ 115 (+71.64%)
Mutual labels:  coursera
Machine Learning
coursera课程笔记 & 机器学习实战手撸代码。
Stars: ✭ 169 (+152.24%)
Mutual labels:  coursera
Coursera
Source Code and Starter Code for Accelerated Computer Science Fundamentals Specialization on Coursera
Stars: ✭ 189 (+182.09%)
Mutual labels:  coursera
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (+88.06%)
Mutual labels:  coursera
Courseramachinelearning
Coursera Machine Learning By Prof. Andrew Ng
Stars: ✭ 152 (+126.87%)
Mutual labels:  coursera
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+170.15%)
Mutual labels:  coursera
Coursera reinforcement learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Stars: ✭ 114 (+70.15%)
Mutual labels:  coursera
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+222.39%)
Mutual labels:  coursera
Natural Language Processing Specialization
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Stars: ✭ 151 (+125.37%)
Mutual labels:  coursera
Mathematics For Machine Learning Cousera
quizzes/assignments for mathematics for machine learning specialization on coursera
Stars: ✭ 181 (+170.15%)
Mutual labels:  coursera
Deeplearning.ai
Stars: ✭ 139 (+107.46%)
Mutual labels:  coursera
Deep Learning Specialization Coursera
Deep Learning Specialization courses by Andrew Ng, deeplearning.ai
Stars: ✭ 146 (+117.91%)
Mutual labels:  coursera
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (+168.66%)
Mutual labels:  coursera
Coursera Machinelearning
Homework about Machine Learning of Coursera taught by andrew ng
Stars: ✭ 123 (+83.58%)
Mutual labels:  coursera
Online Courses Learning
Contains the online course about Data Science, Machine Learning, Programming Language, Operating System, Mechanial Engineering, Mathematics and Robotics provided by Coursera, Udacity, Linkedin Learning, Udemy and edX.
Stars: ✭ 193 (+188.06%)
Mutual labels:  coursera
Coursera Cryptocurrency
Assignments from the Coursera course "Bitcoin and Cryptocurrency Technologies"
Stars: ✭ 115 (+71.64%)
Mutual labels:  coursera
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (+158.21%)
Mutual labels:  coursera
deep-learning-notes
🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments
Stars: ✭ 20 (-70.15%)
Mutual labels:  coursera
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (+180.6%)
Mutual labels:  coursera
Machinelearning ng
吴恩达机器学习coursera课程,学习代码(2017年秋) The Stanford Coursera course on MachineLearning with Andrew Ng
Stars: ✭ 181 (+170.15%)
Mutual labels:  coursera

Build Status CRAN_Status_Badge

statsr

The R package statsr provides functions and datasets to support the Coursera Statistics with R Specialization videos and open access book An Introduction to Bayesian Thinking for learning Bayesian and frequentist statistics using R.

To install the latest version from github, verify that there is a passing badge above on the README page. In R enter

library(devtools)
devtools::install_github("statswithr/statsr",
                         dependencies=TRUE,
                         upgrade_dependencies = TRUE)

This will install the packages and any packages that are required, as well as updating any installed packages to their latest versions.

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