Close Menu
Ztoog
    What's Hot
    Mobile

    87% of US teenagers owned an iPhone, 88% would buy again, a new survey shows

    The Future

    Top 12 time tracking software for virtual assistants

    Gadgets

    This grade-A refurbished iPad mini is $80 and ships free

    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 to Get Bot Lobbies in Fortnite? (2025 Guide)

      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

    • Technology

      What does a millennial midlife crisis look like?

      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

    • Gadgets

      Watch Apple’s WWDC 2025 keynote right here

      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

    • Mobile

      YouTube is testing a leaderboard to show off top live stream fans

      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

    • Science

      Some parts of Trump’s proposed budget for NASA are literally draconian

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      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?

    • AI

      Teaching AI models what they don’t know | Ztoog

      Fueling seamless AI at scale

      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

    • Crypto

      JPMorgan Chase set to accept Bitcoin, crypto ETFs as loan collateral

      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

    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

    Teaching AI models what they don’t know | Ztoog

    AI

    Fueling seamless AI at scale

    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

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    The Future

    X doubles its Premium+ plan prices after xAI releases Grok 3

    (*3*)Hours after Elon Musk’s AI firm, xAI launched the newest model of its AI mannequin,…

    Science

    Geminid meteor shower 2023: How to see the spectacular show late tonight

    The Geminid meteor shower over Jade Dragon Snow Mountain in ChinaJeff Dai/Stocktrek Images/Alamy The peak…

    Mobile

    Now available in the States: Samsung’s S Pen Creator Edition, it’s most advanced digital stylus

    Samsung’s unveiled S Pen Creator Edition is now available in the U.S. (by way of…

    AI

    Why OpenAI’s new model is such a big deal

    I assumed OpenAI’s GPT-4o, its main model on the time, can be completely suited to…

    Mobile

    Deal slams the price of Pixel 7 down to a historic low

    Premium telephones have a tendency to be costly however if you find yourself in the…

    Our Picks
    Technology

    9 questions about Kevin McCarthy’s downfall and what’s next for the House GOP chaos, answered

    Mobile

    Samsung Galaxy Tab A8 vs Samsung Galaxy Tab S9 FE: Should you upgrade?

    Technology

    SEC filing: Better.com plans to go public via a SPAC merger, raising $750M, after initially planning a $6B SPAC in May 2021 (Connie Kim/HousingWire)

    Categories
    • AI (1,495)
    • Crypto (1,755)
    • Gadgets (1,806)
    • Mobile (1,852)
    • Science (1,868)
    • Technology (1,804)
    • The Future (1,650)
    Most Popular
    Science

    New species of snake named for actor Harrison Ford

    Crypto

    Bitcoin startups remain undercapitalized as funding drought drags on

    Gadgets

    The best 3D printers for miniatures in 2023

    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.