The Wayback Machine - https://web.archive.org/web/20200717230336/https://github.com/topics/artificial-intelligence
Skip to content
#

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 8,156 public repositories matching this topic...

ines
ines commented Sep 29, 2019

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,

hanbaoan123
hanbaoan123 commented Feb 24, 2020

Issue Description

When I run the example cartpole with the default parameters, it can not converge to the max reward 200, I wonder what went wrong.
360截图20200224095510956

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j versi
loomlike
loomlike commented Apr 15, 2019

Description

Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).

I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o

pytorch-lightning
Borda
Borda commented Apr 27, 2020

🚀 Feature

Add trainer states so in each time user get info what is happening

Motivation

simplify the return values and clean up the interface

Pitch

The state will be implemented as enum and updated according to Trainer phase:

  • INITIALIZE
  • RUNNING
  • FINISHED
  • TEARING_DOWN
  • TERMINATED
  • ...
You can’t perform that action at this time.