Skip to content
#

Deep learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 24,490 public repositories matching this topic...

saeedalahmari3
saeedalahmari3 commented Apr 23, 2020

In Keras documentation, glorot_uniform says that the initializer is using Glorot Uniform from this paper. However, the Keras implementation is totally different from the equation on the paper. Also, there are some arguments such as mode ='fan_avg' is the default. It should be same as the referenced paper. 'fan_sum'. Golort uniform is shown

rafakath2020
rafakath2020 commented Oct 11, 2019

I am executing ML-examples ->cmsisnn-cifar10. While converting trained Caffe model into cmsis-nn by below command

python nn_quantizer.py --model models/cifar10_m7_train_test.prototxt --weights models/cifar10_m7_iter_300000.caffemodel.h5 --save models/cifar10_m7.pkl

getting an error message.

Traceback (most recent call last):
File "nn_quantizer.py", line 614, in
my_model.get_gra

GrayThinker
GrayThinker commented Jan 23, 2020

I got this error:

Traceback (most recent call last):
File "c:\Users\jshat\Documents\Code\Machine Learning\Deep-Learning-Papers-Reading-Roadmap\download.py", line 88, in
readme_html = mistune.markdown(readme.read())
File "C:\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charma

openpose
heisters
heisters commented May 1, 2020

Issue Summary

Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.

Executed Command (if any)

cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so

OpenPose Output (if any)

-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
IvanFarkas
IvanFarkas commented May 28, 2019

What's the ETA for updating the massively outdated documentation?

Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.

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,

Wikipedia
Wikipedia
You can’t perform that action at this time.