-
`sage.rings.quotient_ring.QuotientRing` and
`sage.modules.with_basis.subquotient.QuotientModuleWithBasis` are two
implementations of quotient that share some common features.
In both cases, the alg…
-
I like to analyze code by the cognitive complexity standard. It would be cool to have this section in addition to cyclomatic complexity.
https://docs.codeclimate.com/docs/cognitive-complexity
…
-
https://arxiv.org/pdf/1705.10667.pdf
Adversarial learning has been successfully embedded into deep networks to learn transferable features for domain adaptation, which reduce distribution discrepan…
leo-p updated
7 years ago
-
I feel like this repo needs a very basic style guide to resolve things like tabs vs. spaces, and what line curly braces go on for languages with that aspect. I don't think it could be more specific th…
-
A bunch of tutorial and demos were written at the occasion of
Sage(-Combinat) days and gathered in a patch on the Sage-Combinat
queue.
The purpose of this ticket is to make this patch into a branch…
-
### Describe the Issue
With the rollout of the new curriculum beta, this feels like a good time to fix the misleading name of this certificate. "Scientific computing" is a specific discipline and t…
-
I'm implementing a toy lisp based on [kanaka/mal](https://github.com/kanaka/mal) using bifurcan, and I've come across two cases where it would be useful to be able to create subclasses of the bifurcan…
-
It is typically desirable for a compiler to produce the same output for a given input across multiple compilation runs. Some even advocate that two runs with the same input should always produce bitwi…
-
AttributeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
25 import py3Dmol
26
---> 27 from alphafold.model import model
28 fr…
-
Currently, broadcasting is heavily specialized to work with array-like (i.e. linear, indexable, and finite) data structures. However, the notion of mapping a function over a parameterized datatype `F{…