Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ But we're all busy people. What I usually end up recommending to students:
There are lots of great references. The current deep learning phase notwithstanding, machine learning is actually a very broad field, and what is old now will eventually be new again. Some references worth checking out:

- [An Introduction to Statistical Learning](https://www.statlearning.com)
- [Elements of Statistical Learning](http://web.stanford.edu/~hastie/ElemStatLearn/) (free pdf)
- [Elements of Statistical Learning](https://hastie.su.domains/ElemStatLearn/) (free pdf)
- [Pattern Recognition and Machine Learning](https://www.springer.com/us/book/9780387310732)
- [Machine Learning: A Probabilistic Perspective](https://probml.github.io/pml-book/)

Expand Down
4 changes: 3 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ user_agent = "Mozilla/5.0 (compatible; lychee-link-checker; +https://lychee.cli.
# - 200/204/206: success
# - 202: escholarship.org and some other deferred-fetch repos return
# this on a request that will succeed if you retry or wait
# - 203: pubmed.ncbi.nlm.nih.gov returns this to automated clients — the
# page exists, NCBI is just serving a proxied/modified copy
# - 401: paywalled but exists
# - 403/405/429: bot-protection / rate-limit / method-not-allowed
# - 415: some servers (e.g. OJS journal platforms, ccneuro.org PDFs)
# reject lychee's request based on the Accept header even though the
# resource exists and loads in a browser.
# - 999: LinkedIn's bot-detection response
accept = [200, 202, 204, 206, 401, 403, 405, 415, 429, 999]
accept = [200, 202, 203, 204, 206, 401, 403, 405, 415, 429, 999]

# Hosts to skip:
# - pearsonlab.github.io: this is the site we're building. The sitemap
Expand Down
Loading