Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tensorflow/deepmath

Experiments towards neural network theorem proving
https://github.com/tensorflow/deepmath

Last synced: about 1 month ago
JSON representation

Experiments towards neural network theorem proving

Awesome Lists containing this project

README

        

# Deepmath

The Deepmath project seeks to improve automated theorem proving using deep
learning and other machine learning techniques. Deepmath is a collaboration
between [Google Research](https://research.google.com) and several universities.

## DISCLAIMER:

The source code in this repository is not an official Google product, but
is a research collaboration with external research teams.

## Installation

Deepmath depends on TensorFlow, which is included as a submodule. Use, or
see, the Dockerfile for build instructions for `deephol`, our neural prover. It
requires connecting to a proof assistant server. See
https://github.com/brain-research/hol-light for a server implementation.