Close Menu
Ztoog
    What's Hot
    Technology

    When it comes to advanced math, ChatGPT is no star student

    The Future

    FTC withdraws its in-house challenge to Microsoft’s Activision-Blizzard deal

    AI

    Generative coding: 10 Breakthrough Technologies 2026

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » Modeling relationships to solve complex problems efficiently | Ztoog
    AI

    Modeling relationships to solve complex problems efficiently | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Modeling relationships to solve complex problems efficiently | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    The German thinker Fredrich Nietzsche as soon as mentioned that “invisible threads are the strongest ties.” One may consider “invisible threads” as tying collectively associated objects, just like the properties on a supply driver’s route, or extra nebulous entities, akin to transactions in a monetary community or customers in a social community.

    Computer scientist Julian Shun research a lot of these multifaceted however typically invisible connections utilizing graphs, the place objects are represented as factors, or vertices, and relationships between them are modeled by line segments, or edges.

    Shun, a newly tenured affiliate professor within the Department of Electrical Engineering and Computer Science, designs graph algorithms that could possibly be used to discover the shortest path between properties on the supply driver’s route or detect fraudulent transactions made by malicious actors in a monetary community.

    But with the rising quantity of information, such networks have grown to embody billions and even trillions of objects and connections. To discover environment friendly options, Shun builds high-performance algorithms that leverage parallel computing to quickly analyze even probably the most monumental graphs. As parallel programming is notoriously troublesome, he additionally develops user-friendly programming frameworks that make it simpler for others to write environment friendly graph algorithms of their very own.

    “If you are searching for something in a search engine or social network, you want to get your results very quickly. If you are trying to identify fraudulent financial transactions at a bank, you want to do so in real-time to minimize damages. Parallel algorithms can speed things up by using more computing resources,” explains Shun, who can be a principal investigator within the Computer Science and Artificial Intelligence Laboratory (CSAIL).

    Such algorithms are continuously utilized in on-line suggestion programs. Search for a product on an e-commerce web site and odds are you’ll shortly see an inventory of associated objects you could possibly additionally add to your cart. That record is generated with the assistance of graph algorithms that leverage parallelism to quickly discover associated objects throughout an enormous community of customers and accessible merchandise.

    Campus connections

    As a young person, Shun’s solely expertise with computer systems was a highschool class on constructing web sites. More considering math and the pure sciences than know-how, he supposed to main in a type of topics when he enrolled as an undergraduate on the University of California at Berkeley.

    But throughout his first 12 months, a buddy really helpful he take an introduction to pc science class. While he wasn’t certain what to anticipate, he determined to join.

    “I fell in love with programming and designing algorithms. I switched to computer science and never looked back,” he recollects.

    That preliminary pc science course was self-paced, so Shun taught himself a lot of the materials. He loved the logical facets of growing algorithms and the brief suggestions loop of pc science problems. Shun may enter his options into the pc and instantly see whether or not he was proper or fallacious. And the errors within the fallacious options would information him towards the precise reply.

    “I’ve always thought that it was fun to build things, and in programming, you are building solutions that do something useful. That appealed to me,” he provides.

    After commencement, Shun spent a while in trade however quickly realized he wished to pursue a tutorial profession. At a college, he knew he would have the liberty to examine problems that him.

    Getting into graphs

    He enrolled as a graduate scholar at Carnegie Mellon University, the place he centered his analysis on utilized algorithms and parallel computing.

    As an undergraduate, Shun had taken theoretical algorithms lessons and sensible programming programs, however the two worlds didn’t join. He wished to conduct analysis that mixed principle and software. Parallel algorithms had been the proper match.

    “In parallel computing, you have to care about practical applications. The goal of parallel computing is to speed things up in real life, so if your algorithms aren’t fast in practice, then they aren’t that useful,” he says.

    At Carnegie Mellon, he was launched to graph datasets, the place objects in a community are modeled as vertices related by edges. He felt drawn to the numerous functions of a lot of these datasets, and the difficult downside of growing environment friendly algorithms to deal with them.

    After finishing a postdoctoral fellowship at Berkeley, Shun sought a college place and determined to be a part of MIT. He had been collaborating with a number of MIT college members on parallel computing analysis, and was excited to be a part of an institute with such a breadth of experience.

    In one among his first tasks after becoming a member of MIT, Shun joined forces with Department of Electrical Engineering and Computer Science professor and fellow CSAIL member Saman Amarasinghe, an professional on programming languages and compilers, to develop a programming framework for graph processing often known as GraphIt. The easy-to-use framework, which generates environment friendly code from high-level specs, carried out about 5 instances quicker than the following finest strategy.

    “That was a very fruitful collaboration. I couldn’t have created a solution that powerful if I had worked by myself,” he says.

    Shun additionally expanded his analysis focus to embody clustering algorithms, which search to group associated datapoints collectively. He and his college students construct parallel algorithms and frameworks for shortly fixing complex clustering problems, which can be utilized for functions like anomaly detection and neighborhood detection.

    Dynamic problems

    Recently, he and his collaborators have been specializing in dynamic problems the place information in a graph community change over time.

    When a dataset has billions or trillions of information factors, operating an algorithm from scratch to make one small change could possibly be extraordinarily costly from a computational perspective. He and his college students design parallel algorithms that course of many updates on the similar time, enhancing effectivity whereas preserving accuracy.

    But these dynamic problems additionally pose one of many greatest challenges Shun and his workforce should work to overcome. Because there aren’t many dynamic datasets accessible for testing algorithms, the workforce typically should generate artificial information which might not be sensible and will hamper the efficiency of their algorithms in the actual world.

    In the tip, his purpose is to develop dynamic graph algorithms that carry out efficiently in observe whereas additionally holding up to theoretical ensures. That ensures they are going to be relevant throughout a broad vary of settings, he says.

    Shun expects dynamic parallel algorithms to have an excellent larger analysis focus sooner or later. As datasets proceed to grow to be bigger, extra complex, and extra quickly altering, researchers will want to construct extra environment friendly algorithms to sustain.

    He additionally expects new challenges to come from developments in computing know-how, since researchers will want to design new algorithms to leverage the properties of novel {hardware}.

    “That’s the beauty of research — I get to try and solve problems other people haven’t solved before and contribute something useful to society,” he says.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    AI

    Artificial intelligence meets “blisk” in new DARPA-funded collaboration

    A current award from the U.S. Defense Advanced Research Projects Agency (DARPA) brings collectively researchers…

    Gadgets

    Google Pixel Watch 2 Review: About Time

    I had a lot of gripes concerning the first-ever Pixel Watch. It launched with plenty…

    Mobile

    Samsung’s next rugged tablet slated for an early 2024 release

    Samsung will proceed so as to add new merchandise to its lineup of rugged tablets.…

    Science

    NASA indefinitely delays return of Starliner to review propulsion data

    Enlarge / Boeing’s Starliner capsule lifts off aboard United Launch Alliance’s Atlas V rocket. In…

    Technology

    Bronny James’s heart reportedly stopped during practice. What could have happened?

    On Monday, Bronny James — Los Angeles Lakers star LeBron James’s 18-year-old son and a…

    Our Picks
    Mobile

    Motorola Razr 50 Ultra is now also on TENAA

    Mobile

    TikTok Boom! App is banned in Montana and both Apple and Google are on the line

    Science

    How to spot this year’s Geminid meteor shower

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    Crypto

    Two founders behind Russian crypto mixer Tornado Cash charged by US federal courts

    Science

    Eli Lilly drug shown to slow Alzheimer’s progression

    Crypto

    Crypto Analyst Sets New $5,000 Target

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2026 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.