AIDN is a deep learning algorithm to represent any finitely-presented algebraic object with a set of deep neural networks.
-
Updated
Feb 14, 2021 - Python
AIDN is a deep learning algorithm to represent any finitely-presented algebraic object with a set of deep neural networks.
A scheme to implement finite groups as oblivious data structures. The oblivious operations are defined by a set of secure multiparty computation (MPC) protocols. Practical protocols are presented for the group of quadratic residues, elliptic curves groups and class groups of imaginary quadratic orders.
Program to perform operations with finite groups
FGroupPy is a software tool that allows you to perform various operations and analyses on mathematical groups. It provides a Python class called Group that represents a group and offers a set of methods to work with groups, including checking group properties, finding subgroups, generating multiplication tables, identifying normal subgroups, etc.
Add a description, image, and links to the group-theory-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the group-theory-algorithms topic, visit your repo's landing page and select "manage topics."