Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Python logo brainwire  0.1.4

One-liner (summary)

Tools to losslessly compress and decompress raw neural data.

Description

# [Neuralink Compression Challenge](https://content.neuralink.com/compression-challenge/README.html)

## Summary

[content.neuralink.com/compression-challenge/data.zip](https://content.neuralink.com/compression-challenge/data.zip) is one hour of raw electrode recordings from a Neuralink implant.

This Neuralink is implanted in the motor cortex of a non-human primate, and recordings were made while playing a video game, [like this](https://www.youtube.com/watch?v=rsCul1sp4hQ).

Compression is essential: N1 implant generates ~200Mbps of eletrode data (1024 electrodes @ 20kHz, 10b resolution) and can transmit ~1Mbps wirelessly. So > 200x compression is needed. Compression must run in real time (< 1ms) at low power (< 10mW, including radio).

Neuralink is looking for new approaches to this compression problem, and exceptional engineers to work on it.

## Task

Build executables ./encode and ./decode which pass eval.sh. This verifies compression is lossless and measures compression ratio.

Your submission will be scored on the compression ratio it achieves on a different set of electrode recordings. Bonus points for optimizing latency and power efficiency

Submit with source code and build script. Should at least build on Linux.

## [Pypi Brainwire Package](https://pypi.org/project/brainwire/)

Encode and Decode are now available under the [brainwire](https://pypi.org/project/brainwire/) pypi package. The modules will detect neural spikes, compress the data, and decompress the data to present a sample rate and array of amplitudes that only contain detected spike information. They can be downloaded using pip install brainwire and implemented with brainwire.encode.compress(file_path) or brainwire.decode.decompress(compressed_brainwire_data_format) where 'compressed_brainwire_data_format' is the compressed data returned from 'brainwire.encode.compress()' and the 'file_path' is the path to raw neural data in '.wav' format.

## Sample Compression Results:

### Encoding Time:

  • Time Δ Microseconds: 3686937.0 μs
  • Time Δ Milliseconds: 3686.937 ms
  • Time Δ Seconds: 3.686937 s

### Decoding Time:

  • Time Δ Microseconds: 3871124.0 μs
  • Time Δ Milliseconds: 3871.124 ms
  • Time Δ Seconds: 3.871124 s

### Total Time (encode and decode):

  • Time Δ Microseconds: 7558100.0 μs
  • Time Δ Milliseconds: 7558.1 ms
  • Time Δ Seconds: 7.5581 s

### Compression Ratio

  • Original File Size: 197526
  • Compressed File Size: 92251
  • Percent of Compression: 53.30%

Size

13.9 KB

Downloads

4

Status  Completed
Checksum (MD5) 0143f09098022ac027dc967eb8066dd6
Checksum (SHA-1) 9dcf886b0d0dccc5ae9788542065a2c4d2c2c575
Checksum (SHA-256) 904eb3fe493bbee0ac5f1e36768daf04d008ffcb46a20255791c33ce117d01cb
Checksum (SHA-512) 51619f04fb78f6e827b6f2e021b8aa00416ff408b6fa9ab2fb135f4f2191162995…
GPG Signature
GPG Fingerprint 6811684bac0b8895434e97bdd4391b8fb999e537
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 months, 3 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id brainwire-014-py3-none-anywhl-76pb
Unique Id K52i3T7b2xqT8Ylb
Version (Raw) 0.1.4
Version (Parsed)
  • Major: 0
  • Minor: 1
  • Patch: 4
  • Type: SemVer (Compat)
  extended metadata
Maintainer Evan Woods
Metadata Version 2.1
Project Urls Homepage, https://github.com/efwoods/Neuralink-Compression-Challenge | Issues, https://github.com/efwoods/Neuralink-Compression-Challenge/issues
Py Filetype bdist_wheel
Py Version py3
Requires Dist numpy | numpy >=1.0 | scipy | signal-processing-utilities >=0.1.8
Requires Python >=3.10
pkg brainwire-0.1.4-py3-none-any.whl 4
13.9 KB
md5 sha1 sha256 sha512
Package Contents (brainwire-0.1.4-py3-none-any.whl)
Loading...

This package has 11 files/directories.

 Newer Python logo
brainwire
 0.1.8
4 Fetched by Cloudsmith
 Newer Python logo
brainwire
 0.1.7
4 Fetched by Cloudsmith
 Newer Python logo
brainwire
 0.1.6
5 Fetched by Cloudsmith
 Newer Python logo
brainwire
 0.1.5
4 Fetched by Cloudsmith
  Python logo
brainwire
 0.1.4
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.1.3
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.1.2
5 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.1.1
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.1.0
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.11
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.10
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.9
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.8
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.7
5 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.6
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.5
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.4
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.3
4 Fetched by Cloudsmith
 Older Python logo
brainwire
 0.0.2
4 Fetched by Cloudsmith

Last scanned

4 months, 3 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'brainwire' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/)
|This version of 'brainwire' @ Cloudsmith|
.. |This version of 'brainwire' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/",title="This version of 'brainwire' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/0.1.4/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true" alt="This version of 'brainwire' @ Cloudsmith" /></a>

rendered as: This version of 'brainwire' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'brainwire' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/)
|Latest version of 'brainwire' @ Cloudsmith|
.. |Latest version of 'brainwire' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/",title="Latest version of 'brainwire' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/brainwire/latest/a=noarch;xf=bdist_wheel;xn=brainwire;xv=py3/?render=true&show_latest=true" alt="Latest version of 'brainwire' @ Cloudsmith" /></a>

rendered as: Latest version of 'brainwire' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use brainwire @ version 0.1.4 ...

pip install 'brainwire==0.1.4'

You can also install the latest version of this package:

pip install --upgrade 'brainwire'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/ \
  brainwire==0.1.4

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
brainwire==0.1.4

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
brainwire==0.1.4
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top