All Projects → nearai → Program_synthesis

nearai / Program_synthesis

Licence: apache-2.0
Program Synthesis

Projects that are alternatives of or similar to Program synthesis

Elevation
End-to-end guide design for CRISPR/Cas9 with machine learning
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Ml Examples
Examples of machine learning, with an emphasis on deep learning.
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Wechat Zhihu Csdnblog Code
WeChat Official Accounts, zhihu and CSDN'blog code
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Face swapping
简单换脸、人脸对齐、关键点定位与画图
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Python tutorial
python book
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Numba examples
Examples using Numba.
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Firstcoursenetworkscience
Tutorials, datasets, and other material associated with textbook "A First Course in Network Science" by Menczer, Fortunato & Davis
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Lstm Gru Pytorch
LSTM and GRU in PyTorch
Stars: ✭ 109 (-2.68%)
Mutual labels:  jupyter-notebook
Workshops
A few exercises for use at events.
Stars: ✭ 1,460 (+1203.57%)
Mutual labels:  jupyter-notebook
Deepscm
Repository for Deep Structural Causal Models for Tractable Counterfactual Inference
Stars: ✭ 106 (-5.36%)
Mutual labels:  jupyter-notebook
Deeplearning.ai
Materials from deeplearning.ai course on Coursera
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Azure Workshop
Collection of resources related to predictive modeling, Azure ML Studio, and the Cortana Intelligence suite.
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Silero Vad
Silero VAD: pre-trained enterprise-grade Voice Activity and Number Detector
Stars: ✭ 108 (-3.57%)
Mutual labels:  jupyter-notebook
Fcc nn research
(somewhat) cleaned-up notebooks used in researching public comments for FCC Proceeding 17-108 (Net Neutrality Repeal)
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Bertqa Attention On Steroids
BertQA - Attention on Steroids
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Language Model
A Code Pattern focusing on how to train a machine learning language model while using Keras and Tensorflow
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Quantecon.notebooks
Jupyter notebooks contributed by QuantEcon developers, users and the community
Stars: ✭ 111 (-0.89%)
Mutual labels:  jupyter-notebook
Others
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Web Deep Learning Classifier
Deep Learning model to classify food (Web App)
Stars: ✭ 112 (+0%)
Mutual labels:  jupyter-notebook
Qwiklabs
labs guide for completing qwiklabs challenge
Stars: ✭ 103 (-8.04%)
Mutual labels:  jupyter-notebook

PyPi version DOI

Program Synthesis

NEAR Program Synthesis provides a set of models, tools, and datasets for program synthesis tasks.

This repository will make it easier for the community to compare and reuse program synthesis algorithms across different datasets.

Prerequisites

Python 3 (>=3.5) is required to run the code. We also recommend using virtualenv for isolated Python environments and pip for package management. Note, to create a Python 3 environment you need to run:

virtualenv .env --python=python3
source .env/bin/activate

The code also assumes that PyTorch is already installed.

Installation

For development installation you need to clone the repository:

git clone https://github.com/nearai/program_synthesis.git
cd program_synthesis

Install program-synthesis in editable mode:

pip install -e .

Models and datasets

To cite this repository in publications:

@misc{illia_polosukhin_2018_1299382,
  author       = {Illia Polosukhin and
                  Maksym Zavershynskyi and
                  Richard Shin},
  title        = {nearai/program_synthesis: v0.1.2},
  month        = jun,
  year         = 2018,
  doi          = {10.5281/zenodo.1299382},
  url          = {https://doi.org/10.5281/zenodo.1299382}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].