Это видео недоступно.
Сожалеем об этом.

Crow Tutorial1: Neural Sensing and Control in Grasshopper

Поделиться
HTML-код
  • Опубликовано: 9 окт 2017
  • Supervised learning is a branch of machine learning in which a mapping function is programmed into a neural network by exposing examples to the network (training).
    This tutorial shows how to use the plug in Crow to classify certain environmental states (based on sensor data) and relate them to a parametric model, hence a neural network classifies sensor states and maps them to respective parametric outputs.
    All the files can be found here:
    github.com/Hei...
    ...and here:
    www.food4rhino....

Комментарии • 4

  • @mat1330
    @mat1330 6 лет назад

    i am not getting flexhopper for download

  • @hammadharoon1871
    @hammadharoon1871 4 года назад

    Is it possible to get metrics like accuracy or validation loss?

    • @benjaminf.3760
      @benjaminf.3760  4 года назад +1

      Hi Hammad, the component outputs the MSE of the training set after training. Getting the MSE of new test samples isn't implemented in a certain component, but can relatively easily be plugged together in GH... Cheers

    • @hammadharoon1871
      @hammadharoon1871 4 года назад

      @@benjaminf.3760 Oh okay thanks!!