Tag:deep-learning
All the articles with the tag "deep-learning".
YOLO-v4 Object Detector
Posted on:July 5, 2020 at 12:00 AMYOLOv4 is a one-stage object detection model that improves on YOLOv3 with several bags of tricks and modules introduced in the literature. The components section below details the tricks and modules used.
Deep Learning, Machine Learning, Review
Evaluating Comet for Managing Pytorch Based Deep Learning Experiments
Posted on:April 20, 2019 at 12:00 AMComet ML is an experimentation platform, which permits testing Machine Learning projects, from the beginning up to the final monitoring. In this post, we would go through some examples to use comet.
Deep Learning, Machine Learning
Perfect Reference Management using Zotero and pCloud
Posted on:March 31, 2019 at 12:00 AMZotero is a free and open-source reference management software to manage bibliographic data and related research materials, such as PDF files.
Deep Learning, Guides
My Deep Learning Workstation Setup
Posted on:December 31, 2018 at 12:00 AMWe walk through building a PC that is capable of high performance deep learning AI and machine learning, without overspending.
Linux, Machine Learning, Deep Learning
A Practical guide to Autoencoders using Keras
Posted on:April 26, 2018 at 12:00 AMAn autoencoder is a type of artificial neural network used to learn efficient codings of unlabeled data. An autoencoder learns two functions: an encoding function that transforms the input data, and a decoding function that recreates the input data from the encoded representation.
Deep Learning, Algorithms