Skip to content

Materials for the JADS course data mining (introductory, 1st year bachelor)

Notifications You must be signed in to change notification settings

joaquinvanschoren/JADS_DM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining (JADS, 1st year Bachelor)

Jupyter notebooks with illustrating examples. Material follows the book "Data Mining: Practical Machine Learning Tools and Techniques" by Witten, Frank, Hall, and Pal.

Sources and advanced reading

Practice-oriented materials

We use many code examples from the following excellent book. Warmly recommended for learning machine learning (in Python):

"Introduction to Machine Learning with Python" by Andreas Mueller and Sarah Guido. You can find details about the book on the O'Reilly website. We'll be using the included mglearn package to make plotting easier.

Theory-oriented materials

For a deeper understanding of machine learning techniques, we can recommend the following books:

"The Elements of Statistical Learning: Data Mining, Inference, and Prediction. (2nd edition)" by Trevor Hastie, Robert Tibshirani, Jerome Friedman. One of the key references of the field. Great coverage of linear models, regularization, kernel methods, model evaluation, ensembles, neural nets, unsupervised learning. The PDF is available for free.

"An Introduction to Statistical Learning (with Applications in R)" by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani. More introductory version of the above book, with many code examples in R. The PDF is also available for free.

"Deep Learning" by Ian Goodfellow, Yoshua Bengio, Aaron Courville. The current reference for deep learning. Chapters can be downloaded from the website.

"Gaussian Processes for Machine Learning" by Carl Edward Rasmussen and Christopher K. I. Williams. The reference for Bayesian Inference. Also see David MacKay's book for additional insights.

About

Materials for the JADS course data mining (introductory, 1st year bachelor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published