AI safety needs a textbook. This is it.
Read the textbook »
Contribute Content
·
Report Bug
·
Request Feature
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/jqhoogland/aligning-ai.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
In addition to the default Katex symbols, we've provided a number of useful latex macros:
E.g.
-
\B{x}
for\boldsymbol{x}
and\b{x}
for\mathbf{x}
-
\N
,\QQ
,\RR
,\CC
for$\mathbb{N}$ ,$\mathbb{Q}$ ,$\mathbb{R}$ ,$\mathbb{C}$ . -
\t{3.1}{f(x) = x^2-1}
is equivalent to\htmlId{eq:3.1}{f(x) = x^2-1 \tag{3.1}}
- Wrap equations in
$\htmlId{eq:my-eq-name}{f(x) = x^2-1}$
- When you select an equation and copy it, you'll copy the latex source.
- Equation numbering is manual with
\tag{3.1}
.
The code supporting the website is distributed under an MIT License. See LICENSE.txt
for more information.
The figures and interactive elements are distributed under a CC-BY-SA 4.0 License. See LICENSE-figures.txt
for more information.
See individual chapters for notes on how to cite the content.
Jesse Hoogland - @hoogland_jesse - jesse@jessehoogland.com
Project Link: https://github.com/jqhoogland/aligning-ai