diff options
author | Eduardo Julian | 2022-06-29 00:34:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-29 00:34:27 -0400 |
commit | 29bbd8a2cd4deb9038f01c16d54ffa937917cfaa (patch) | |
tree | 54418b3bb4fad71bf10167f7f6dc51771142cd36 /documentation/bookmark/artificial_intelligence | |
parent | 149515fd173947dcff20558fca077fbd16dc9b6c (diff) |
Better syntax for getting/setting fields when defining JVM classes.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning.md | 8 | ||||
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning/deep/geometric.md (renamed from documentation/bookmark/machine_learning/deep/geometric.md) | 0 | ||||
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning/gradient.md (renamed from documentation/bookmark/machine_learning/gradient.md) | 0 | ||||
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning/neural_network.md | 10 | ||||
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning/neural_network/graph.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/artificial_intelligence/machine_learning/probabilistic_soft_logic.md (renamed from documentation/bookmark/machine_learning/probabilistic_soft_logic.md) | 0 |
6 files changed, 15 insertions, 8 deletions
diff --git a/documentation/bookmark/artificial_intelligence/machine_learning.md b/documentation/bookmark/artificial_intelligence/machine_learning.md index a998c7aaa..0487c5626 100644 --- a/documentation/bookmark/artificial_intelligence/machine_learning.md +++ b/documentation/bookmark/artificial_intelligence/machine_learning.md @@ -49,14 +49,6 @@ 0. https://deeplearning4j.org/ 0. [Deep(er) learning](http://www.jneurosci.org/content/early/2018/07/13/JNEUROSCI.0153-18.2018?versioned=true) -# Neural network - -0. https://github.com/BrainJS/brain.js -0. https://blog.jle.im/entry/practical-dependent-types-in-haskell-1.html -0. https://matloff.wordpress.com/2018/06/20/neural-networks-are-essentially-polynomial-regression/ -0. https://www.quantamagazine.org/foundations-built-for-a-general-theory-of-neural-networks-20190131#AI -0. https://rkevingibson.github.io/blog/neural-networks-as-ordinary-differential-equations/ - # Tensor 0. http://nlp.seas.harvard.edu/NamedTensor.html diff --git a/documentation/bookmark/machine_learning/deep/geometric.md b/documentation/bookmark/artificial_intelligence/machine_learning/deep/geometric.md index 93de8ff17..93de8ff17 100644 --- a/documentation/bookmark/machine_learning/deep/geometric.md +++ b/documentation/bookmark/artificial_intelligence/machine_learning/deep/geometric.md diff --git a/documentation/bookmark/machine_learning/gradient.md b/documentation/bookmark/artificial_intelligence/machine_learning/gradient.md index 1d1db6ddb..1d1db6ddb 100644 --- a/documentation/bookmark/machine_learning/gradient.md +++ b/documentation/bookmark/artificial_intelligence/machine_learning/gradient.md diff --git a/documentation/bookmark/artificial_intelligence/machine_learning/neural_network.md b/documentation/bookmark/artificial_intelligence/machine_learning/neural_network.md new file mode 100644 index 000000000..5465ecfe2 --- /dev/null +++ b/documentation/bookmark/artificial_intelligence/machine_learning/neural_network.md @@ -0,0 +1,10 @@ +# Reference + +0. []() +0. [Softmax Activation Function: Everything You Need to Know](https://www.pinecone.io/learn/softmax-activation/) +0. https://github.com/BrainJS/brain.js +0. https://blog.jle.im/entry/practical-dependent-types-in-haskell-1.html +0. https://matloff.wordpress.com/2018/06/20/neural-networks-are-essentially-polynomial-regression/ +0. https://www.quantamagazine.org/foundations-built-for-a-general-theory-of-neural-networks-20190131#AI +0. https://rkevingibson.github.io/blog/neural-networks-as-ordinary-differential-equations/ + diff --git a/documentation/bookmark/artificial_intelligence/machine_learning/neural_network/graph.md b/documentation/bookmark/artificial_intelligence/machine_learning/neural_network/graph.md new file mode 100644 index 000000000..56aacd71b --- /dev/null +++ b/documentation/bookmark/artificial_intelligence/machine_learning/neural_network/graph.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [How I Learned to Stop Worrying and Love Graphs: Why Machine Learning on Graphs could be the future of AI](https://www.appliedexploration.com/p/graph-neural-networks-future-of-ai) + diff --git a/documentation/bookmark/machine_learning/probabilistic_soft_logic.md b/documentation/bookmark/artificial_intelligence/machine_learning/probabilistic_soft_logic.md index 8ded7ebf1..8ded7ebf1 100644 --- a/documentation/bookmark/machine_learning/probabilistic_soft_logic.md +++ b/documentation/bookmark/artificial_intelligence/machine_learning/probabilistic_soft_logic.md |