Search Results

Image Colorization with Generative Adversarial Networks

7 code implementations14 Mar 2018

Over the last decade, the process of automatic image colorization has been of significant interest for several application areas including restoration of aged or degraded images.

Colorization Generative Adversarial Network +1

Learning and Evaluating Contextual Embedding of Source Code

2 code implementations ICML 2020

We fine-tune CuBERT on our benchmark tasks, and compare the resulting models to different variants of Word2Vec token embeddings, BiLSTM and Transformer models, as well as published state-of-the-art models, showing that CuBERT outperforms them all, even with shorter training, and with fewer labeled examples.

Contextual Embedding for Source Code Exception type +5

Dlib-ml: A Machine Learning Toolkit

2 code implementations1 Jan 2009

There are many excellent toolkits which provide support for developing machine learning software in Python, R, Matlab, and similar environments.

Ranked #3 on Face Verification on Labeled Faces in the Wild (using extra training data)

Anomaly Detection BIG-bench Machine Learning +3

Layered TPOT: Speeding up Tree-based Pipeline Optimization

1 code implementation18 Jan 2018

With the demand for machine learning increasing, so does the demand for tools which make it easier to use.

Automated Feature Engineering BIG-bench Machine Learning +1

SciPy 1.0--Fundamental Algorithms for Scientific Computing in Python

1 code implementation23 Jul 2019

SciPy is an open source scientific computing library for the Python programming language.

Mathematical Software Data Structures and Algorithms Software Engineering Computational Physics

Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System

3 code implementations23 Apr 2020

Taskflow introduces an expressive task graph programming model to assist developers in the implementation of parallel and heterogeneous decomposition strategies on a heterogeneous computing platform.

Scheduling

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

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

Towards Automatic Learning of Heuristics for Mechanical Transformations of Procedural Code

1 code implementation25 Jan 2017

Program transformation systems require the definition of efficient transformation strategies to tackle the combinatorial problem that emerges due to the large set of transformations applicable at each step of the process.