Search Results

AI Programmer: Autonomously Creating Software Programs Using Genetic Algorithms

1 code implementation17 Sep 2017

In this paper, we present the first-of-its-kind machine learning (ML) system, called AI Programmer, that can automatically generate full software programs requiring only minimal human guidance.

AI Challenger : A Large-scale Dataset for Going Deeper in Image Understanding

3 code implementations17 Nov 2017

Significant progress has been achieved in Computer Vision by leveraging large-scale image datasets.

Attribute General Classification +1

Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm

59 code implementations5 Dec 2017

The game of chess is the most widely-studied domain in the history of artificial intelligence.

Game of Chess Game of Go +4

CodeGeeX: A Pre-Trained Model for Code Generation with Multilingual Evaluations on HumanEval-X

2 code implementations30 Mar 2023

Large pre-trained code generation models, such as OpenAI Codex, can generate syntax- and function-correct code, making the coding of programmers more productive and our pursuit of artificial general intelligence closer.

Code Generation

The Elements of Differentiable Programming

1 code implementation21 Mar 2024

Artificial intelligence has recently experienced remarkable advances, fueled by large models, vast datasets, accelerated hardware, and, last but not least, the transformative power of differentiable programming.

Open-Source Skull Reconstruction with MONAI

1 code implementation25 Nov 2022

The primary goal of this paper lies in the investigation of open-sourcing codes and pre-trained deep learning models under the MONAI framework.

C++ code

Collective Knowledge: organizing research projects as a database of reusable components and portable workflows with common APIs

3 code implementations2 Nov 2020

The CK framework is used to organize and manage research projects as a database of such components.

Benchmarking

Discovering Quantum Circuit Components with Program Synthesis

1 code implementation2 May 2023

Despite rapid progress in the field, it is still challenging to discover new ways to take advantage of quantum computation: all quantum algorithms need to be designed by hand, and quantum mechanics is notoriously counterintuitive.

Quantum Physics

When Do Program-of-Thoughts Work for Reasoning?

1 code implementation29 Aug 2023

Although there are effective methods like program-of-thought prompting for LLMs which uses programming language to tackle complex reasoning tasks, the specific impact of code data on the improvement of reasoning capabilities remains under-explored.

Code Generation Mathematical Reasoning

A System for Accessible Artificial Intelligence

2 code implementations1 May 2017

While artificial intelligence (AI) has become widespread, many commercial AI systems are not yet accessible to individual researchers nor the general public due to the deep knowledge of the systems required to use them.

BIG-bench Machine Learning