Search Results

code2vec: Learning Distributed Representations of Code

9 code implementations26 Mar 2018

We demonstrate the effectiveness of our approach by using it to predict a method's name from the vector representation of its body.

Neural Architecture Search using Property Guided Synthesis

1 code implementation8 May 2022

To enable this approach, we also propose a novel efficient synthesis procedure, which accepts a set of promising program properties, and returns a satisfying neural architecture.

Neural Architecture Search

Pyro: Deep Universal Probabilistic Programming

1 code implementation18 Oct 2018

Pyro is a probabilistic programming language built on Python as a platform for developing advanced probabilistic models in AI research.

Probabilistic Programming Variational Inference

OneFlow: Redesign the Distributed Deep Learning Framework from Scratch

1 code implementation28 Oct 2021

Aiming at a simple, neat redesign of distributed deep learning frameworks for various parallelism paradigms, we present OneFlow, a novel distributed training framework based on an SBP (split, broadcast and partial-value) abstraction and the actor model.

SQLFlow: A Bridge between SQL and Machine Learning

1 code implementation19 Jan 2020

Previous database systems extended their SQL dialect to support ML.

BIG-bench Machine Learning

Solving Mixed Integer Programs Using Neural Networks

1 code implementation23 Dec 2020

Our approach constructs two corresponding neural network-based components, Neural Diving and Neural Branching, to use in a base MIP solver such as SCIP.

Variable Selection

Triton: An Intermediate Language and Compiler for Tiled Neural Network Computations

1 code implementation MAPL 2019

The validation and deployment of novel research ideas in the field of Deep Learning is often limited by the availability of efficient compute kernels for certain basic primitives.

mlpack 3: a fast, flexible machine learning library

1 code implementation Journal of Open Source Software 2018

In the past several years, the field of machine learning has seen an explosion of interest and excitement, with hundreds or thousands of algorithms developed for different tasks every year.

Benchmarking BIG-bench Machine Learning +1

SEN12MS -- A Curated Dataset of Georeferenced Multi-Spectral Sentinel-1/2 Imagery for Deep Learning and Data Fusion

2 code implementations18 Jun 2019

The availability of curated large-scale training data is a crucial factor for the development of well-generalizing deep learning methods for the extraction of geoinformation from multi-sensor remote sensing imagery.

Cloud Computing Scene Classification +1

Fundamental Components of Deep Learning: A category-theoretic approach

1 code implementation13 Mar 2024

Like the early stages of many scientific disciplines, it is marked by the discovery of new phenomena, ad-hoc design decisions, and the lack of a uniform and compositional mathematical foundation.

Descriptive In-Context Learning