generated from allisonhorst/meds-distill-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathresources.Rmd
29 lines (23 loc) · 1.44 KB
/
resources.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Resources"
output:
distill::distill_article:
pandoc_args: null
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Books
- ML
* [Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems | Amazon](https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-TensorFlow/dp/1492032646)
* [Hands-On Machine Learning with R (HOMLR)](https://bradleyboehmke.github.io/HOML/) (freely available online)
- [data-science-learning-resources](https://github.com/bradleyboehmke/data-science-learning-resources#natural-language-processing--text-mining) from HOMLR author
* [Machine Learning with R: Expert techniques for predictive modeling | Amazon](https://www.amazon.com/Machine-Learning-techniques-predictive-modeling/dp/1788295862)
* [Section V Machine Learning | Introduction to Data Science](https://rafalab.github.io/dsbook/introduction-to-machine-learning.html)
- ML & Env
* [Machine Learning for Ecology and Sustainable Natural Resource Management | Springer](https://link.springer.com/book/10.1007/978-3-319-96978-7)
* [Habitat Suitability and Distribution Models: With Applications in R | Amazon](https://www.amazon.com/Habitat-Suitability-Distribution-Models-Applications-ebook/dp/B0744JXDPF)
# Courses
- ML
* [Machine Learning | Coursera](https://www.coursera.org/learn/machine-learning)
* [Courses | Kaggle](https://www.kaggle.com/learn)