commit 419ae54e4be1895b99b147b9ab8d8869e4272742 Author: marius Date: Thu May 11 15:09:58 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..207d123 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> JupyterNotebooks +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..9034a92 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# machine-learning-with-rust + +Machine Learning with Rust instead of Python (experiments) \ No newline at end of file