Initial commit

main
marius 2023-05-11 15:09:58 +00:00
commit 419ae54e4b
3 changed files with 18 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -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/

1
LICENSE Normal file
View File

@ -0,0 +1 @@
"THE BEER-WARE LICENSE" (Revision 42): <phk@FreeBSD.ORG> 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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# machine-learning-with-rust
Machine Learning with Rust instead of Python (experiments)