-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanual-references.json
54 lines (54 loc) · 1.02 KB
/
manual-references.json
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
[
{
"id": "online-learning",
"type": "webpage",
"URL": "https://wiki.eecs.yorku.ca/course_archive/2012-13/F/6328/_media/bottou-onlinelearning-98.pdf",
"title": "Online Learning and Stochastic Approximations",
"issued": {
"date-parts": [
[
1998
]
]
},
"author": [
{
"given": "Leon",
"family": "Bottou"
}
]
},
{
"id": "l1-logistic-regression",
"type": "paper-conference",
"publisher": "Association for the Advancement of Artificial Intelligence (AAAI)",
"container-title": "AAAI 2006",
"URL": "https://ai.stanford.edu/~pabbeel//pubs/LeeLeeAbbeelNg_el1rlr_AAAI2006.pdf",
"title": "Efficient L1 Regularized Logistic Regression",
"issued": {
"date-parts": [
[
2006
]
]
},
"author": [
{
"given": "Su-In",
"family": "Lee"
},
{
"given": "Honglak",
"family": "Lee"
},
{
"given": "Pieter",
"family": "Abbeel"
},
{
"given": "Andrew Y.",
"family": "Ng"
}
]
}
]