You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Here are a few presentations & tutorials that I've written:
68
68
- Exact Analytical Solution
69
69
- Simple Non-MCMC Solution
70
70
- MCMC Solution
71
-
71
+
72
72
*[Monoids 101 for Apache Spark](https://nbviewer.jupyter.org/github/alreich/ipython-notebooks/blob/master/Monoids_101_for_Apache_Spark.ipynb) -- Tutorial on large scale, distributed computing
73
73
74
74
This Jupyter notebook describes what monoids are and the role they play in reduction and aggregation in Spark, specifically PySpark. To illustrate the use of the monoid concept, the following examples are included:
@@ -81,10 +81,10 @@ Here are a few presentations & tutorials that I've written:
81
81
- Sets as monoids
82
82
- A HyperLogLog monoid (a "sketch method" for approximating set cardinality). NOTE: Uses the implementation, hll.py at https://github.com/Parsely/probably, which has been modified here to remove the dependency on the "smhasher" module and so that it can be run using the Anaconda Python distribution.
83
83
84
-
**Python APIs (experimental):**
85
-
* Gaussian Integers & Gaussian Rational Numbers: Number theory in the complex plane. [github](https://github.com/alreich/gaussian_integers)
86
-
* Qualitative Reasoning: Spatio-Temporal Reasoning using Relation Algebras and Constraint Networks. [github](https://github.com/alreich/qualreas)
87
-
* Abstract Algebra - Finite Algebras in Python (Groups, Rings, Fields, Vector Spaces, Modules, Monoids, Semigroups, and Magmas) [documentation](https://abstract-algebra.readthedocs.io/en/latest/index.html) and [source code](https://github.com/alreich/abstract_algebra)
84
+
**Python APIs (on github & readthedocs):**
85
+
***Gaussian Integers & Gaussian Rational Numbers**: Number theory in the complex plane. [source code](https://github.com/alreich/gaussian_integers)
86
+
***Qualitative Reasoning**: Spatio-Temporal Reasoning using Relation Algebras and Constraint Networks. [source code](https://github.com/alreich/qualreas)
87
+
***Abstract Algebra** - Finite Algebras in Python (Groups, Rings, Fields, Vector Spaces, Modules, Monoids, Semigroups, and Magmas) [documentation](https://abstract-algebra.readthedocs.io/en/latest/index.html) and [source code](https://github.com/alreich/abstract_algebra)
0 commit comments