Deep AutoViML - End to End AutoML for Deep Learning

Поділитися
Вставка
  • Опубліковано 24 жов 2024

КОМЕНТАРІ • 10

  • @AIEngineeringLife
    @AIEngineeringLife  3 роки тому +6

    On how to use Deep AutoViML you can check the examples in repo here - github.com/AutoViML/deep_autoviml

  • @bigears8296
    @bigears8296 3 роки тому +3

    1:09:29 very useful - the ability to take in raw text and construct a classifier model. This is very understated since usually you have to manually do those using libraries like NLTK, Spacy, etc.

  • @madhudande3587
    @madhudande3587 2 роки тому

    HI Ram and Srinivasan, While loading the stmt through jupyter from deep_autoviml import deep_autoviml as deepauto, im getting an error "The kernel appears to have died. It will restart automatically." Please support on starting point

  • @karthik323
    @karthik323 3 роки тому +2

    Can I use Deep AutoViML for time series

    • @subhashachutha7413
      @subhashachutha7413 3 роки тому

      Use autots

    • @AIEngineeringLife
      @AIEngineeringLife  3 роки тому +2

      Karthik.. Yes it is possible as you can customize LSTM architecture as parameter and run it. Will try to post an example of it

    • @ramseshadri8404
      @ramseshadri8404 3 роки тому

      @@subhashachutha7413 actually there are two libraries: auto-ts and autots. Both are good. Just try and see which one you like best.

  • @sanjanasuman5128
    @sanjanasuman5128 3 роки тому

    Hi, Couldn't find the NLP Demo notebook. Can you please provide the exact link

  • @bibhukalyandas1146
    @bibhukalyandas1146 3 роки тому

    Is there any way to add class weights to minorty class in classification model?

    • @AIEngineeringLife
      @AIEngineeringLife  3 роки тому

      Yes you can add it in keras options parameter in latest version of Deep AutoViML