science
Here are 2,141 public repositories matching this topic...
-
Updated
Mar 28, 2022
-
Updated
Oct 11, 2021 - Jupyter Notebook
misc nits
If there is a nit identified on a PR, an inconsequential change that could be made but is maybe not worth the extra test cycle, enter it here.
If you have a PR that can include one of these changes, mark it as done and add the PR reference after it, in braces
TODO
- keep illegal as _illegal {#23154}
- incase -> in case in factorials.py identified in #23121
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
Is your feature request related to a problem? Please describe.
The Problem with the current implementation is that it seems fixed for the distance to the Moon. We operate Satellites in geostationary orbit and it would be interesting to see the umbra/penumbra based on the distance to those satellites to assess when they enter the shadow during eclipse time (March-April/September-October).
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
-
Updated
Dec 21, 2019
-
Updated
Apr 5, 2022 - JavaScript
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
-
Updated
Mar 7, 2022 - Python
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
A list of computer-science readings I recommend
-
Updated
Oct 27, 2021
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
- a cool start would b
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
-
Updated
Apr 2, 2022 - Python
import pint
ureg = pint.UnitRegistry()
-140 * ureg.degrees == 220 * ureg.degreesreturn False. Is it possible for it to return True instead?
Open-source software for volunteer computing and grid computing.
-
Updated
Apr 2, 2022 - PHP
this will make it easier to pause the game while trying to mouse over a cell.
This should be easy just need to:
- add key to godot project
- to our JSON config
- add translations
- add the code to the microbe stage that uses our input system to detect when it is pressed and forward that to where the clicks on the pause button go
Performance Software for Cyclists, Runners, Triathletes and Coaches
-
Updated
Mar 22, 2022 - Standard ML
Don't bunde the data
Repository for the CWL standards. Use https://cwl.discourse.group/ for support
-
Updated
Feb 13, 2022 - Common Workflow Language
Follow redirects
If you paste in a t.co link, or whatever, it should follow it.
This is a list of links to different freely available learning resources about computer programming, math, and science.
-
Updated
Apr 3, 2022
For running psychology and neuroscience experiments
-
Updated
Apr 4, 2022 - Python
Data intensive science for everyone.
-
Updated
Apr 5, 2022 - Python
ruptures: change point detection in Python
-
Updated
Apr 4, 2022 - Python
Improve this page
Add a description, image, and links to the science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the science topic, visit your repo's landing page and select "manage topics."


Currently, this is defined only for arrays, but it seems like we should have
(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically
Q * Diagonal(normalize.(diag(R)), but I discovered thatnormalizedidn't work.)