convolutional-neural-networks
Here are 4,332 public repositories matching this topic...
-
Updated
Jan 13, 2020 - Python
-
Updated
Dec 18, 2019 - Python
Just in case anyone else had issues getting Darkflow running on Windows 10, here's the steps that I was able to use to get it working. Hopefully it will help save time for someone else!
- Install Python 3.5
- [Optional] Create virtualenv
- Install Tensorflow: pip3 install --upgrade tensorflow
- Install cython: pip3 install cython
- Install opencv: pip3 install opencv-python
- Bu
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Dec 17, 2019
-
Updated
Apr 11, 2019 - Swift
-
Updated
Nov 13, 2018 - Python
-
Updated
Dec 20, 2019 - Python
Can you describe what modifications need to be done if I want to replace dynamic_rnn with tf.keras.RNN in many-to-one example as dynamic_rnn is deprecated now.
-
Updated
Feb 29, 2020 - Jupyter Notebook
About https://github.com/sjchoi86/Tensorflow-101/blob/master/notebooks/mlp_mnist_simple.ipynb
Recently updated Tensorflow (1.4) will make the following error.
ValueError: Only call softmax_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...)
Just simply adding named arguments will solve this issue.
cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(lo
Description
In ComputerVision/blob/master/SETUP.md
The link in "6. At this point, you should be able to run the notebooks in this repo." is broken.
In which platform does it happen?
How do we replicate the issue?
Expected behavior (i.e. solution)
Other Comments
Add a Reddit section
Most of the people who start out new don't find a latest feed of community hyped resources on ML and DL topics. It would be pretty good if we add a Reddit section.
If you're fine with this suggestion I'll put up a PR with the update
-
Updated
Dec 3, 2019 - Python
-
Updated
Mar 22, 2017 - Python
-
Updated
Mar 15, 2020 - Jupyter Notebook
-
Updated
Jan 21, 2019 - Swift
Benchmarking
Can you please add some performance numbers to the main project docs indicating inference latency running some common hardware options e.g. AWS p2, GCP gpu instance, CPU inference, Raspbery pi, etc.
-
Updated
Dec 25, 2019 - Python
-
Updated
Nov 22, 2019
The README currently says you can use custom classes (from the latest PR), but it doesn't look like pypi has been updated with this code.
-
Updated
Oct 12, 2019 - C++
Notebook Examples
The current examples are in the form of scripts. To make easier and more interactive for users of the library it would help to have notebooks demonstrating these examples. For now the notebooks would go under examples folder under branch 2.0 where porting to Python 3+ is happening.
Add Unit Tests
-
Updated
Mar 7, 2020 - C
I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?
Thanks.
-
Updated
Feb 24, 2020 - Python
-
Updated
Nov 17, 2019 - Python
Improve this page
Add a description, image, and links to the convolutional-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the convolutional-neural-networks topic, visit your repo's landing page and select "manage topics."


Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
Thank you for the great work with this library, it is realy amazing!