ILearnDeepLearning.py
ILearnDeepLearning.py copied to clipboard
This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as...
Thank you for this wonderful example, which helped me understanding the gradient descent implementation. I just noticed a minor mistake: - dW_curr = np.dot(dZ_curr, A_prev.T) / m - db_curr =...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.3.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @anntzer in jupyter/nbconvert#1723 Adopt...
There seems to be some issue with the contour levels with the code stating "no contour levels were found within the data range"
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
In the "setup_yolo_framework.sh" script, there is this line: sh weights/download_yolov3_weights.sh But there is no folder called "weights" in the yolo3 directory structure.. so this fails.