-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·36 lines (30 loc) · 1.61 KB
/
_config.yml
File metadata and controls
executable file
·36 lines (30 loc) · 1.61 KB
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
36
# Site settings
title: CSCE 580
subtitle: Artificial Intelligence
email: pjamshid@cse.sc.edu
description: "This course will introduce the basic ideas and techniques underlying the design of intelligent computer-based systems. As opposed to a traditional logic-based artificial intelligence (AI) course, a specific emphasis will be on statistical inference and machine learning."
learning_goals: "Learning goals include: (i) Underestanding classical as well as recently discovered methods in AI, and explore their potential applications. (ii) Building AI systems that autonomously make decision and act not only in fully informed environments, but also in partially observable and adversarial contexts. (iii) Building AI systems that make probabilistic inferences in uncertain and dynamic environments."
class_hours: "TR 4:25 - 5:40pm"
classroom: "300 Main St. B213"
office_hours: "TR 3 - 4pm"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://pooyanjamshidi.github.io/csce580" # the base hostname & protocol for your site
twitter_username: pooyanjamshidi
github_username: pooyanjamshidi
leadimage: ai-photo1.jpg
leadimage_description: "Welcome to CSCE 580: Artificial Intelligence"
authorurl: "https://pooyanjamshidi.github.io"
syllabus: ""
githublink: "https://github.com/pooyanjamshidi/csce580"
piazzaurl: "https://piazza.com/sc/spring2019/csce580/home"
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
job.title: "Assistant Professor"
excerpt_separator: "<!--more-->"
include: ['_images']
# SEO stuff
# google_author: ""
# google_site_verification: ""
# bing_webmastertools_id: ""