Experimental design for MRI by greedy policy search
Github: https://github.com/Timsey/pg_mri
Paper: https://arxiv.org/abs/2010.16262v1
@Machine_learn
  Github: https://github.com/Timsey/pg_mri
Paper: https://arxiv.org/abs/2010.16262v1
@Machine_learn
Deep Multimodal Fusion by Channel Exchanging
Github: https://github.com/yikaiw/CEN
Dataset: https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
Paper: https://arxiv.org/abs/2011.05005
@Machine_learn
  
  Github: https://github.com/yikaiw/CEN
Dataset: https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
Paper: https://arxiv.org/abs/2011.05005
@Machine_learn
GitHub
  
  GitHub - yikaiw/CEN: [TPAMI 2023, NeurIPS 2020] Code release for "Deep Multimodal Fusion by Channel Exchanging"
  [TPAMI 2023, NeurIPS 2020] Code release for "Deep Multimodal Fusion by Channel Exchanging" - yikaiw/CEN
  Introduction_to_Deep_Learning_Using_R_A_Step_by_Step_Guide_to_Learning.pdf
    7.1 MB
  Introduction to Deep Learning Using R
A Step-by-Step Guide to Learning and Implementing Deep Learning Models Using R
#book #DL
@Machine_learn
A Step-by-Step Guide to Learning and Implementing Deep Learning Models Using R
#book #DL
@Machine_learn
❤1
  Using GANs to Create Fantastical Creatures
http://ai.googleblog.com/2020/11/using-gans-to-create-fantastical.html
@Machine_learn
  
  http://ai.googleblog.com/2020/11/using-gans-to-create-fantastical.html
@Machine_learn
research.google
  
  Using GANs to Create Fantastical Creatures
  Posted by Andeep Singh Toor, Stadia Software Engineer and Fred Bertsch, Software Engineer, Google Research, Brain Team Creating art for digital vid...
  Learning Efficient GANs using Differentiable Masks and Co-Attention Distillation
Github: https://github.com/SJLeo/DMAD
Paper: https://arxiv.org/abs/2011.08382
@Machine_learn
  
  
  
  
  
  Github: https://github.com/SJLeo/DMAD
Paper: https://arxiv.org/abs/2011.08382
@Machine_learn
Free Course Advanced Computer Vision with TensorFlow
https://www.coursera.org/learn/advanced-computer-vision-with-tensorflow
@Machine_learn
  
  https://www.coursera.org/learn/advanced-computer-vision-with-tensorflow
@Machine_learn
Coursera
  
  Advanced Computer Vision with TensorFlow
  Offered by DeepLearning.AI. In this course, you will:  ... Enroll for free.
  Tutorial on Generative Adversarial Networks (GANs) with Keras and TensorFlow
Nice tutorial with enough theory to understand what you are doing and code to get it done.
Link: https://www.pyimagesearch.com/2020/11/16/gans-with-keras-and-tensorflow/
#Keras #TensorFlow #tutorial #wheretostart #GAN
@Machine_learn
  
  
  
  
  
Nice tutorial with enough theory to understand what you are doing and code to get it done.
Link: https://www.pyimagesearch.com/2020/11/16/gans-with-keras-and-tensorflow/
#Keras #TensorFlow #tutorial #wheretostart #GAN
@Machine_learn
❤1
  Text Extraction from a Table Image, using PyTesseract and OpenCV
https://levelup.gitconnected.com/text-extraction-from-a-table-image-using-pytesseract-and-opencv-3342870691ae
@Machine_learn
  
  https://levelup.gitconnected.com/text-extraction-from-a-table-image-using-pytesseract-and-opencv-3342870691ae
@Machine_learn
Medium
  
  Text Extraction from a Table Image, using PyTesseract and OpenCV
  Turning Image of a Table into Python Object
  Using AutoML for Time Series Forecasting
http://ai.googleblog.com/2020/12/using-automl-for-time-series-forecasting.html
@Machine_learn
  
  http://ai.googleblog.com/2020/12/using-automl-for-time-series-forecasting.html
@Machine_learn
research.google
  
  Using AutoML for Time Series Forecasting
  Posted by Chen Liang and Yifeng Lu, Software Engineers, Google Research, Brain Team Time series forecasting is an important research area for machi...
  Animating Pictures with Eulerian Motion Fields
New method for single image animation. Authors promised to release code soon!
Website: https://eulerian.cs.washington.edu
Paper: https://eulerian.cs.washington.edu/animating_pictures_2020.pdf
ArXiV: https://arxiv.org/abs/2011.15128
YouTube: https://www.youtube.com/watch?v=4zKliOMilGY
#DL #animation #WashingtonUni
@Machine_learn
  
  New method for single image animation. Authors promised to release code soon!
Website: https://eulerian.cs.washington.edu
Paper: https://eulerian.cs.washington.edu/animating_pictures_2020.pdf
ArXiV: https://arxiv.org/abs/2011.15128
YouTube: https://www.youtube.com/watch?v=4zKliOMilGY
#DL #animation #WashingtonUni
@Machine_learn
YouTube
  
  Animating Pictures with Eulerian Motion Fields
  Aleksander Holynski, Brian Curless, Steven M. Seitz, Richard Szeliski
Project Website: https://eulerian.cs.washington.edu
  Project Website: https://eulerian.cs.washington.edu
Forwarded from DelanaTech
This channel has launced to introduce books and educational videos in the field of artificial intelligence.
  Using AutoML for Time Series Forecasting
http://ai.googleblog.com/2020/12/using-automl-for-time-series-forecasting.html
@Machine_learn
  
  http://ai.googleblog.com/2020/12/using-automl-for-time-series-forecasting.html
@Machine_learn
research.google
  
  Using AutoML for Time Series Forecasting
  Posted by Chen Liang and Yifeng Lu, Software Engineers, Google Research, Brain Team Time series forecasting is an important research area for machi...
  Fully Convolutional Networks for Panoptic Segmentation.
Github: https://github.com/yanwei-li/PanopticFCN
Paper: https://arxiv.org/pdf/2012.00720.pdf
@Machine_learn
  
  
  
  
  
  Github: https://github.com/yanwei-li/PanopticFCN
Paper: https://arxiv.org/pdf/2012.00720.pdf
@Machine_learn
pixelNeRF: Neural Radiance Fields from One or Few Images.
Github: https://github.com/sxyu/pixel-nerf
Paper: http://arxiv.org/abs/2012.02190
@Machine_learn
  
  
  
  
  
  Github: https://github.com/sxyu/pixel-nerf
Paper: http://arxiv.org/abs/2012.02190
@Machine_learn
Implementation of Adam and AMSGrad Optimizers
Project: https://lab-ml.com/labml_nn/optimizers/adam.html
AMSGrad: https://lab-ml.com/labml_nn/optimizers/amsgrad.html
GitHub: https://github.com/lab-ml/nn
Full list: https://lab-ml.com/labml_nn/index.html
👌
@Machine_learn
  Project: https://lab-ml.com/labml_nn/optimizers/adam.html
AMSGrad: https://lab-ml.com/labml_nn/optimizers/amsgrad.html
GitHub: https://github.com/lab-ml/nn
Full list: https://lab-ml.com/labml_nn/index.html
👌
@Machine_learn
quant_of_the_year_candidate.pdf
    2.5 MB
  Lipton, A., & de Prado, M. L. (2020). A closed-form solution for optimal mean-reverting trading strategies.
#paper
@Machine_learn
  #paper
@Machine_learn