2020-12-13 20:32:34 -05:00
2020-12-07 15:15:31 -05:00
2020-10-05 23:27:43 -04:00
2020-12-05 15:53:31 -05:00
2020-12-06 21:41:54 -05:00
2020-12-09 18:43:12 -05:00
2020-12-10 09:48:58 -05:00
2020-12-10 09:52:57 -05:00
2020-12-10 09:52:57 -05:00
2020-12-11 14:41:15 -05:00
2020-12-11 14:41:15 -05:00
2020-12-07 12:42:47 -05:00
2020-12-09 18:42:51 -05:00
2020-12-13 20:32:34 -05:00

Introduction to Statistical Learning with Julia

Introduction

An Introduction to Statistical Learning: With Applications in R is a great book to learn data science. The associated code is R which is a nice programming language for statisticians. However, R is not fast and in my opinion, it does not have nice syntax. There is a project named ISLR-python which ports the book to Python. I was inspired by the Python project and try to implement the introduced materials of this book in Julialang. Julia is a new language which is faster than C and more friendly to scientific computing than Python. Hopefully, this code is helpful for Julia lovers when they read the book.

Library

In this project, I use Julia v1.5.1 and the following library - Plots.jl for visualization - CSV.jl for reading csv file - Clustering.jl for clustering algorithms - LIBSVM.jl for LibSVM implementation - StatsPlots.jl for plotting statistic - DataFrames.jl for data frame - GLM.jl for generalized linear model - Distributions.jl for stat distributions

Description
No description provided
Readme 5.2 MiB
Languages
Jupyter Notebook 100%