Skip to content

Commit

Permalink
Fixed Notion Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aykhan019 committed Sep 1, 2024
1 parent f2d864c commit 77c606d
Show file tree
Hide file tree
Showing 18 changed files with 207 additions and 758 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to Neural Networks and Deep Learning | Module 1 : Introduction to Neural Networks and Deep Learning | aykhan.net</title>
<title>Introduction to Neural Networks and Deep Learning | Module 1 : Introduction to Neural Networks and Deep
Learning | aykhan.net</title>
<meta name="description" content="Introduction to Neural Networks and Deep Learning | Module 1 | aykhan.net">
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/home/css/application.css">
<link rel="stylesheet" href="/home/css/variables.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

.content {
height: 100vh;
overflow: hidden;
width: 100%;
position: relative;
}

.section-text-mask {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}

.section-title, .section-subtitle {
padding: 15px 5px;
margin: 0;
}

.iframe-container {
height: 92vh;
overflow: hidden;
padding: 15px;
}

iframe {
width: 100%;
height: 100%;
border: 0;
margin-top: -50px;
padding-left: 17px;
}
</style>
<link rel="stylesheet" href="../../../../../home/css/application.css">
<link rel="stylesheet" href="../../../../../home/css/variables.css">
<link rel="stylesheet" href="../../../../css/style.css">
</head>

<body>
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section" style="width:100%;padding: 2% 0%;">
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
style="width:100%;padding: 2% 0%;">
<div class="section-mask"></div>
<div class="content">
<div class="section-text-mask">
Expand All @@ -64,10 +27,11 @@ <h4 class="h5 section-subtitle">Introduction to Neural Networks and Deep Learnin
<h2 class="h3 section-title">Module 1: Introduction to Neural Networks and Deep Learning</h2>
</div>
<div class="iframe-container">
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-1/index.html"></iframe>
<iframe id="iframeContent"
src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-1/index.html"></iframe>
</div>
</div>
</section>
</body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,9 @@
<meta name="description" content="Introduction to Neural Networks and Deep Learning | Module 2: Artificial Neural Networks | aykhan.net">
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/home/css/application.css">
<link rel="stylesheet" href="/home/css/variables.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

.content {
height: 100vh;
overflow: hidden;
width: 100%;
position: relative;
}

.section-text-mask {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}

.section-title, .section-subtitle {
padding: 15px 5px;
margin: 0;
}

.iframe-container {
height: 92vh;
overflow: hidden;
padding: 15px;
}

iframe {
width: 100%;
height: 100%;
border: 0;
margin-top: -50px;
padding-left: 17px;
}
</style>
<link rel="stylesheet" href="../../../../../home/css/application.css">
<link rel="stylesheet" href="../../../../../home/css/variables.css">
<link rel="stylesheet" href="../../../../css/style.css">
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to Neural Networks and Deep Learning | Module 3: Keras and Deep Learning Libraries | aykhan.net</title>
<meta name="description" content="Introduction to Neural Networks and Deep Learning | Module 3: Keras and Deep Learning Libraries | aykhan.net">
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<title>Introduction to Neural Networks and Deep Learning | Module 3: Keras and Deep Learning Libraries | aykhan.net
</title>
<meta name="description"
content="Introduction to Neural Networks and Deep Learning | Module 3: Keras and Deep Learning Libraries | aykhan.net">
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/home/css/application.css">
<link rel="stylesheet" href="/home/css/variables.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

.content {
height: 100vh;
overflow: hidden;
width: 100%;
position: relative;
}

.section-text-mask {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}

.section-title, .section-subtitle {
padding: 15px 5px;
margin: 0;
}

.iframe-container {
height: 92vh;
overflow: hidden;
padding: 15px;
}

iframe {
width: 100%;
height: 100%;
border: 0;
margin-top: -50px;
padding-left: 17px;
}
</style>
<link rel="stylesheet" href="../../../../../home/css/application.css">
<link rel="stylesheet" href="../../../../../home/css/variables.css">
<link rel="stylesheet" href="../../../../css/style.css">
</head>

