Close Menu
Ztoog
    What's Hot
    Science

    The dairy industry is trying to outlaw plant-based “milk” labels—again

    Mobile

    OnePlus Nord N30 5G is just $199.99 at Best Buy ($100 off), plus you get a $30 gift card

    Science

    Fastest star in the galaxy clocked at 2285 kilometres per second

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

      Can work-life balance tracking improve well-being?

      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

    • Technology

      Elon Musk tries to stick to spaceships

      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

    • 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

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      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

    Ztoog
    Home » A method for designing neural networks optimally suited for certain tasks | Ztoog
    AI

    A method for designing neural networks optimally suited for certain tasks | Ztoog

    Facebook Twitter Pinterest WhatsApp
    A method for designing neural networks optimally suited for certain tasks | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Neural networks, a kind of machine-learning mannequin, are getting used to assist people full all kinds of tasks, from predicting if somebody’s credit score rating is excessive sufficient to qualify for a mortgage to diagnosing whether or not a affected person has a certain illness. But researchers nonetheless have solely a restricted understanding of how these fashions work. Whether a given mannequin is perfect for certain activity stays an open query.

    MIT researchers have discovered some solutions. They carried out an evaluation of neural networks and proved that they are often designed so they’re “optimal,” which means they decrease the likelihood of misclassifying debtors or sufferers into the unsuitable class when the networks are given quite a lot of labeled coaching knowledge. To obtain optimality, these networks should be constructed with a particular structure.

    The researchers found that, in certain conditions, the constructing blocks that allow a neural community to be optimum are usually not those builders use in follow. These optimum constructing blocks, derived by the brand new evaluation, are unconventional and haven’t been thought-about earlier than, the researchers say.

    In a paper revealed this week within the Proceedings of the National Academy of Sciences, they describe these optimum constructing blocks, referred to as activation capabilities, and present how they can be utilized to design neural networks that obtain higher efficiency on any dataset. The outcomes maintain even because the neural networks develop very giant. This work might assist builders choose the right activation operate, enabling them to construct neural networks that classify knowledge extra precisely in a variety of utility areas, explains senior creator Caroline Uhler, a professor within the Department of Electrical Engineering and Computer Science (EECS).

    “While these are new activation functions that have never been used before, they are simple functions that someone could actually implement for a particular problem. This work really shows the importance of having theoretical proofs. If you go after a principled understanding of these models, that can actually lead you to new activation functions that you would otherwise never have thought of,” says Uhler, who can also be co-director of the Eric and Wendy Schmidt Center on the Broad Institute of MIT and Harvard, and a researcher at MIT’s Laboratory for Information and Decision Systems (LIDS) and Institute for Data, Systems and Society (IDSS).

    Joining Uhler on the paper are lead creator Adityanarayanan Radhakrishnan, an EECS graduate scholar and an Eric and Wendy Schmidt Center Fellow, and Mikhail Belkin, a professor within the Halicioğlu Data Science Institute on the University of California at San Diego.

    Activation investigation

    A neural community is a kind of machine-learning mannequin that’s loosely based mostly on the human mind. Many layers of interconnected nodes, or neurons, course of knowledge. Researchers prepare a community to finish a activity by displaying it hundreds of thousands of examples from a dataset.

    For occasion, a community that has been educated to categorise photographs into classes, say canine and cats, is given a picture that has been encoded as numbers. The community performs a sequence of complicated multiplication operations, layer by layer, till the consequence is only one quantity. If that quantity is constructive, the community classifies the picture a canine, and whether it is destructive, a cat.

    Activation capabilities assist the community be taught complicated patterns within the enter knowledge. They do that by making use of a metamorphosis to the output of 1 layer earlier than knowledge are despatched to the following layer. When researchers construct a neural community, they choose one activation operate to make use of. They additionally select the width of the community (what number of neurons are in every layer) and the depth (what number of layers are within the community.)

    “It turns out that, if you take the standard activation functions that people use in practice, and keep increasing the depth of the network, it gives you really terrible performance. We show that if you design with different activation functions, as you get more data, your network will get better and better,” says Radhakrishnan.

    He and his collaborators studied a state of affairs by which a neural community is infinitely deep and huge — which implies the community is constructed by regularly including extra layers and extra nodes — and is educated to carry out classification tasks. In classification, the community learns to put knowledge inputs into separate classes.

    “A clean picture”

    After conducting an in depth evaluation, the researchers decided that there are solely 3 ways this type of community can be taught to categorise inputs. One method classifies an enter based mostly on nearly all of inputs within the coaching knowledge; if there are extra canine than cats, it’ll determine each new enter is a canine. Another method classifies by selecting the label (canine or cat) of the coaching knowledge level that almost all resembles the brand new enter.

    The third method classifies a brand new enter based mostly on a weighted common of all of the coaching knowledge factors which can be much like it. Their evaluation reveals that that is the one method of the three that results in optimum efficiency. They recognized a set of activation capabilities that at all times use this optimum classification method.

    “That was one of the most surprising things — no matter what you choose for an activation function, it is just going to be one of these three classifiers. We have formulas that will tell you explicitly which of these three it is going to be. It is a very clean picture,” he says.

    They examined this concept on a a number of classification benchmarking tasks and located that it led to improved efficiency in lots of circumstances. Neural community builders might use their formulation to pick an activation operate that yields improved classification efficiency, Radhakrishnan says.

    In the longer term, the researchers wish to use what they’ve discovered to research conditions the place they’ve a restricted quantity of information and for networks that aren’t infinitely huge or deep. They additionally wish to apply this evaluation to conditions the place knowledge don’t have labels.

    “In deep learning, we want to build theoretically grounded models so we can reliably deploy them in some mission-critical setting. This is a promising approach at getting toward something like that — building architectures in a theoretically grounded way that translates into better results in practice,” he says.

    This work was supported, partly, by the National Science Foundation, Office of Naval Research, the MIT-IBM Watson AI Lab, the Eric and Wendy Schmidt Center on the Broad Institute, and a Simons Investigator Award.

    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
    The Future

    US legislators vote to ban TikTok unless it severs ties with China

    TikTok faces a possible ban within the USThiago Prudêncio/SOPA Images/LightRocket through Getty Images US politicians…

    Mobile

    Here’s everything new for Samsung Galaxy smartphones

    Samsung’s One UI 6 replace is now dwell. It takes years of built-up options on…

    Crypto

    Bitcoin ATMs are a hotbed for scams, FTC says

    The Federal Trade Commission (FTC) revealed a report about rising fraud at Bitcoin ATMs. These…

    Crypto

    Overblown? Argentine Bitcoin Adoption Is Exaggerated, El Salvador Official Says

    Argentina’s tango with Bitcoin has hit a bitter word. Recent talks with El Salvador, the…

    Crypto

    Did The US SEC Just Endorse Ethereum After This Settlement?

    On May 30, the United States Securities and Exchange Commission (SEC) introduced that Ishan Wahi,…

    Our Picks
    Science

    Central American volcanoes offer clues to Earth’s geological evolution

    Technology

    Why Americans aren’t buying more EVs

    The Future

    The best robot photos of 2023, from fashion shows to Hollywood strikes

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Crypto

    Bitcoin Price Reclaims $66,000 Despite 4-Day ETF Outflow Streak

    Mobile

    Verizon launches new $10 per month myPlan perk

    Mobile

    Motorola Razr 40 arrives in the US as the Motorola Razr

    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.