Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning Resources for the Uninitiated - Machine Learning Edition #7

Open
bevinahally opened this issue Jul 20, 2016 · 1 comment
Open

Comments

@bevinahally
Copy link

bevinahally commented Jul 20, 2016

Going off of @gwaygenomics's post in the Cognoma repo (cognoma/cognoma#15) , and @cgreene's suggestion this might be a good place to discuss ML-specific resources for the uninitiated, especially for others like me who are new to the bioinformatics domain and perhaps last studied biology in high school.

@hhummel
Copy link

hhummel commented Jul 23, 2016

My knowledge of bioinformatics would be obsolete if I had any, but I do have some suggestions for machine learning that I like: "An Introduction to Statistical Learning" by James, Witten, Hastie and Tibshirani is efficient and approachable in introducing the most important ML algorithms. The code exercises are in R rather than Python, but the exposition of the ideas is code-agnostic. Hastie and Tibshirani teach a companion MOOC.

I also like "Data Science from Scratch" by Joel Grus, where he develops of the algorithms himself in Python to teach what they do, rather than calling the standard packages like Numpy. He starts from the beginning, including a brief but comprehensive tutorial on Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants