This commit is contained in:
Trance-0
2025-08-26 09:54:20 -05:00
parent cbebc58935
commit 7031792b80
10 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# CSE510 Deep Reinforcement Learning (Lecture 1)

7
content/CSE510/_meta.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
index: "Course Description",
"---":{
type: 'separator'
},
CSE510_L1: "CSE510 Deep Reinforcement Learning (Lecture 1)",
}

1
content/CSE510/index.md Normal file
View File

@@ -0,0 +1 @@
# CSE510 Deep Reinforcement Learning

View File

@@ -0,0 +1,10 @@
# CSE5313 Coding and information theory for data science (Lecture 1)

7
content/CSE5313/_meta.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
index: "Course Description",
"---":{
type: 'separator'
},
CSE5313_L1: "CSE5313 Coding and information theory for data science (Lecture 1)",
}

1
content/CSE5313/index.md Normal file
View File

@@ -0,0 +1 @@
# CSE510 Deep Reinforcement Learning

View File

@@ -0,0 +1,2 @@
# CSE510 Deep Reinforcement Learning (Lecture 1)

7
content/CSE5519/_meta.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
index: "Course Description",
"---":{
type: 'separator'
},
CSE5519_L1: "CSE5519 Advances in Computer Vision (Lecture 1)",
}

1
content/CSE5519/index.md Normal file
View File

@@ -0,0 +1 @@
# CSE5519 Advances in Computer Vision

View File

@@ -80,6 +80,20 @@ export default {
timestamp: true, timestamp: true,
} }
}, },
CSE5313: {
title: 'CSE5313',
type: 'page',
theme:{
timestamp: true,
}
},
CSE510: {
title: 'CSE510',
type: 'page',
theme:{
timestamp: true,
}
},
CSE559A: { CSE559A: {
title: 'CSE559A', title: 'CSE559A',
type: 'page', type: 'page',
@@ -87,6 +101,13 @@ export default {
timestamp: true, timestamp: true,
} }
}, },
CSE5519: {
title: 'CSE5519',
type: 'page',
theme:{
timestamp: true,
}
},
Swap: { Swap: {
display: 'hidden', display: 'hidden',
theme:{ theme:{