GitXplorerGitXplorer
h

DataScienceFromScratch-Swift

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a7122aa4600cb219d91d0e0136b41c18e2d9cc7b

Ch 15: Multiple Regression

hhashemi committed 3 years ago
Unverified
82b24e12797d077780c4b3791ead11b404bcc0e6

Ch 14: Simple Linear Regression

hhashemi committed 3 years ago
Unverified
c16a23296029ed486fd38905bed67c279a8066ef

Ch 13: Naive Bayes

hhashemi committed 3 years ago
Unverified
8d8ec5056ca8d9c0547139c00c846a4353b7947b

Add spam assassin public corpus dataset

hhashemi committed 3 years ago
Unverified
235d3140b35bd3d8b162f45d1d2202d2d1cf2725

Ch 12: k-Nearest Neighbors

hhashemi committed 3 years ago
Unverified
c382cbd094bd9dbd073fbe87350edc7ca91be4b6

Add iris dataset

hhashemi committed 3 years ago

README

The README file for this repository.

Data Science from Scratch in Swift

This is a Swift implementation of the contents of the book Data Science from Scratch, 2nd ed by Joel Grus. The original code of the book was written in Python.

This is a work in progress. It's organized as Swift playground with a playground page per chapter. The following chapters are currently implemented:

  1. Introduction
  2. A Crash Course in Python (no Swift code)
  3. Visualizing Data (no Swift code)
  4. Linear Algebra
  5. Statistics
  6. Probability
  7. Hypothesis and Inference
  8. Gradient Descent
  9. Getting Data (no Swift code)
  10. Working With Data (no Swift code)
  11. Machine Learning
  12. k-Nearest Neighbors
  13. Naive Bayes
  14. Simple Linear Regression
  15. Multiple Regression