The Wayback Machine - https://web.archive.org/web/20200322175209/https://github.com/topics/convolutional-neural-networks
Skip to content
#

convolutional-neural-networks

Here are 4,332 public repositories matching this topic...

WowItsDoge
WowItsDoge commented Feb 22, 2019

Is there an overview, how the config object for the constructors of the neural network are defined?

This would be interesting:

  • Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
  • What is the description of the inputSize attribute?

Thank you for the great work with this library, it is realy amazing!

JaronrH
JaronrH commented Jul 20, 2018

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!

  1. Install Python 3.5
  2. [Optional] Create virtualenv
  3. Install Tensorflow: pip3 install --upgrade tensorflow
  4. Install cython: pip3 install cython
  5. Install opencv: pip3 install opencv-python
  6. Bu

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.

  • Updated Feb 29, 2020
  • Jupyter Notebook
aydenkim
aydenkim commented Nov 16, 2017

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

computervision-recipes
YanZhangADS
YanZhangADS commented Nov 7, 2019

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

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.