MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
-
Updated
Sep 27, 2019 - Java
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Lately running into too many Sagemaker issues. Is there any unambiguous documentation on Sagemakers Instances? I could glean the following from different sources:
Rap song writing recurrent neural network trained on Kanye West's entire discography
Please someone right a full guide on how to use it or a newly updated biolierplate, i'm new to node js and can't figure out things since weeks now!
A deep learning model for style-specific music generation.
I read the article, the git documentation...but I don't know how to implement the state machine (stent( in my project. Any basic project example (more explanatory than the TODO example?)
_
I know you guys are focused on bringing more features to the lib, but it would be good to provide a bit better documentation and examples (I sent another post about this), so the ones willing to use the current version can fully understand what they can do with it..
E.g.
After running pip install moviebox on a Mac with Python 2.7 I get the following error when trying to run it:
Traceback (most recent call last):
File "/usr/local/bin/moviebox", line 7, in <module>
from moviebox.cli import main
File "/usr/local/lib/python2.7/site-packages/moviebox/cli.py", line 6, in <module>
from .recommender import recommender
File "/usr/local/lib/pyth
could you add ensemble of all ml algorithms you trained as an example? I want to learn how to do it from you, thanks!
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
In Python XGBoost one can provide weights for each row of the data, see http://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBClassifier.fit. I tried to look for a way to specify such weights in SharpLearning, but could not find it. Is this possible?
Docker machine driver for the new hetzner cloud API
The Retro Learning Environment (RLE) -- a learning framework for AI
CUDA Matrix Factorization Library with Alternating Least Square (ALS)
Code for the NeurIPS19 paper "Meta-Learning Representations for Continual Learning"
Finite state machine for TypeScript and JavaScript
Rocket powered machine learning. Create, compare, adapt, improve - artificial intelligence at the speed of thought.
A tiny .NET library to do inter-process communication (IPC) between different processes on the same machine.
Vision Framework IOS WWDC 2017
Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.
Add a description, image, and links to the machine topic page so that developers can more easily learn about it.
To associate your repository with the machine 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.