diff --git a/content/portfolio/how-my-website-works.md b/content/portfolio/how-my-website-works.md index 257eb67..9a8aa20 100644 --- a/content/portfolio/how-my-website-works.md +++ b/content/portfolio/how-my-website-works.md @@ -4,7 +4,9 @@ title: How my website works? description: My new website is using a fantastical stack and I am explaining how my playground works publishedAt: 2024/06/21 readingTime: 5 -tags: [article, dev] +tags: + - article + - dev --- My personal website is an overengineered playground where I tinker, explore new technologies, experiment with tools, break conventional rules, and satisfy my deep curiosity about web software. diff --git a/public/portfolio/What is Machine Learning/.gitkeep b/public/portfolio/What is Machine Learning/.gitkeep new file mode 100644 index 0000000..7e6d78b --- /dev/null +++ b/public/portfolio/What is Machine Learning/.gitkeep @@ -0,0 +1 @@ +# This is a placeholder file to keep this folder in your repository. \ No newline at end of file diff --git a/public/portfolio/What is Machine Learning/ML Model Types.png b/public/portfolio/What is Machine Learning/ML Model Types.png new file mode 100644 index 0000000..2778c25 Binary files /dev/null and b/public/portfolio/What is Machine Learning/ML Model Types.png differ diff --git a/public/portfolio/What is Machine Learning/Modelization in Prog.png b/public/portfolio/What is Machine Learning/Modelization in Prog.png new file mode 100644 index 0000000..3e62051 Binary files /dev/null and b/public/portfolio/What is Machine Learning/Modelization in Prog.png differ diff --git a/public/portfolio/What is Machine Learning/R2 Score.png b/public/portfolio/What is Machine Learning/R2 Score.png new file mode 100644 index 0000000..6c185b5 Binary files /dev/null and b/public/portfolio/What is Machine Learning/R2 Score.png differ