diff --git a/README.md b/README.md index b5aa76a..9ec0dad 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Here are some things you can do with Tricycle: Here are some things you can't do with Tricycle (yet): - Do anything at the speed of pytorch -- Use any built in layers, optimisers, regularisation techniques etc +- Perform more advanced operations like Attention - Use a GPU If you want to do these things, you should check out [pytorch](https://pytorch.org/) @@ -40,3 +40,5 @@ Tricycle is tested using [pytest](https://docs.pytest.org/en/latest/) poetry run pytest ``` +## Contact +To get in touch, you can send an email to: [bclarkson-code@proton.me](mailto:bclarkson-code@proton.me) diff --git a/images/square_error.png b/images/square_error.png new file mode 100644 index 0000000..addf9cf Binary files /dev/null and b/images/square_error.png differ diff --git a/images/tech_tree_post_1.png b/images/tech_tree_post_1.png new file mode 100644 index 0000000..9e6ac9c Binary files /dev/null and b/images/tech_tree_post_1.png differ diff --git a/images/variable_and_box.png b/images/variable_and_box.png new file mode 100644 index 0000000..8e6a53c Binary files /dev/null and b/images/variable_and_box.png differ diff --git a/images/y_eq_mx_plus_p_deriv.png b/images/y_eq_mx_plus_p_deriv.png new file mode 100644 index 0000000..945e77c Binary files /dev/null and b/images/y_eq_mx_plus_p_deriv.png differ diff --git a/images/y_eq_mx_plus_p_labelled.png b/images/y_eq_mx_plus_p_labelled.png new file mode 100644 index 0000000..b1d5385 Binary files /dev/null and b/images/y_eq_mx_plus_p_labelled.png differ diff --git a/images/z_eq_mx.png b/images/z_eq_mx.png new file mode 100644 index 0000000..f0cbe14 Binary files /dev/null and b/images/z_eq_mx.png differ diff --git a/images/z_eq_xx_plus_xc.png b/images/z_eq_xx_plus_xc.png new file mode 100644 index 0000000..657213b Binary files /dev/null and b/images/z_eq_xx_plus_xc.png differ