// Archives

Train a Custom Computer Vision Model using Detectron2

Training a custom computer vision model to work on your research dataset may be daunting due to the imagined complexities and effort involved. However, some very powerful open-source frameworks, such as Detectron2, have recently been made available to simplify the process. Detectron2 is an open-source framework that implements state-of-the-art computer vision algorithms. Detectron2 comes with …

Better OCR of Research Papers and Newspaper Articles

Optical Character Recognition (OCR) describes a technique whereby computers can read printed text. OCR of newspapers, magazines and research papers has always been challenging due to the unconventional and unusual formatting of the material. Text boxes, images and tables are often overlaid and are difficult (for a computer) to distinguish. Conventional, out-of-the-box OCR software is …

Learn how to train a Simpsons character classifier at home using Ludwig

Researchers may be wondering what tools are available for them to work on their datasets from home. In this blog, we highlight an open-source toolkit that allows researchers to implement machine learning architectures and deep learning models on their home computers with little to no coding. In this blog post you will learn about the …