-
Updated
Mar 4, 2020
artificial-intelligence
The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.
Here are 7,211 public repositories matching this topic...
-
Updated
Mar 4, 2020
There's no published benchmark for IOPS on S3 storage
Would it be possible to post this alongside the other benchmarks?
S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)
Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle
I was thinking about implementing a custom controller for my setting but I'm not sure about which of the header files in firmware headers to include and/or inherit from as I can't find their related documentation nor comments inside the headers.
Looking at the con
-
Updated
Mar 3, 2020 - Shell
Level READMEs in markdown format could be great if you're using some kind of markdown processor to read them. If you're not planning on doing so, having the markdown syntax laying around creates noise. Running warriorjs --no-markdown should take care of that, and output to README.txt instead of README.md.
There are some minor warnings while building docs. It can cause future issues, so I'll fix them.
(in my environment, there are 11 warnings running the build)
/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/axis_norm.py:docstring of sonnet.LayerNorm.init:5: WARNING: Unexpected indentation.
/Users/hanbyulkim/Desktop/dev/sonnet/sonnet/src/optimizers/momentum.py:docstring of sonnet.optimizers
-
Updated
Mar 4, 2020 - Python
i'm a newbie in programming. I try to use this library. it's very useful for me.
I want to show centroid in K-means clustering. how to show it? thank u so much..
-
Updated
Mar 4, 2020 - Jupyter Notebook
❓ Questions and Help
What is your question?
From the document it seems there is an option --iter-decode-with-external-reranker, shared by fairseq-generate and fairseq-interactive. But when I ran the command with it, I was prompted the option is not available.
fairseq-interactive: error: unrecognized arguments: --iter-decode-with-external-reranker
My task is `transla
Description
@wutaomsft suggestion:
it would be a good discussion point what is preferred way to make references in notebooks. I prefer not to have a"reference" section where references are separate from where they are referred. Instead, link the reference "in place". And then add a paragraph for "additional reading", which is more descr
Documentation Is:
- Missing
- Needed
- Confusing
- Not Sure?
Explanation
Right now it seems unclear to me what amount of hardware will be required to run an instance of leon without actually running it.
The documentation should provide some suggestions of scaling for different use cases.
Proposal
- add minimum hardware requirements
- add recommendations fo
-
Updated
Mar 4, 2020 - Jupyter Notebook
Upon environment timeout python client will only receive the error message "Environment in wrong status for call to observations()". Might be good to provide more information why the environment is not running anymore (due to timeout etc.)
if (!is_running(self)) {
PyErr_SetString(PyExc_RuntimeError,
"Environment in wrong status for call to observations()");
return NULL;
}
There is nan value in multistepBucketLikelihoods, when I use my own dataset, and set _NUM_RECORDS as 6000. The error is listed as below.
multistepBucketLikelihoods = {1: {499: 1.0}, 5: {499: nan, 501: 0.0}}
File "D:\ProgramData\PythonWorkspace\nupic\docs\examples\opf\test.py", line 52, in runHotgym fiveStepConfidence = allPredictions[5][fiveStep]
File "D:\ProgramData\PythonWorkspace\nup
I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.
The models built from these two files looks the same for me (the s
-
Updated
Feb 26, 2020 - Swift
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] help wanted
[ ] feature request
Current behavior
Expected/desired behavior
Reproduction of the problem
If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce.
What is the expected behavior?
- Operating System: Linux
- Serpent.AI Version: 2018.1.2
- Backend: CPU
Expected result
sprites should be not be located if they're not on screen
Encountered result
false positive sprite location result
Steps to reproduce
i'm trying to navigate and click menu items with buttons of similar colors with
sprite_locator = SpriteLocator()
location = sprite_locato
-
Updated
Mar 3, 2020
-
Updated
Mar 4, 2020 - Jupyter Notebook
Missing functionality
On the back of the issue raised - pandas-profiling/pandas-profiling#315 - I would like to request for improved documentation about removed features and alternative ways to overcome them when using the new version of pandas-profiling, starting v2.4.0.
Proposed feature
- docs on why
style={'full_width': True}, minify_html=Trueca
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 3, 2020 - Python
default argparser
🚀 Feature
Create a default argparser with all the properties that can go into a trainer
Motivation
People already do this themselves pretty often. Might as well make it easy for them
CARLA 0.9.4 running on Windows 10. There seems to be an issue with the automatic_control and manual_control scripts when running on python 3.7 with pygame 1.9.5. The error occurs in the initialisation of the HUD instance. An indexing error in the list of fonts relating to the following lines:
fonts = [x for x in pygame.font.get_fonts() if 'mono' in x]
mono = default_font if default_font in fonts

I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration✨ For existing plugins and projects, check out the spaCy universe.
If you have questions about the projects I suggested,