-
Updated
Apr 23, 2022
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 13,678 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 26, 2022 - JavaScript
-
Updated
Jul 9, 2022 - C++
-
Updated
Oct 19, 2019
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 9, 2022 - Python
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.
-
Updated
May 10, 2022 - Python
-
Updated
Jun 30, 2022 - Python
Add T9 decoder
Hey Hackers of this spoopy month!
Welcome to the Ciphey repo(s)!
This issue requires you to add a decoder.
This wiki section walks you through EVERYTHING you need to know, and we've added some more links at the bottom of this issue to detail more about the decoder.
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
-
Updated
May 26, 2022 - Python
-
Updated
Jun 23, 2022 - Shell
-
Updated
Jun 24, 2022 - Jupyter Notebook
Fedora & apt-get
Specs
- Leon version: latest
- OS (or browser) version: Fedora 30
- Node.js version: 10.16.3
- Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
-
Updated
May 31, 2022
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner
-
Updated
Apr 24, 2022 - Jupyter Notebook
-
Updated
Nov 21, 2018 - Shell
Is there an existing integration?
- I have searched the existing integrations.
Use Case
This will allow to host the software on a serverless and stateless service. This will facilitate scaling because no critical data will be on the disk of the system running the application.
Motivation
Allow users to save resources and money.
Implementation
No response
Anything e
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 3, 2022 - Python
-
Updated
Apr 23, 2022 - Python
Some ideas for figures to add to the PPT
- Linear regression, single-layer neural network
- Multilayer Perceptron with hidden layer
- Backpropagation
- Batch Normalization and alternatives
- Computational Graphs
- Dropout
- CNN - padding, stride, pooling,...
- LeNet
- AlexNet
- VGG
- GoogleNet
- ResNet
- DenseNet
- Memory Net
-
Updated
Apr 21, 2020 - Python
-
Updated
Feb 3, 2022
Hi, I see that
is_last_batch
trainer property isn't documented in https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html#properties.I was lucky to find it here.
I feel it would be helpful to have all properties listed there.
Thanks.
cc @Borda @rohitgr7 @akihironitta