mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
🤖 Web developer stuff
This commit is contained in:
52
index.html
Normal file
52
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user