About 671,000 results
Open links in new tab
  1. What Is a Neural Network? - MATLAB & Simulink - MathWorks

    How Do You Create a Neural Network with MATLAB? Using MATLAB ® with Deep Learning Toolbox™ and Statistics and Machine Learning Toolbox™, you can create deep and shallow …

  2. Deep Learning Toolbox - MATLAB - MathWorks

    Deep Learning Toolbox provides functions, apps, and Simulink blocks for designing, implementing, and simulating deep neural networks. The toolbox provides a framework to …

  3. Import and Build Deep Neural Networks - MATLAB & Simulink

    Build networks using command-line functions or interactively using the Deep Network Designer app

  4. Neural Networks - MATLAB & Simulink - MathWorks

    To train a neural network classification model, use the Classification Learner app. For greater flexibility, train a neural network classifier using fitcnet in the command-line interface. After …

  5. Getting Started with Neural Networks Using MATLAB

    Jun 2, 2020 · Neural networks are useful in many applications: you can use them for clustering, classification, regression, and time-series predictions. In this video, you’ll walk through an …

  6. genFunction - Generate MATLAB function for simulating shallow …

    genFunction(net,pathname) generates a complete stand-alone MATLAB function for simulating a neural network including all settings, weight and bias values, module functions, and …

  7. network - Create custom shallow neural network - MATLAB

    This MATLAB function without arguments returns a new neural network with no inputs, layers or outputs.

  8. dlnetwork - Deep learning neural network - MATLAB - MathWorks

    Define a two-output neural network that predicts both categorical labels and numeric values given 2-D images as input. Specify the number of classes and responses.

  9. Workflow for Neural Network Design - MATLAB & Simulink

    This topic describes the basic components of a neural network and shows how they are created and stored in the network object. After a neural network has been created, it needs to be …

  10. Set Up Parameters and Train Convolutional Neural Network

    Stochastic solvers train neural networks by iterating over mini-batches of data and updating the neural network learnable parameters. You can specify stochastic solver options that control …