Machine Learning without Training❗️Denoising, Inpainting & Super-resolution | PyTorch

Поділитися
Вставка
  • Опубліковано 1 вер 2023
  • Machine Learning: Implementation of the paper "Deep Image Prior" in 100 lines of PyTorch code.
    Link to the paper: arxiv.org/abs/1711.10925
    GitHub: github.com/MaximeVandegar/Pap...
    -----------------------------------------------------------------------------------------------------
    CONTACT: papers.100.lines@gmail.com
    #python #pytorch #neuralnetworks #machinelearning #artificialintelligence #deeplearning #research #activationfunction #relu #optimization #denoising #inpainting #superresolution #resolution #upsampling #bilinear #bicubic #unet #hourglass
  • Наука та технологія

КОМЕНТАРІ • 4

  • @Bencurlis
    @Bencurlis 11 місяців тому +3

    The sound is very low, but great video nonetheless!

    • @papersin100linesofcode
      @papersin100linesofcode  11 місяців тому +2

      Thank you for letting me know! I will try to improve it for the next videos

  • @pythonwire
    @pythonwire 10 місяців тому +1

    Thanks for your video, how did you computed the image size for concatening ?

    • @papersin100linesofcode
      @papersin100linesofcode  10 місяців тому

      Thank you for your question! For now it was hardcoded so that the size is the same as h, but it would be best to automate it.