A new open source framework for automatic differentiation with graphs

By facebook - 2020-10-08

Description

Introducing GTN, an open source framework for automatic differentiation with a powerful, expressive type of graph called weighted finite-state...

Summary

  • DEVELOPER TOOLS OPEN SOURCE A new open source framework for automatic differentiation with graphs What the research is: Previously, the use of individual graphs at training time was implicit, and developers had to hard-code the graph structure in the software.
  • The model is free to choose how to decompose a word like “the” into word pieces.
  • Our new approach lets the model learn the optimal decomposition of a word or phrase for a given task.

 

Topics

  1. Machine_Learning (0.32)
  2. NLP (0.28)
  3. Backend (0.2)

Similar Articles

What is semi-supervised machine learning?

By TechTalks - 2021-01-04

Semi-supervised learning helps you solve classification problems when you don't have labeled data to train your machine learning model.

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...

Introduction to Active Learning

By KDnuggets - 2020-12-15

An extensive overview of Active Learning, with an explanation into how it works and can assist with data labeling, as well as its performance and potential limitations.