# deepmath **Repository Path**: mirrors_tensorflow/deepmath ## Basic Information - **Project Name**: deepmath - **Description**: Experiments towards neural network theorem proving - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.