-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
61 lines (48 loc) · 1.7 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
title: Probabilistic Soft Logic
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Probabilistic soft logic (PSL) is a machine learning framework for developing probabilistic models.
PSL models are easy and fast, you can define them using a straightforward logical syntax and solve them with fast convex optimization.
PSL has produced state-of-the-art results in many areas spanning natural language processing, social-network analysis, and computer vision.
The PSL framework is available as an Apache-licensed, open source project on GitHub with an active user group for support.
linqs_website: https://linqs.org
# Dev:
# baseurl: "/psl-website" # the subpath of your site, e.g. /blog
# github_username: eriq-augustine
# Prod:
baseurl: "" # the subpath of your site, e.g. /blog
github_username: linqs
url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /blog/:year/:month/:day/:title:output_ext
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
# Social Media
twitter_username: LINQS_edu
# youtube_channel: UCJjzqRLiAIa3qENUkzK0zMA
youtube_username: LINQSLab
# googleplus_group: "106422136513784453367"
rss: true
# Show posts even if they are in the future.
future: false
# Analytics
google_analytics: UA-124343227-1
# Custom template settings.
minima:
date_format: "%B %d, %Y"
emptyArray: []
# disqus:
# shortname: linqs
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/