Jyoti Mauryajyotimaurya.hashnode.dev·Aug 1, 2024After Comparative Analysis, should you write Review Paper or Research Paper?Whether to write a review paper or a research paper after conducting a comparative analysis in Machine Learning (ML) and Artificial Intelligence (AI) depends on the scope, depth, and originality of your findings. Here are the distinctions and conside...Discussresearch
Mingwei ZhangProrfc.hashnode.dev·Jun 29, 2024Paper Review: Reducing BGP Data Redundancy with MVPTitle: Measuring Internet Routing from the Most Valuable Points Authors: Thomas Alfroy, Thomas Holterbach, Thomas Krenc, KC Claffy, Cristel Pelsser Paper link: https://arxiv.org/abs/2405.13172 This paper introduces a novel method to quantify and ...Discuss·98 readsPaper Review
Evan Tungdragonejt.hashnode.dev·Feb 18, 2024Discussing: Satellite Pattern-of-Life Characterization Dataset and Benchmark SuiteMy current interest area in Computer Science research is the applications of machine learning in space and on satellites. In order to learn more about this intersection of space exploration and machine learning, I am participating in the MIT ARCLab P...Discuss·21 likes·43 readsDiscussionsspace
Mike Youngmikeyoung44.hashnode.dev·Sep 19, 2023Meet CulturaX: A New Multilingual Dataset for Training AI Models in 167 LanguagesThe field of artificial intelligence (AI) is advancing at a breakneck pace. From voice assistants to self-driving cars, AI systems are becoming integrated into more aspects of our lives. However, much of this progress has centered on the English lang...DiscussAI
Abraham Elmahrekgeneralpiston.hashnode.dev·May 13, 2023Brain Dump: Foundation models and future AI infrastructureI've had a chance to read a few papers, books, and blog posts to wrap my head around new AI models. I'm going to use this blog post as a way of tracking every thing I've read and will eventually summarize a lot of it for my understanding. Neural Net...DiscussAI
Siyuan Zhangmurez.hashnode.dev·Feb 18, 2023Paper Review of Symmetric Indefinite Linear Solver using OpenMP Task on Multicore ArchitecturesPaper Summary This paper provides a portable high-performance symmetric-indefinite linear system solver features OpenMP's innovative dataflow-based task scheduling and Aasen's method to avoid communication. This work is now available as a part of the...Discuss·104 readsPaper Review
Siyuan Zhangmurez.hashnode.dev·Jan 30, 2023Paper Review of Distributed snapshots: determining global states of distributed systemsPaper Summary This paper presents an algorithm to determinate a global state of a distributed system during the computation where the processors in the system do not share a common clock or memory by taking distributed snapshots. This global state ca...Discuss·75 readsPaper Review
cpuucpuu.hashnode.dev·Jan 2, 2023[Paper Review] The Antrim County 2020 Election Incident: An Independent Forensic InvestigationIntroduction In this post, we'll delve into an interesting paper presented at the 2022 USENIX SECURITY SYMPOSIUM - "The Antrim County 2020 Election Incident". This paper has drawn considerable attention due to its analysis of the 2020 Election Incide...Discuss#digitalforensic
Emeka Ichamekicha.com·Jul 1, 2022On the criteria to be used in decomposing systems into modules - Paper SummaryOn the criteria to be used in decomposing systems into modules[PDF] is a classical 1971 paper by David L Parnas which discusses modularization as a mechanism for improving the flexibility and comprehensibility of a system while allowing the shorteni...Discuss·88 readsPaper Review
Siyuan Zhangmurez.hashnode.dev·Jun 18, 2022Paper Review of Time, clocks and the ordering of events in a distributed systemPaper Summary Clock synchronization in distributed systems is a very difficult problem due to the time delay errors in message communication and the differences in distinct physical clocks. This paper defines a concept of happens-before to describe ...Discuss·67 readsdistributed system