Close Menu
Ztoog
    What's Hot
    Technology

    Electric Vehicle Charging Can Be Confusing. Here’s What to Know.

    Gadgets

    Not So Green, After All? EV Battery Factory Demands Coal Plant For Power

    Science

    Scandium superconducts at the highest temperature for a pure element

    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 » Learning to grow machine-learning models | Ztoog
    AI

    Learning to grow machine-learning models | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Learning to grow machine-learning models | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    It’s no secret that OpenAI’s ChatGPT has some unbelievable capabilities — as an example, the chatbot can write poetry that resembles Shakespearean sonnets or debug code for a pc program. These skills are made attainable by the huge machine-learning mannequin that ChatGPT is constructed upon. Researchers have discovered that when a majority of these models change into massive sufficient, extraordinary capabilities emerge.

    But larger models additionally require extra money and time to prepare. The coaching course of includes displaying tons of of billions of examples to a mannequin. Gathering a lot knowledge is an concerned course of in itself. Then come the financial and environmental prices of working many highly effective computer systems for days or perhaps weeks to prepare a mannequin which will have billions of parameters. 

    “It’s been estimated that training models at the scale of what ChatGPT is hypothesized to run on could take millions of dollars, just for a single training run. Can we improve the efficiency of these training methods, so we can still get good models in less time and for less money? We propose to do this by leveraging smaller language models that have previously been trained,” says Yoon Kim, an assistant professor in MIT’s Department of Electrical Engineering and Computer Science and a member of the Computer Science and Artificial Intelligence Laboratory (CSAIL).

    Rather than discarding a earlier model of a mannequin, Kim and his collaborators use it because the constructing blocks for a brand new mannequin. Using machine studying, their technique learns to “grow” a bigger mannequin from a smaller mannequin in a method that encodes information the smaller mannequin has already gained. This allows sooner coaching of the bigger mannequin.

    Their approach saves about 50 % of the computational price required to prepare a big mannequin, in contrast to strategies that prepare a brand new mannequin from scratch. Plus, the models educated utilizing the MIT technique carried out in addition to, or higher than, models educated with different strategies that additionally use smaller models to allow sooner coaching of bigger models.

    Reducing the time it takes to prepare enormous models might assist researchers make developments sooner with much less expense, whereas additionally lowering the carbon emissions generated through the coaching course of. It might additionally allow smaller analysis teams to work with these huge models, probably opening the door to many new advances.

    “As we look to democratize these types of technologies, making training faster and less expensive will become more important,” says Kim, senior writer of a paper on this system.

    Kim and his graduate scholar Lucas Torroba Hennigen wrote the paper with lead writer Peihao Wang, a graduate scholar on the University of Texas at Austin, in addition to others on the MIT-IBM Watson AI Lab and Columbia University. The analysis might be introduced on the International Conference on Learning Representations.

    The larger the higher

    Large language models like GPT-3, which is on the core of ChatGPT, are constructed utilizing a neural community structure referred to as a transformer. A neural community, loosely based mostly on the human mind, consists of layers of interconnected nodes, or “neurons.” Each neuron accommodates parameters, that are variables discovered through the coaching course of that the neuron makes use of to course of knowledge.

    Transformer architectures are distinctive as a result of, as a majority of these neural community models get larger, they obtain significantly better outcomes.

    “This has led to an arms race of companies trying to train larger and larger transformers on larger and larger datasets. More so than other architectures, it seems that transformer networks get much better with scaling. We’re just not exactly sure why this is the case,” Kim says.

    These models usually have tons of of hundreds of thousands or billions of learnable parameters. Training all these parameters from scratch is dear, so researchers search to speed up the method.

    One efficient approach is called mannequin progress. Using the mannequin progress technique, researchers can improve the dimensions of a transformer by copying neurons, and even whole layers of a earlier model of the community, then stacking them on prime. They could make a community wider by including new neurons to a layer or make it deeper by including further layers of neurons.

    In distinction to earlier approaches for mannequin progress, parameters related to the brand new neurons within the expanded transformer should not simply copies of the smaller community’s parameters, Kim explains. Rather, they’re discovered combos of the parameters of the smaller mannequin.

    Learning to grow

    Kim and his collaborators use machine studying to study a linear mapping of the parameters of the smaller mannequin. This linear map is a mathematical operation that transforms a set of enter values, on this case the smaller mannequin’s parameters, to a set of output values, on this case the parameters of the bigger mannequin.

    Their technique, which they name a discovered Linear Growth Operator (LiGO), learns to increase the width and depth of bigger community from the parameters of a smaller community in a data-driven method.

    But the smaller mannequin may very well be fairly massive — maybe it has 100 million parameters — and researchers would possibly need to make a mannequin with a billion parameters. So the LiGO approach breaks the linear map into smaller items {that a} machine-learning algorithm can deal with.

    LiGO additionally expands width and depth concurrently, which makes it extra environment friendly than different strategies. A consumer can tune how broad and deep they need the bigger mannequin to be after they enter the smaller mannequin and its parameters, Kim explains.

    When they in contrast their approach to the method of coaching a brand new mannequin from scratch, in addition to to model-growth strategies, it was sooner than all of the baselines. Their technique saves about 50 % of the computational prices required to prepare each imaginative and prescient and language models, whereas usually enhancing efficiency.

    The researchers additionally discovered they might use LiGO to speed up transformer coaching even after they didn’t have entry to a smaller, pretrained mannequin.

    “I was surprised by how much better all the methods, including ours, did compared to the random initialization, train-from-scratch baselines.” Kim says.

    In the longer term, Kim and his collaborators are wanting ahead to making use of LiGO to even bigger models.

    The work was funded, partially, by the MIT-IBM Watson AI Lab, Amazon, the IBM Research AI Hardware Center, Center for Computational Innovation at Rensselaer Polytechnic Institute, and the U.S. Army Research Office.

    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
    Gadgets

    22 Best Bluetooth Speakers (2023): Portable, Waterproof, and More

    The finest Bluetooth audio system nonetheless have a spot close to and pricey to our…

    Gadgets

    Sony’s HT-AX7 Speakers Delivers Optimal Size-to-Spatial Quality Ratio

    Sony has simply unveiled the HT-AX7, an avant-garde wi-fi and transportable cinematic system that includes…

    The Future

    Florence Pugh Takes Us on a Tour of the Thunderbolts Set

    Image: Marvel StudiosThere’s a new crew of ne’er do wells becoming a member of as…

    The Future

    Telegram’s Founder Reportedly Arrested in France Over Moderation Policy

    Telegram’s cofounder Pavel Durov was arrested on Saturday evening after at an airport a number…

    Mobile

    Download OnePlus 12 wallpapers and live wallpapers from here!

    (*12*)OnePlus has launched the OnePlus 12 in China. The telephone is anticipated to launch internationally…

    Our Picks
    Gadgets

    VinFast Announces VF 3 Mini-eSUV As An Affordable Car For The City

    Mobile

    Poll: Do you mute your group chats in messaging apps?

    The Future

    Today’s NYT Strands Hints, Answer and Help for August 3 #153

    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
    Science

    This Micro-Sized Camera will Turn Nanorobots into Photographers

    Science

    Hundreds of weird filaments of gas are hiding in our galaxy’s centre

    AI

    Can LLMs Debug Programs like Human Developers? UCSD Researchers Introduce LDB: A Machine Learning-Based Debugging Framework with LLMs

    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.