/machineLearningNotes

Notes related to various machine learning papers, presentations, tutorials, classes, and books

MIT LicenseMIT

πŸ“machineLearningNotes

The goal is to store notes (e.g., markdown files, code notebooks, programs, and applications) related to various machine learning papers, presentations, tutorials, classes, and books.

File Structure

At the top level of the repository there is a folder for papers (paper/), presentations (prez/), tutorials (tutor/), classes (class/), and books (book):

β”œβ”€β”€ README.md
β”œβ”€β”€ book
β”œβ”€β”€ class
β”œβ”€β”€ paper
β”œβ”€β”€ prez
└── tutor

In each of the folders there are sub folders for specific papers (MLP#/), presentations (MLS#/), tutorials (MLT#/), classes (MLC#/), and books (MLB#/):

β”œβ”€β”€ README.md
β”œβ”€β”€ book
β”‚   β”œβ”€β”€ MLB1
β”‚   └── MLB2
β”œβ”€β”€ class
β”‚   β”œβ”€β”€ MLC1
β”‚   └── MLC2
β”œβ”€β”€ paper
β”‚   β”œβ”€β”€ MLP1
β”‚   └── MLP2
β”œβ”€β”€ prez
β”‚   β”œβ”€β”€ MLS1
β”‚   └── MLS2
└── tutor
    β”œβ”€β”€ MLT1
    └── MLT2

Finally, in each of the sub folders there is a README (mlb1.md) describing the information source and notes created from the information source:

β”œβ”€β”€ README.md
β”œβ”€β”€ book
β”‚   β”œβ”€β”€ MLB1
β”‚   β”‚   β”œβ”€β”€ chap1
β”‚   β”‚   └── mlb1.md
β”‚   β”œβ”€β”€ MLB2
β”‚   β”‚   β”œβ”€β”€ chap1
β”‚   β”‚   └── mlb2.md
β”‚   └── MLB3
β”‚       β”œβ”€β”€ chap1
β”‚       └── mlb3.md
β”œβ”€β”€ class
β”‚   β”œβ”€β”€ MLC1
β”‚   β”‚   β”œβ”€β”€ mlc1.md
β”‚   β”‚   └── topic1
β”‚   β”œβ”€β”€ MLC2
β”‚   β”‚   β”œβ”€β”€ mlc2.md
β”‚   β”‚   └── topic1
β”‚   β”œβ”€β”€ MLC3
β”‚   β”‚   β”œβ”€β”€ mlc3.md
β”‚   β”‚   └── topic1
β”‚   β”œβ”€β”€ MLC4
β”‚   β”‚   β”œβ”€β”€ mlc4.md
β”‚   β”‚   └── topic1
β”‚   └── MLC5
β”‚       β”œβ”€β”€ mlc5.md
β”‚       └── topic1
β”œβ”€β”€ paper
β”‚   β”œβ”€β”€ MLP1
β”‚   └── MLP2
β”œβ”€β”€ prez
β”‚   β”œβ”€β”€ MLS1
β”‚   └── MLS2
└── tutor
    β”œβ”€β”€ MLT1
    └── MLT2