This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -Learn-Artificial-Intelligence-with-TensorFlow | |
| origin https://github.com/PacktPublishing/-Learn-Artificial-Intelligence-with-TensorFlow.git (fetch) | |
| ----------------- | |
| Advanced-Deep-Learning-with-Keras | |
| origin https://github.com/PacktPublishing/Advanced-Deep-Learning-with-Keras.git (fetch) | |
| ----------------- | |
| Deep-Learning-with-Keras | |
| origin https://github.com/PacktPublishing/Deep-Learning-with-Keras.git (fetch) | |
| ----------------- | |
| Distributed-Deep-Learning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bezier | |
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| from itertools import product | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| from matplotlib.figure import Figure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import networkx as nx | |
| from matplotlib import pyplot as plt | |
| from itertools import product | |
| import numpy as np, numpy.random | |
| # print(np.round(np.random.dirichlet(np.ones(10), size=1) * 170)) | |
| def distribute(value, nodes, max_number): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -Learn-Artificial-Intelligence-with-TensorFlow | |
| origin https://github.com/PacktPublishing/-Learn-Artificial-Intelligence-with-TensorFlow.git (fetch) | |
| ----------------- | |
| Advanced-Deep-Learning-with-Keras | |
| origin https://github.com/PacktPublishing/Advanced-Deep-Learning-with-Keras.git (fetch) | |
| ----------------- | |
| Deep-Learning-with-Keras | |
| origin https://github.com/PacktPublishing/Deep-Learning-with-Keras.git (fetch) | |
| ----------------- | |
| Distributed-Deep-Learning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://clusterone.com/tutorials/distributed-tensorflow | |
| https://github.com/hn826/distributed-tensorflow/blob/master/distributed-deep-mnist-with-queue.py -> with queue |