27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"schedule": [
|
|
{
|
|
"date": "2026-09-01",
|
|
"lecture": "Lecture 1",
|
|
"topic": "Introduction to ML",
|
|
"location": "Room 101"
|
|
},
|
|
{
|
|
"date": "2026-09-08",
|
|
"lecture": "Lecture 2",
|
|
"topic": "Data Preprocessing",
|
|
"location": "Room 102"
|
|
},
|
|
{
|
|
"date": "2026-09-15",
|
|
"lecture": "Lecture 3",
|
|
"topic": "Linear Regression",
|
|
"location": "Room 103"
|
|
}
|
|
],
|
|
"instructor": {
|
|
"name": "Dr. Jane Doe",
|
|
"email": "jane.doe@example.com",
|
|
"office": "Room 201"
|
|
}
|
|
} |