DeepNLP commited on
Commit
117c2fa
·
verified ·
1 Parent(s): fbe01a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - AI
9
+ - ICLR
10
+ ---
11
+ ## ICLR 2021 International Conference on Learning Representations 2021 Accepted Paper Meta Info Dataset
12
+
13
+ This dataset is collect from the ICLR 2021 OpenReview website (https://openreview.net/group?id=ICLR.cc/2021/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/iclr2021). For researchers who are interested in doing analysis of ICLR 2021 accepted papers and potential trends, you can use the already cleaned up json files.
14
+ Each row contains the meta information of a paper in the ICLR 2021 conference. To explore more AI & Robotic papers (NIPS/ICML/ICLR/IROS/ICRA/etc) and AI equations, feel free to navigate the Equation Search Engine (http://www.deepnlp.org/search/equation) as well as the AI Agent Search Engine to find the deployed AI Apps and Agents (http://www.deepnlp.org/search/agent) in your domain.
15
+
16
+
17
+ ### Meta Information of Json File
18
+
19
+ ```
20
+ {
21
+ "title": "On the mapping between Hopfield networks and Restricted Boltzmann Machines",
22
+ "url": "https://openreview.net/forum?id=RGJbergVIoO",
23
+ "detail_url": "https://openreview.net/forum?id=RGJbergVIoO",
24
+ "authors": "Matthew Smart,Anton Zilman",
25
+ "tags": "ICLR 2021,Oral",
26
+ "abstract": "Hopfield networks (HNs) and Restricted Boltzmann Machines (RBMs) are two important models at the interface of statistical physics, machine learning, and neuroscience. Recently, there has been interest in the relationship between HNs and RBMs, due to their similarity under the statistical mechanics formalism. An exact mapping between HNs and RBMs has been previously noted for the special case of orthogonal (\u201cuncorrelated\u201d) encoded patterns. We present here an exact mapping in the case of correlated pattern HNs, which are more broadly applicable to existing datasets. Specifically, we show that any HN with $N$ binary variables and $p<N$ potentially correlated binary patterns can be transformed into an RBM with $N$ binary visible variables and $p$ gaussian hidden variables. We outline the conditions under which the reverse mapping exists, and conduct experiments on the MNIST dataset which suggest the mapping provides a useful initialization to the RBM weights. We discuss extensions, the potential importance of this correspondence for the training of RBMs, and for understanding the performance of feature extraction methods which utilize RBMs.",
27
+ "pdf": "https://openreview.net/pdf/3a9204f4495810f86acf886d14ee022a31d7b863.pdf"
28
+ }
29
+
30
+ ```
31
+
32
+
33
+
34
+ ## Related
35
+
36
+ ## AI Equation
37
+ [List of AI Equations and Latex](http://www.deepnlp.org/equation/category/ai) <br>
38
+ [List of Math Equations and Latex](http://www.deepnlp.org/equation/category/math) <br>
39
+ [List of Physics Equations and Latex](http://www.deepnlp.org/equation/category/physics) <br>
40
+ [List of Statistics Equations and Latex](http://www.deepnlp.org/equation/category/statistics) <br>
41
+ [List of Machine Learning Equations and Latex](http://www.deepnlp.org/equation/category/machine%20learning) <br>
42
+
43
+ ## AI Agent Marketplace and Search
44
+ [AI Agent Marketplace and Search](http://www.deepnlp.org/search/agent) <br>
45
+ [Robot Search](http://www.deepnlp.org/search/robot) <br>
46
+ [Equation and Academic search](http://www.deepnlp.org/search/equation) <br>
47
+ [AI & Robot Comprehensive Search](http://www.deepnlp.org/search) <br>
48
+ [AI & Robot Question](http://www.deepnlp.org/question) <br>
49
+ [AI & Robot Community](http://www.deepnlp.org/community) <br>
50
+ [AI Agent Marketplace Blog](http://www.deepnlp.org/blog/ai-agent-marketplace-and-search-portal-reviews-2025) <br>
51
+
52
+ ## AI Agent Reviews
53
+ [AI Agent Marketplace Directory](http://www.deepnlp.org/store/ai-agent) <br>
54
+ [Microsoft AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-microsoft-ai-agent) <br>
55
+ [Claude AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-claude-ai-agent) <br>
56
+ [OpenAI AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-openai-ai-agent) <br>
57
+ [Saleforce AI Agents Reviews](http://www.deepnlp.org/store/pub/pub-salesforce-ai-agent) <br>
58
+ [AI Agent Builder Reviews](http://www.deepnlp.org/store/ai-agent/ai-agent-builder) <br>