Skip to content

Commit

Permalink
Initial commit; add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dariokonopatzki committed Mar 31, 2024
0 parents commit acd0d94
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deep Learning: Foundations and Concepts Solutions | DLFC Solutions</title>
<meta name="description" content="Solutions to exercises in the book Deep Learning: Foundations and Concepts by Chris Bishop with Hugh Bishop.">
</head>
<body>
<header>
<h1>Solutions to Deep Learning: Foundations and Concepts</h1>
</header>
<main>
<section>
<p><a href="https://github.com/dariokonopatzki/Deep-Learning-Foundations-and-Concepts-Solutions">This GitHub repository</a> contains my solutions to exercises in the book Deep Learning: Foundations and Concepts by Chris Bishop with Hugh Bishop.</p>
</section>
</main>
</body>
</html>

0 comments on commit acd0d94

Please sign in to comment.