Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_mab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
gm_mab
Commits
b05a8671
Commit
b05a8671
authored
Apr 23, 2020
by
段英荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试
parent
be3f5f2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Linucb.py
linucb/core/Linucb.py
+6
-6
No files found.
linucb/core/Linucb.py
View file @
b05a8671
...
@@ -22,9 +22,9 @@ import time
...
@@ -22,9 +22,9 @@ import time
class
LinUCB
:
class
LinUCB
:
d
=
2
d
=
2
alpha
=
2
alpha
=
0.25
r1
=
0.
1
r1
=
1
r0
=
-
0.
1
r0
=
-
1
default_tag_list
=
list
()
default_tag_list
=
list
()
zhengxing_host
=
"172.16.30.141"
zhengxing_host
=
"172.16.30.141"
...
@@ -43,12 +43,12 @@ class LinUCB:
...
@@ -43,12 +43,12 @@ class LinUCB:
:return:
:return:
"""
"""
try
:
try
:
Aa_list
=
list
()
Aa
I
_list
=
list
()
theta_list
=
list
()
theta_list
=
list
()
for
tag_id
in
tag_list
:
for
tag_id
in
tag_list
:
tag_dict
=
pickle
.
loads
(
redis_linucb_tag_data_dict
[
tag_id
])
tag_dict
=
pickle
.
loads
(
redis_linucb_tag_data_dict
[
tag_id
])
Aa
_list
.
append
(
tag_dict
[
"Aa
"
])
Aa
I_list
.
append
(
tag_dict
[
"AaI
"
])
theta_list
.
append
(
tag_dict
[
"theta"
])
theta_list
.
append
(
tag_dict
[
"theta"
])
xaT
=
np
.
array
([
user_features_list
])
xaT
=
np
.
array
([
user_features_list
])
...
@@ -57,7 +57,7 @@ class LinUCB:
...
@@ -57,7 +57,7 @@ class LinUCB:
art_max
=
-
1
art_max
=
-
1
old_pa
=
0
old_pa
=
0
AaI_tmp
=
np
.
array
(
Aa_list
)
AaI_tmp
=
np
.
array
(
Aa
I
_list
)
theta_tmp
=
np
.
array
(
theta_list
)
theta_tmp
=
np
.
array
(
theta_list
)
begin1
=
time
.
time
()
begin1
=
time
.
time
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment