Skip to content

Commit

Permalink
More papers
Browse files Browse the repository at this point in the history
git push
  • Loading branch information
roflmaostc committed Sep 20, 2023
1 parent ea743db commit 8a07a5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,21 @@ <h5 class="card-title" id="question">Click "New Question" to start</h5>
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!"
},
{
question: "AI on the Edge: Architectural Alternatives",
answer: true,
explanation: "<a href=\"https://ieeexplore.ieee.org/abstract/document/9226348\"}>This one</a> develops a generic framework for effective implementation of edge\/cloud \(re\)training."
},
{
question: "The ResNet Obstacle Course",
answer: false,
explanation: "Well, I'm not sure what ResNet really is but it's definitely <a href=\"https://dl.acm.org/doi/pdf/10.1145/288335.288477\"}>not AI</a>."
},
{
question: "Structured Face Hallucination",
answer: true,
explanation: "<a href=\"https://openaccess.thecvf.com/content_cvpr_2013/html/Yang_Structured_Face_Hallucination_2013_CVPR_paper.html\"}>The goal of face hallucination is to generate highresolution images with fidelity from low-resolution ones</a>."
},
];

function shuffle(array) {
Expand Down

0 comments on commit 8a07a5b

Please sign in to comment.