#
deep
Here are 402 public repositories matching this topic...
farhanhubble
commented
Apr 2, 2020
Lately running into too many Sagemaker issues. Is there any unambiguous documentation on Sagemakers Instances? I could glean the following from different sources:
- Sagemaker Instances, Sagemaker being a managed service, have nothing to do with EC2 instances.
- Unlike EC2 console, Sagemaker console has no option to view limits or increase limits. One has to go directly to the support page a
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
learning
machine-learning
deep-neural-networks
deep-learning
tensorflow
deep
pytorch
vae
unsupervised-learning
variational-inference
probabilistic-graphical-models
variational-autoencoder
autoregressive-neural-networks
-
Updated
Mar 30, 2020 - Python
A deep learning model for style-specific music generation.
-
Updated
Sep 30, 2018 - Python
Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️
-
Updated
Apr 24, 2020 - JavaScript
Action recognition using soft attention based deep recurrent neural networks
deep-neural-networks
video
deep-learning
paper
deep
deeplearning
attention-mechanism
action-recognition
soft-attention
-
Updated
Oct 30, 2016 - Jupyter Notebook
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
javascript
learning
real-time
web
video
augmented-reality
network
webrtc
vr
ar
deep
object-detection
object-tracking
neural
object-recognition
arkit
arcore
webxr
-
Updated
Oct 30, 2019 - JavaScript
axefrog
opened
Mar 11, 2017
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
python
agent
learning
data-science
machine-learning
reinforcement-learning
deep-learning
neural-network
examples
optimization
machine-learning-algorithms
deep-reinforcement-learning
q-learning
deep
tutorials
tutorial-code
tutorial-exercises
multiagent-reinforcement-learning
-
Updated
Mar 23, 2020 - Python
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
-
Updated
Apr 30, 2020 - JavaScript
An isomorphic and configurable javascript utility for objects deep cloning that supports circular references.
-
Updated
Jan 11, 2019 - JavaScript
A professional deep clone library
-
Updated
Mar 13, 2020 - JavaScript
Use property paths (`a.b.c`) get a nested value from an object.
nodejs
javascript
node
paths
object
deep
value
key
lodash
get
nested
dot-notation
dot-prop
jonschlinkert
object-path
deep-property
get-deep
-
Updated
Nov 19, 2018 - JavaScript
Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model
-
Updated
Apr 23, 2018 - Python
Few Shot Learning by Siamese Networks, using Keras.
machine-learning
keras
deep
convolutional-neural-network
keras-neural-networks
siamese-network
few-shot-learning
-
Updated
May 14, 2020 - Jupyter Notebook
Code release for "3D-RelNet: Joint Object and Relation Network for 3D prediction"
-
Updated
Jan 23, 2020 - HTML
Recursively merge values in a JavaScript object.
nodejs
javascript
node
deep
merge
properties
objects
recursive
mixin
values
extend
assign
jonschlinkert
-
Updated
Apr 1, 2020 - JavaScript
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
-
Updated
Jul 13, 2019 - JavaScript
Open
Show your example!
joaopauloschuler
commented
Oct 10, 2019
Have you got cool examples? Feel free to pull and share your example with everyone!!!
Introspection for serializable arrays and JSON friendly objects.
-
Updated
Jul 3, 2018 - HTML
python
learning
intelligence
statistics
ai
neural-network
tensorflow
svm
machine
projects
probability
coursera
deep
ng
artificial
networks
activities
neural
andew
relu
-
Updated
Apr 23, 2018 - Jupyter Notebook
YoloV3 in Pytorch and Jupyter Notebook
-
Updated
Aug 3, 2019 - Jupyter Notebook
Tensorflow Tutorial files and Implementations of various Deep NLP and CV Models.
-
Updated
Oct 3, 2016 - Python
Improve this page
Add a description, image, and links to the deep topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deep topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Other related issues: #408 #251
I trained a Chinese model for spaCy, linked it to
[spacy's package folder]/data/zh(usingspacy link) and want to use that for ludwig. However, when I tried to set the config for ludwig, I received an error, which tell me that there is no way to load the Chinese model.