Neural Network
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.
Here are 9,394 public repositories matching this topic...
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Python
-
Updated
May 12, 2020 - C++
-
Updated
Aug 8, 2020
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 16, 2020 - C
-
Updated
Aug 6, 2020 - Jupyter Notebook
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
The usage example in the word2vec.py doc-comment regarding KeyedVectors
uses inconsistent paths and thus doesn't work.
If vectors were saved to a tm
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020
-
Updated
Aug 18, 2020
-
Updated
Aug 1, 2020 - Python
-
Updated
Aug 20, 2020 - C++
-
Updated
May 10, 2020 - Python
[Bug] - Output type of QuantizeLinear operator should be uint8_t if y_zero_point is not provided
Spawned off https://github.com/onnx/onnx/pull/2772/files/7ab93cc1b635eada330dae7424d4ff7e8c22c295#r440422245, opening issue to track resolution
-
Updated
Mar 27, 2020
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Sep 27, 2019 - Java
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Jul 9, 2020 - Python
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Jul 2, 2020 - Python
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
-
Updated
Aug 5, 2020
-
Updated
Aug 17, 2020 - Python
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes