Cutting Edge Deep Learning
258 subscribers
193 photos
42 videos
51 files
363 links
πŸ“• Deep learning
πŸ“— Reinforcement learning
πŸ“˜ Machine learning
πŸ“™ Papers - tools - tutorials

πŸ”— Other Social Media Handles:
https://linktr.ee/cedeeplearning
Download Telegram
πŸ”»10 Best Machine Learning Frameworks in 2020

1. #TensorFlow
2. Google Cloud ML Learning
3. Apache Mahout
4. Shogun
5. Sci-Kit Learn
6. #PyTorch or TORCH
7. H2O
8. Microsoft Cognitive Toolkit (#CNTK)
9. #Apache MXNet
10. Apple's Core ML

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
https://www.cubix.co/blog/best-machine-learning-frameworks-in-2020

πŸ“ŒVia: @cedeeplearning

#deeplearning
#machinelearning
#datascience
πŸ”Ή LSTM for time series prediction

πŸ–ŠBy Roman Orac

πŸ”»Learn how to develop a LSTM neural network with #PyTorch on trading data to predict future prices by mimicking actual values of the time series data.

In this blog post, I am going to train a Long Short Term Memory Neural Network (LSTM) with PyTorch on Bitcoin trading data and use it to predict the price of unseen trading data. I had quite some difficulties with finding intermediate tutorials with a repeatable example of training an #LSTM for time series prediction, so I’ve put together a #Jupyter notebook to help you to get started.
β€”β€”β€”β€”β€”β€”β€”β€”β€”
πŸ“ŒVia: @cedeeplearning

https://www.kdnuggets.com/2020/04/lstm-time-series-prediction.html

#deeplearning #AI #machinelearning
#neuralnetworks #timeseries
πŸ”»Speeding Up Deep Learning Inference Using TensorRT

πŸ“ˆ This version starts from a #PyTorch model instead of the #ONNX model, upgrades the sample application to use #TensorRT 7, and replaces the ResNet-50 #classification model with UNet, which is a segmentation model.

πŸ“ˆ NVIDIA TensorRT is an SDK for deep learning inference. TensorRT provides APIs and parsers to import trained models from all major deep learning frameworks. It then generates optimized runtime engines deployable in the datacenter as well as in automotive and embedded environments.

πŸ”ΉSimple TensorRT example

πŸ”»Convert the pretrained image segmentation PyTorch model into ONNX.
πŸ”»Import the ONNX model into TensorRT.
πŸ”»Apply optimizations and generate an engine.
πŸ”»Perform inference on the GPU.

⭕️ DO NOT MISS OUT THIS ARTICLE
β€”β€”β€”β€”β€”β€”β€”β€”β€”
πŸ“ŒVia: @cedeeplearning
πŸ“ŒOther social media: https://linktr.ee/cedeeplearning

link: https://devblogs.nvidia.com/speeding-up-deep-learning-inference-using-tensorrt/

#NVIDIA #deeplearning #neuralnetworks #python
#machinelearning #AI