Skip to content

Commit

Permalink
More papers
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Sep 20, 2023
1 parent 41a8bbf commit ea743db
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,65 @@ <h5 class="card-title" id="question">Click "New Question" to start</h5>
answer: false,
explanation: "There is a great variety of behaviors designated by the label dropout, but not all these leaving behaviors should be defined this way, nor do they all deserve institutional action. <a href=\"https://onlinelibrary.wiley.com/doi/abs/10.1002/ir.37019823603\">This paper</a> is about the dropout in schools or universities!"
},
{
question: "Hybrid Transformers",
answer: false,
explanation: "Conventional <a href=\"https://ieeexplore.ieee.org/abstract/document/1135893\"> electrical engineering!</a>"
},
{
question: "Advances in DGA based condition monitoring of transformers: A review",
answer: false,
explanation: "Well, it's more like another <a href=\"https://www.sciencedirect.com/science/article/pii/S136403212100633X\"> electrical engineering paper.</a>"
},
{
question: "Fault diagnosis of power transformers using graph convolutional network",
answer: true,
explanation: "Yes, there is AI in the paper. But the transformers, are classical ones! See this introduction: <a href=\"https://ieeexplore.ieee.org/abstract/document/9299500\">\"As one of the most important equipment in substation and power plant, the power transformer has the ability of adjusting multiple voltage levels, and plays an important role both in the transmission side and distribution side.\".</a>" },


{
question: "Batch job processing under SVM control",
answer: false,
explanation: "This is an <a href=\"https://inis.iaea.org/search/search.aspx?orig_q=RN:21065167\">old USSR paper</a> about systems of virtual machines (SVM)"},
{
question: "Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings",
answer: true,
explanation: "This is <a href=\"https://arxiv.org/abs/1607.06520\"}>a paper</a> about biases in ML datasets!"
},
{
question: "Size matters, if you control your junk",
answer: false,
explanation: "This classic <a href=\"https://www.sciencedirect.com/science/article/pii/S0304405X18301326\"}>one</a> got published in a Financial Economics journal!"
},
{
question: "Visual neural development",
answer: false,
explanation: "<a href=\"https://www.annualreviews.org/doi/pdf/10.1146/annurev.ps.32.020181.002401\"}>This paper</a> covers the development of the visual system of higher mammals."
},
{
question: "Neural coding.",
answer: false,
explanation: "Nope. It's about the real neural system in humans.<a href=\"https://psycnet.apa.org/record/1972-02240-001\"}>This one got published 1968.</a>"
},
{
question: "Who Let The Dogs Out? Modeling Dog Behavior From Visual Data.",
answer: true,
explanation: "Well, it's about dogs but the key aspect of the<a href=\"https://openaccess.thecvf.com/content_cvpr_2018/papers/Ehsani_Who_Let_the_CVPR_2018_paper.pdf\"}> paper</a> is to introduce a new model to analyze visual data and directly predict actions."
},
{
question: "More Effective Distributed ML via a Stale Synchronous Parallel Parameter Server",
answer: true,
explanation: "<a href=\"https://proceedings.neurips.cc/paper_files/paper/2013/file/b7bb35b9c6ca2aee2df08cf09d7016c2-Paper.pdf\"}>This paper</a> indeed covers distributed Machine Learning (ML)."
},
{
question: "More Effective Distributed ML via a Stale Synchronous Parallel Parameter Server",
answer: true,
explanation: "<a href=\"https://proceedings.neurips.cc/paper_files/paper/2013/file/b7bb35b9c6ca2aee2df08cf09d7016c2-Paper.pdf\"}>This paper</a> indeed covers distributed Machine Learning (ML)."
},
{
question: "A Learning Machine: Part I",
answer: true,
explanation: "<a href=\"https://ieeexplore.ieee.org/abstract/document/5392654\"}>This old (1958) paper</a> tries to elaborate how a learning machine could work. So yeah, this is kind of machine learning!"
},
];

function shuffle(array) {
Expand Down Expand Up @@ -171,6 +228,8 @@ <h5 class="card-title" id="question">Click "New Question" to start</h5>
displayQuestion();
</script>
<center>
<a><small>Please submit more papers!</small></a>
<br>
<a href="https://github.com/roflmaostc/ai-or-not-ai.fun"><i class="fa fa-github clickable" style="font-size:48px;color:black"></i></a>
</center>
</body>
Expand Down

0 comments on commit ea743db

Please sign in to comment.