Skip to content

Commit

Permalink
Add initial paper setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Jul 5, 2023
1 parent 65b5ee7 commit 42ad866
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Empty file added aesara_paper/paper.bib
Empty file.
30 changes: 30 additions & 0 deletions aesara_paper/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: 'Aesara: A fast and hackable meta-tensor library'
tags:
- Python
- Symoblics
- Compiler
authors:
- name: ABC
affiliation: 1
- name: DEF
affiliation: 2
- name: XYZ
affiliation: 3
affiliations:
- name: University1
index: 1
- name: University2
index: 2
- name: University3
index: 3
date: 05 July 2023
bibliography: paper.bib
---

# Summary

Aesara is a mathematical expression compiler in Python that allows you to define, optimize, and evaluate mathematical expressions efficiently.
It implements an extensible graph transpilation framework that currently provides compilation via C, JAX, and Numba.

# References

0 comments on commit 42ad866

Please sign in to comment.