Difference between revisions of "Directed Acyclic Graph (DAG)"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
[http://www.youtube.com/results?search_query=Directed+Acyclic+Graph+DAG+pipeline+program+machine+learning YouTube search...]
+
[https://www.youtube.com/results?search_query=Directed+Acyclic+Graph+DAG+pipeline+program+machine+learning YouTube search...]
[http://www.google.com/search?q=Directed+Acyclic+Graph+DAG+pipeline+program+machine+learning ...Google search]
+
[https://www.google.com/search?q=Directed+Acyclic+Graph+DAG+pipeline+program+machine+learning ...Google search]
  
* [http://www.qubole.com/blog/the-key-to-building-data-pipelines-for-machine-learning-support-for-multiple-engines/ The Key to Building Data Pipelines for Machine Learning: Support for Multiple Engines | Jorge Villamariona - Qubole]
+
* [https://www.cv-foundation.org/openaccess/content_iccv_2015/papers/Yang_Multi-Scale_Recognition_With_ICCV_2015_paper.pdf Multi-scale recognition with DAG-CNNs | Songfan Yang & Deva Ramanan]
* [http://www.ebayinc.com/stories/blogs/tech/running-arbitrary-dag-based-workflows-in-the-cloud/ Running Arbitrary DAG-based Workflows in the Cloud | Sachin Tilloo]
+
* [https://www.qubole.com/blog/the-key-to-building-data-pipelines-for-machine-learning-support-for-multiple-engines/ The Key to Building Data Pipelines for Machine Learning: Support for Multiple Engines | Jorge Villamariona - Qubole]
 +
* [https://www.ebayinc.com/stories/blogs/tech/running-arbitrary-dag-based-workflows-in-the-cloud/ Running Arbitrary DAG-based Workflows in the Cloud | Sachin Tilloo]
 
* [[Data Flow Graph (DFG)]]
 
* [[Data Flow Graph (DFG)]]
 
* [[Graph Convolutional Network (GCN), Graph Neural Networks (Graph Nets), Geometric Deep Learning]]  
 
* [[Graph Convolutional Network (GCN), Graph Neural Networks (Graph Nets), Geometric Deep Learning]]  
* [[Platforms: Machine Learning as a Service (MLaaS)]]
+
* [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)]]
* [http://www.kdnuggets.com/2019/02/4-reasons-machine-learning-code-probably-bad.html 4 Reasons Why Your Machine Learning Code is Probably Bad - Norman Niemer - KDnuggets]
+
* [https://stats.stackexchange.com/questions/234694/can-all-neural-network-with-dag-topology-be-trained-by-back-prop Can all neural network having directed acyclic graph (DAG) topology be trained by back propagation methods? | StackExchange]
** [http://github.com/d6t/d6tflow/blob/master/docs/example-ml.md Example Usage For a Machine Learning Workflow | GitHub]
+
* [[Blockchain]]
  
DAG workflow are set of tasks written with dependencies between the tasks rather than linearly chaining.
+
A DAG network is a neural network for deep learning with layers arranged as a directed acyclic graph. A DAG network can have a more complex architecture in which layers have inputs from multiple layers and outputs to multiple layers.  [https://www.mathworks.com/help/deeplearning/ref/dagnetwork.html DAGNetwork | MathWorks]
  
http://www.ebayinc.com/assets/Uploads/Blog/2016/04/_resampled/ScaleWidthWzc1MF0/workflow.png
+
DAG workflow are set of tasks written with dependencies between the tasks rather than linearly chaining. [https://www.kdnuggets.com/2019/02/4-reasons-machine-learning-code-probably-bad.html 4 Reasons Why Your Machine Learning Code is Probably Bad - Norman Niemer - KDnuggets]
 +
** [https://github.com/d6t/d6tflow/blob/master/docs/example-ml.md Example Usage For a Machine Learning Workflow | GitHub]
 +
 
 +
https://www.mathworks.com/help/examples/nnet/win64/CreateSimpleDAGNetworkExample_03.png
  
 
<youtube>LOr_abIZL04</youtube>
 
<youtube>LOr_abIZL04</youtube>
 
<youtube>Hc47QH5Cymw</youtube>
 
<youtube>Hc47QH5Cymw</youtube>
  
== DAG Technology: 'DAG Coins' as an Alternative to Blockchain/Cryptocurrencies  ==
+
== DAG Technology: 'DAG Coins' as an Alternative to [[Blockchain]]/Cryptocurrencies  ==
<youtube>LtWUJtnQbKs</youtube>
+
* [[Blockchain]]
 +
 
 
<youtube>mFaDeL90QhE</youtube>
 
<youtube>mFaDeL90QhE</youtube>
 
<youtube>zwzzKLi8VbY</youtube>
 
<youtube>zwzzKLi8VbY</youtube>
 
<youtube>Vg1y1BZrLYU</youtube>
 
<youtube>Vg1y1BZrLYU</youtube>

Latest revision as of 09:08, 28 March 2023