Close Menu
Ztoog
    What's Hot
    AI

    Researchers from EPFL and Meta AI Proposes Chain-of-Abstraction (CoA): A New Method for LLMs to Better Leverage Tools in Multi-Step Reasoning

    Mobile

    Android 15 saves you from friends blowing up your notifications

    Crypto

    LineNext secures $140M funding for its web3 platform

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

      How I Turn Unstructured PDFs into Revenue-Ready Spreadsheets

      Is it the best tool for 2025?

      The clocks that helped define time from London’s Royal Observatory

      Summer Movies Are Here, and So Are the New Popcorn Buckets

      India-Pak conflict: Pak appoints ISI chief, appointment comes in backdrop of the Pahalgam attack

    • Technology

      Ensure Hard Work Is Recognized With These 3 Steps

      Cicada map 2025: Where will Brood XIV cicadas emerge this spring?

      Is Duolingo the face of an AI jobs crisis?

      The US DOD transfers its AI-based Open Price Exploration for National Security program to nonprofit Critical Minerals Forum to boost Western supply deals (Ernest Scheyder/Reuters)

      The more Google kills Fitbit, the more I want a Fitbit Sense 3

    • Gadgets

      Maono Caster G1 Neo & PD200X Review: Budget Streaming Gear for Aspiring Creators

      Apple plans to split iPhone 18 launch into two phases in 2026

      Upgrade your desk to Starfleet status with this $95 USB-C hub

      37 Best Graduation Gift Ideas (2025): For College Grads

      Backblaze responds to claims of “sham accounting,” customer backups at risk

    • Mobile

      Samsung Galaxy S25 Edge promo materials leak

      What are people doing with those free T-Mobile lines? Way more than you’d expect

      Samsung doesn’t want budget Galaxy phones to use exclusive AI features

      COROS’s charging adapter is a neat solution to the smartwatch charging cable problem

      Fortnite said to return to the US iOS App Store next week following court verdict

    • Science

      Failed Soviet probe will soon crash to Earth – and we don’t know where

      Trump administration cuts off all future federal funding to Harvard

      Does kissing spread gluten? New research offers a clue.

      Why Balcony Solar Panels Haven’t Taken Off in the US

      ‘Dark photon’ theory of light aims to tear up a century of physics

    • AI

      How to build a better AI benchmark

      Q&A: A roadmap for revolutionizing health care through data-driven innovation | Ztoog

      This data set helps researchers spot harmful stereotypes in LLMs

      Making AI models more trustworthy for high-stakes settings | Ztoog

      The AI Hype Index: AI agent cyberattacks, racing robots, and musical models

    • Crypto

      ‘The Big Short’ Coming For Bitcoin? Why BTC Will Clear $110,000

      Bitcoin Holds Above $95K Despite Weak Blockchain Activity — Analytics Firm Explains Why

      eToro eyes US IPO launch as early as next week amid easing concerns over Trump’s tariffs

      Cardano ‘Looks Dope,’ Analyst Predicts Big Move Soon

      Speak at Ztoog Disrupt 2025: Applications now open

    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

    How to build a better AI benchmark

    AI

    Q&A: A roadmap for revolutionizing health care through data-driven innovation | Ztoog

    AI

    This data set helps researchers spot harmful stereotypes in LLMs

    AI

    Making AI models more trustworthy for high-stakes settings | Ztoog

    AI

    The AI Hype Index: AI agent cyberattacks, racing robots, and musical models

    AI

    Novel method detects microbial contamination in cell cultures | Ztoog

    Crypto

    Speak at Ztoog Disrupt 2025: Applications now open

    AI

    Seeing AI as a collaborator, not a creator

    Leave A Reply Cancel Reply

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

    Japan makes history with its first uncrewed moon landing

    The Japan Aerospace Exploration Agency (JAXA) simply confirmed its small car-sized Smart Lander for Investigating…

    Science

    Why physicists are rethinking the route to a theory of everything

    WHAT if there have been a excellent board recreation? Some mixture of boards and items…

    Mobile

    The coolest things we saw at MWC 2024

    MWC 2024 is sort of a wonderland for tech nerds, and we can not help…

    Gadgets

    Guidemaster: Which iPhone camera best fits your use case?

    Enlarge / The iPhone 15 lineup. Over the previous couple of years of reviewing the…

    Technology

    ‘One of the Most Hated People in the World’: Sam Bankman-Fried’s 250 Pages of Justifications

    At the finish of a 15,000-word Twitter thread he by no means posted, Sam Bankman-Fried,…

    Our Picks
    Gadgets

    How to Launch a Custom Chatbot on OpenAI’s GPT Store

    Crypto

    MicroStrategy Spends Another $615 Million On Bitcoin, Do They Know Something You Don’t?

    The Future

    Best Full Mattress for 2024

    Categories
    • AI (1,482)
    • Crypto (1,744)
    • Gadgets (1,796)
    • Mobile (1,839)
    • Science (1,853)
    • Technology (1,789)
    • The Future (1,635)
    Most Popular
    Mobile

    The best TWS earbuds of 2023

    Crypto

    Hackers steal $305M from DMM Bitcoin crypto exchange

    Crypto

    3 Scams, One Week: Optimism and Base beset by Hacks and Rugs

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

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