-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ab4258
commit a614433
Showing
7 changed files
with
50 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Tutorials | ||
--- | ||
|
||
# Tutorials | ||
|
||
**continuiti** aims to implement recent advances in learning function operators, | ||
i.e., mappings of (continuous) functions. | ||
|
||
In the following, we will kindly introduce you step-by-step to the concepts of | ||
operator learning. Let's start with installing **continuiti** and then move on | ||
to the basics of operator learning with simple examples. | ||
|
||
## Installing continuiti | ||
|
||
Install the latest version of **continuiti** using pip: | ||
``` | ||
pip install continuiti | ||
``` | ||
|
||
**continuiti** requires Python>=3.9 and is built on top of | ||
[PyTorch](https://pytorch.org/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters