Skip to content

Commit c130a00

Browse files
committed
Updated Machine Learning Notes
1 parent 12b6bee commit c130a00

File tree

9 files changed

+32
-55
lines changed

9 files changed

+32
-55
lines changed

Diff for: home/css/application.css

+10
Original file line numberDiff line numberDiff line change
@@ -5596,3 +5596,13 @@ main {
55965596
}
55975597
}
55985598

5599+
.section-text-mask-notion {
5600+
border-bottom: 2px solid #4A4A4A;
5601+
transition: border-bottom 0.3s ease;
5602+
border-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='10'><path d='M0,5 C20,0 40,10 60,5 C80,0 100,10 120,5' stroke='%234A4A4A' stroke-width='2' fill='none'/></svg>") 30 round;
5603+
}
5604+
5605+
.iframe-container{
5606+
padding-top: 0px !important;
5607+
height: 95vh !important;
5608+
}

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ <h2 class="h3 section-title">Choose a Module</h2>
2727
</div>
2828
<ul class="case-studies-list" id="machine-learning-with-python-modules">
2929

30-
3130
</ul>
3231
</div>
3332
</section>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-1/index.html

+6-13
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,26 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Machine Learning with Python | Module 1: Introduction to Machine Learning | aykhan.net</title>
8-
<meta name="description"
9-
content="Machine Learning with Python | Module 1: Introduction to Machine Learning | aykhan.net">
10-
<link rel="icon" type="image/x-icon"
11-
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
8+
<meta name="description" content="Machine Learning with Python | Module 1: Introduction to Machine Learning | aykhan.net">
9+
<link rel="icon" type="image/x-icon" href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
1210
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
1311
<link rel="stylesheet" href="../../../../../home/css/application.css">
1412
<link rel="stylesheet" href="../../../../../home/css/variables.css">
1513
<link rel="stylesheet" href="../../../../css/style.css">
1614
</head>
1715

1816
<body>
19-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
20-
style="width:100%;padding: 2% 0%;">
17+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2118
<div class="section-mask"></div>
2219
<div class="content">
23-
<div class="section-text-mask">
20+
<div class="section-text-mask-notion">
2421
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2522
</div>
26-
<div class="section-text-mask">
27-
<h2 class="h3 section-title">Module 1: Introduction to Machine Learning</h2>
28-
</div>
2923
<div class="iframe-container">
30-
<iframe id="iframeContent"
31-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-1/index.html"></iframe>
24+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-1/index.html"></iframe>
3225
</div>
3326
</div>
3427
</section>
3528
</body>
3629

37-
</html>
30+
</html>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-2/index.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
</head>
1616

1717
<body>
18-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
19-
style="width:100%;padding: 2% 0%;">
18+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2019
<div class="section-mask"></div>
2120
<div class="content">
22-
<div class="section-text-mask">
21+
<div class="section-text-mask-notion">
2322
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2423
</div>
25-
<div class="section-text-mask">
26-
<h2 class="h3 section-title">Module 2: Regression</h2>
27-
</div>
2824
<div class="iframe-container">
29-
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-2/index.html"></iframe>
25+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-2/index.html"></iframe>
3126
</div>
3227
</div>
3328
</section>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-3/index.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
</head>
1616

1717
<body>
18-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
19-
style="width:100%;padding: 2% 0%;">
18+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2019
<div class="section-mask"></div>
2120
<div class="content">
22-
<div class="section-text-mask">
21+
<div class="section-text-mask-notion">
2322
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2423
</div>
25-
<div class="section-text-mask">
26-
<h2 class="h3 section-title">Module 3: Classification</h2>
27-
</div>
2824
<div class="iframe-container">
29-
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-3/index.html"></iframe>
25+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-3/index.html"></iframe>
3126
</div>
3227
</div>
3328
</section>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-4/index.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
</head>
1616

1717
<body>
18-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
19-
style="width:100%;padding: 2% 0%;">
18+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2019
<div class="section-mask"></div>
2120
<div class="content">
22-
<div class="section-text-mask">
21+
<div class="section-text-mask-notion">
2322
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2423
</div>
25-
<div class="section-text-mask">
26-
<h2 class="h3 section-title">Module 4: Linear Classification</h2>
27-
</div>
2824
<div class="iframe-container">
29-
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-4/index.html"></iframe>
25+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-4/index.html"></iframe>
3126
</div>
3227
</div>
3328
</section>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-5/index.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
</head>
1616

1717
<body>
18-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
19-
style="width:100%;padding: 2% 0%;">
18+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2019
<div class="section-mask"></div>
2120
<div class="content">
22-
<div class="section-text-mask">
21+
<div class="section-text-mask-notion">
2322
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2423
</div>
25-
<div class="section-text-mask">
26-
<h2 class="h3 section-title">Module 5: Clustering</h2>
27-
</div>
2824
<div class="iframe-container">
29-
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-5/index.html"></iframe>
25+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-5/index.html"></iframe>
3126
</div>
3227
</div>
3328
</section>

Diff for: notion/coursera/ibm-ai-engineering/machine-learning-with-python/module-6/index.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515
</head>
1616

1717
<body>
18-
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section"
19-
style="width:100%;padding: 2% 0%;">
18+
<section class="case-studies" itemscope itemprop="mainContentOfPage" class="case-studies-section">
2019
<div class="section-mask"></div>
2120
<div class="content">
22-
<div class="section-text-mask">
21+
<div class="section-text-mask-notion">
2322
<h4 class="h5 section-subtitle">Machine Learning with Python</h4>
2423
</div>
25-
<div class="section-text-mask">
26-
<h2 class="h3 section-title">Module 6: Final Exam and Project</h2>
27-
</div>
2824
<div class="iframe-container">
29-
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-6/index.html"></iframe>
25+
<iframe id="iframeContent" src="https://media.aykhan.net/notion-pages/machine-learning-with-python/module-6/index.html"></iframe>
3126
</div>
3227
</div>
3328
</section>

Diff for: notion/coursera/ibm-data-analysis/data-analysis-with-python/module-1/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 class="h3 section-title">Module 1: Importing Data Sets</h2>
2727
</div>
2828
<div class="iframe-container">
2929
<iframe id="iframeContent"
30-
src="https://media.aykhan.net/notion-pages/data-analysis-with-python/module-1/index.html"></iframe>
30+
src="https://www.notion.so/1-Introduction-to-Economics-Understanding-Scarcity-and-Resources-11934575a838803d8c27e0ea5aef70c6"></iframe>
3131
</div>
3232
</div>
3333
</section>

0 commit comments

Comments
 (0)