<body>
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section" style="width:100%;padding: 2% 0%;">
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
style="width:100%;padding: 2% 0%;">
<div class="section-mask"></div>
<div class="content">
<div class="section-text-mask">
Expand All @@ -64,10 +28,11 @@ <h4 class="h5 section-subtitle">Introduction to Neural Networks and Deep Learnin
<h2 class="h3 section-title">Module 3: Keras and Deep Learning Libraries</h2>
</div>
<div class="iframe-container">
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-3/index.html"></iframe>
<iframe id="iframeContent"
src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-3/index.html"></iframe>
</div>
</div>
</section>
</body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to Neural Networks and Deep Learning | Module 4: Deep Learning Models | aykhan.net</title>
<meta name="description" content="Introduction to Neural Networks and Deep Learning | Module 4: Deep Learning Models | aykhan.net">
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<meta name="description"
content="Introduction to Neural Networks and Deep Learning | Module 4: Deep Learning Models | aykhan.net">
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/home/css/application.css">
<link rel="stylesheet" href="/home/css/variables.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

.content {
height: 100vh;
overflow: hidden;
width: 100%;
position: relative;
}

.section-text-mask {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}

.section-title, .section-subtitle {
padding: 15px 5px;
margin: 0;
}

.iframe-container {
height: 92vh;
overflow: hidden;
padding: 15px;
}

iframe {
width: 100%;
height: 100%;
border: 0;
margin-top: -50px;
padding-left: 17px;
}
</style>
<link rel="stylesheet" href="../../../../../home/css/application.css">
<link rel="stylesheet" href="../../../../../home/css/variables.css">
<link rel="stylesheet" href="../../../../css/style.css">
</head>

<body>
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section" style="width:100%;padding: 2% 0%;">
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
style="width:100%;padding: 2% 0%;">
<div class="section-mask"></div>
<div class="content">
<div class="section-text-mask">
Expand All @@ -64,10 +27,11 @@ <h4 class="h5 section-subtitle">Introduction to Neural Networks and Deep Learnin
<h2 class="h3 section-title">Module 4: Deep Learning Models</h2>
</div>
<div class="iframe-container">
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-4/index.html"></iframe>
<iframe id="iframeContent"
src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-4/index.html"></iframe>
</div>
</div>
</section>
</body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to Neural Networks and Deep Learning | Module 5: Object Detection and Summary | aykhan.net</title>
<meta name="description" content="Introduction to Neural Networks and Deep Learning | Module 5: Object Detection and Summary | aykhan.net">
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<title>Introduction to Neural Networks and Deep Learning | Module 5: Object Detection and Summary | aykhan.net
</title>
<meta name="description"
content="Introduction to Neural Networks and Deep Learning | Module 5: Object Detection and Summary | aykhan.net">
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/home/css/application.css">
<link rel="stylesheet" href="/home/css/variables.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

.content {
height: 100vh;
overflow: hidden;
width: 100%;
position: relative;
}

.section-text-mask {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}

.section-title, .section-subtitle {
padding: 15px 5px;
margin: 0;
}

.iframe-container {
height: 92vh;
overflow: hidden;
padding: 15px;
}

iframe {
width: 100%;
height: 100%;
border: 0;
margin-top: -50px;
padding-left: 17px;
}
</style>
<link rel="stylesheet" href="../../../../../home/css/application.css">
<link rel="stylesheet" href="../../../../../home/css/variables.css">
<link rel="stylesheet" href="../../../../css/style.css">
</head>

<body>
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section" style="width:100%;padding: 2% 0%;">
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
style="width:100%;padding: 2% 0%;">
<div class="section-mask"></div>
<div class="content">
<div class="section-text-mask">
Expand All @@ -64,10 +28,11 @@ <h4 class="h5 section-subtitle">Introduction to Neural Networks and Deep Learnin
<h2 class="h3 section-title">Module 5: Object Detection and Summary</h2>
</div>
<div class="iframe-container">
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-5/index.html"></iframe>
<iframe id="iframeContent"
src="https://media.aykhan.net/notion-pages/introduction-to-deep-learning-and-neural-networks-with-keras/module-5/index.html"></iframe>
</div>
</div>
</section>
</body>

</html>
</html>
Loading

0 comments on commit 77c606d

Please sign in to comment.