Close Menu
Ztoog
    What's Hot
    AI

    Training machines to learn more like humans do | Ztoog

    Crypto

    Stablecoins are finding product-market fit in emerging markets

    Gadgets

    Chemical Found In Common Sweetener Damages Human DNA

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

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    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

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

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

    Fractal Suggests Major Breakout In Q4

    Este artículo también está disponible en español. Recent Ethereum worth motion noticed ETH reaching one…

    Mobile

    VR news of the week: TikTok in VR, controller issues, and new smart glasses

    VR news of the week(Image credit score: Android Central)As half of a weekly collection, Android…

    Crypto

    Ethereum Aims For $10,000, Driven By 2 Key Factors, Experts Say

    Ethereum is rising because the vanguard for a revolutionary monetary system. Advocates of the second…

    Mobile

    Pixel 8 Pro display is much more power efficient than Samsung and Apple

    What it’s good to knowAfter some testing, it was found that the Pixel 8 Pro…

    AI

    CMU Researchers Introduce BUTD-DETR: An Artificial Intelligence (AI) Model That Conditions Directly On A Language Utterance And Detects All Objects That The Utterance Mentions

    Finding the entire “objects” in a given picture is the groundwork of pc imaginative and…

    Our Picks
    The Future

    Quantum GPS can help planes navigate when regular GPS is jammed

    Mobile

    What I want to see and what we know so far

    Mobile

    Oculus Quest avatars actually have legs now

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Gadgets

    You can now buy a flame-throwing robot dog for under $10,000

    Science

    Inside the Beef Industry’s Campaign to Influence Schoolchildren

    Technology

    Three Good Tools for Recording Brainstorming Sessions

    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.