-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
executable file
·35 lines (29 loc) · 1.93 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Site settings
title: CSCE 585
subtitle: Machine Learning Systems
email: [email protected]
description: "When we talk about Artificial Intelligence (AI) or Machine Learning (ML), we typically refer to a technique, a model, or an algorithm that gives the computer systems the ability to learn and to reason with data. However, there is a lot more to ML than just implementing an algorithm or a technique. In this course, we will learn the fundamental differences between AI/ML as a model versus AI/ML as a system in production."
learning_goals: "By the end of this class, I hope: (i) you will be able to apply state of the art ML algorithms in whatever problem you are interested in at scale and learn how to deal with unique challenges that only may happen when building real-world production-ready AI/ML systems; (ii) I also hope I can convey my own excitement about AI/ML systems to you, and (iii) by the conclusion of this class you are well qualified for doing research in AI/ML systems research."
office_hours: "By Appointment"
piazzaurl: "https://piazza.com/sc/fall2024/csce585/home"
baseurl: "/mls" # the subpath of your site, e.g. /blog/
url: "https://pooyanjamshidi.github.io/mls" # the base hostname & protocol for your site
twitter_username: pooyanjamshidi
github_username: pooyanjamshidi
leadimage: mls-logo.jpg
leadimage_description: "New to machine learning? Not sure how ML works in production? You're welcome to follow and learn from this graduate-level course."
authorurl: "https://pooyanjamshidi.github.io"
syllabus: "https://github.com/pooyanjamshidi/mls/blob/master/syllabus/mls.pdf"
githublink: "https://github.com/csce585-mlsystems"
github: "https://github.com/pooyanjamshidi/mls"
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
jobtitle: "Assistant Professor"
excerpt_separator: "<!--more-->"
include: ['_images']
# SEO stuff
# google_author: ""
# google_site_verification: ""
# bing_webmastertools_id: ""