-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hardikkamboj#1 from robertlacok/master
Add Deepnote link
- Loading branch information
Showing
1 changed file
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# [An-Introduction-to-Statistical-Learning](http://faculty.marshall.usc.edu/gareth-james/ISL/) | ||
|
||
This repository contains the exercises and its solution contained in the book An Introduction to Statistical Learning | ||
|
||
![alt text](https://images.springer.com/sgw/books/medium/9781461471370.jpg) | ||
|
||
An-Introduction-to-Statistical-Learning is one of the most popular books among data scientists to learn the conepts and intuitions behind | ||
machine learning algorithms, however, the exercises are implemented in R language, which is a hinderence for all those who are using python | ||
language. To overcome this i have tried solving all the questions in practical exerices in Python language, so people using python language | ||
can also get the most our of this amazing book. Along with that i have also provided the solutions for conceptual questions. | ||
I had tried my best to write the correct solutions to the problem, It was a challenge, and i need to learn to do a lot of research. I do not gurantee that all the solutions are | ||
absoletely correct. I have commented the notebooks. | ||
If you find any query, do send a feedback about the same. Suggestions and corrections are welcome. | ||
this is my email - [email protected] | ||
Happy Learning! | ||
## An Introduction to Statistical Learning | ||
An-Introduction-to-Statistical-Learning is one of the most popular books among data scientists to learn the conepts and intuitions behind | ||
machine learning algorithms, however, the exercises are implemented in R language, which is a hinderence for all those who are using python | ||
language. To overcome this i have tried solving all the questions in practical exerices in Python language, so people using python language | ||
can also get the most our of this amazing book. Along with that i have also provided the solutions for conceptual questions. | ||
I had tried my best to write the correct solutions to the problem, It was a challenge, and i need to learn to do a lot of research. I do not gurantee that all the solutions are | ||
absoletely correct. I have commented the notebooks. | ||
If you find any query, do send a feedback about the same. Suggestions and corrections are welcome. | ||
this is my email - [email protected] | ||
Happy Learning! | ||
|
||
## An Introduction to Statistical Learning | ||
|
||
- [Chapter_2_Statistical_Learning](/Chapter_2/) | ||
- [Chapter_3_Linear_Regression](/Chapter_3/) | ||
- [Chapter_4_Classification](/Chapter_4/) | ||
|
@@ -25,8 +26,10 @@ This repository contains the exercises and its solution contained in the book An | |
- [Chapter_9_Support_Vector_Machines](/Chapter_9/) | ||
- [Chapter_10_Unsupervised_Learning](/Chapter_10/) | ||
|
||
[<img height="31" src="https://beta.deepnote.com/buttons/launch-in-deepnote.svg">](https://deepnote.com/launch?template=deepnote&url=https%3A%2F%2Fgithub.com%2Fhardikkamboj%2FAn-Introduction-to-Statistical-Learning%2Fblob%2Fmaster%2FChapter_2%2FApplied%2520Questions.ipynb) | ||
|
||
REFERENCES | ||
|
||
REFERENCES - | ||
[https://botlnec.github.io/islp/] | ||
[https://github.com/a-martyn/ISL-python] | ||
[https://github.com/mscaudill/IntroStatLearn] | ||
- https://botlnec.github.io/islp/ | ||
- https://github.com/a-martyn/ISL-python | ||
- https://github.com/mscaudill/IntroStatLearn |