diff options
author | Eduardo Julian | 2019-06-06 22:44:00 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-06-06 22:44:00 -0400 |
commit | c218bc693aa3703fee666c3ca1c068201c07d2a9 (patch) | |
tree | 5e5290284798eb9a7497eeda66fdd2660011a7dd /documentation/research | |
parent | b7f62d92c3ed9dcd0d2d48d680798114ad64c9df (diff) |
WIP: Class definition.
Diffstat (limited to 'documentation/research')
-rw-r--r-- | documentation/research/machine_learning.md | 1 | ||||
-rw-r--r-- | documentation/research/math.md | 1 | ||||
-rw-r--r-- | documentation/research/operating_system.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/documentation/research/machine_learning.md b/documentation/research/machine_learning.md index f63e36d3c..3f93192cb 100644 --- a/documentation/research/machine_learning.md +++ b/documentation/research/machine_learning.md @@ -48,6 +48,7 @@ # Meta-learning +1. https://blog.fastforwardlabs.com/2019/05/22/metalearners-learning-how-to-learn.html 1. https://www.bayeswatch.com/2018/11/30/HTYM/ 1. https://bender.dreem.com/ diff --git a/documentation/research/math.md b/documentation/research/math.md index fd016f7b0..6b9b81bd4 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -140,6 +140,7 @@ # Abstract Algebra +1. [DUALITY FOR GROUPS](https://projecteuclid.org/download/pdf_1/euclid.bams/1183515045) 1. https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/ 1. [Abstract Algebra: Theory and Applications](http://abstract.ups.edu/) 1. [Group Theory](http://birdtracks.eu/version9.0/GroupTheory.pdf) diff --git a/documentation/research/operating_system.md b/documentation/research/operating_system.md index b65b1c238..d03f2c478 100644 --- a/documentation/research/operating_system.md +++ b/documentation/research/operating_system.md @@ -83,6 +83,7 @@ # Reference +1. [Rethinking files](https://www.devever.net/~hl/objectworld) 1. [Writing an OS in Rust (Second Edition)](https://os.phil-opp.com/) 1. https://archiveos.org/ 1. https://lwn.net/Articles/615809/ |