🤖 Web developer stuff

This commit is contained in:
github-actions[bot]
2024-05-30 07:00:04 +00:00
parent 604eb7fc5d
commit 1c0c605d85
33 changed files with 441 additions and 1 deletions

52
index.html Normal file
View File

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
font-family: monospace, monospace;
color: white;
background-color: #292929;
}
</style>
</head>
<body>
<h1>Table of contents</h1>
<!-- begin-toc -->
<h2>Fundamentals of Artificial Intelligence and Knowledge Representation</h2>
<ul>
<li><h3><a href=faikr1.html>FAIKR module 1</a></h3></li>
<li><h3><a href=faikr2.html>FAIKR module 2</a></h3></li>
<li><h3><a href=faikr3.html>FAIKR module 3</a></h3></li>
</ul>
<h2><a href=dm-ml.html>Machine Learning and Data Mining</a></h2>
<h2><a href=smm.html>Statistical and Mathematical Methods for Artificial Intelligence</a></h2>
<h2>Cognition and Neuroscience</h2>
<ul>
<li><h3><a href=cn1.html>CN module 1</a></h3></li>
<li><h3><a href=cn2.html>CN module 2</a></h3></li>
</ul>
<h2>Combinatorial Decision Making and Optimization</h2>
<ul>
<li><h3><a href=cdmo1.html>CDMO module 1</a></h3></li>
<li><h3><a href=cdmo2.html>CDMO module 2</a></h3></li>
</ul>
<h2><a href=dl.html>Deep Learning</a></h2>
<h2>Image Processing and Computer Vision</h2>
<ul>
<li><h3><a href=ipcv1.html>IPCV module 1</a></h3></li>
<li><h3><a href=ipcv2.html>IPCV module 2</a></h3></li>
</ul>
<h2>Languages and Algorithms for Artificial Intelligence</h2>
<ul>
<li><h3><a href=laai2.html>LAAI module 2</a></h3></li>
<li><h3><a href=laai3.html>LAAI module 3</a></h3></li>
</ul>
<!-- end-toc -->
</body>
</html>