Skip to content

Commit

Permalink
todo final
Browse files Browse the repository at this point in the history
  • Loading branch information
X-XG committed Jan 22, 2022
1 parent 6581a36 commit 6bce56d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 57 deletions.
88 changes: 31 additions & 57 deletions exp3/README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,40 @@
exp3
#### 文件结构树

```
exp3
|------- data

​ |------- DoubanBook.txt

​ |------- DoubanMovie.txt

​ |------- DoubanMusic.txt

​ |------- DoubanSocial.txt

​ |------- DoubanSocialFull.txt

​ |------- readme.md

|------- dev

​ |------- dev.txt

​ |------- devgen.py

​ |------- tester.py

​ |------- train.py

|------- dev.txt
|------- devgen.py
|------- tester.py
|------- train.py
|------- src
|------- MusicBase
|------- MatSim.py
|------- main.py
|------- SocialBaseMF
|------- MF.py
|------- Social.py
|------- train.py
|------- UserBase
|------- MatSim.py
|------- main.py
|-------BaseMF
|------- BaseMF.py
|------- BaseRatingMF.py
|------- MatrixFactorization.py
|------- utils
|------- JacardSim.py
|------- getMaps.py
|------- submit
|------- MusicBaseMode1.txt
|------- UserBaseMode1.txt
```

​ |------- MusicBase

​ |------- MatSim.py

​ |------- main.py

​ |------- SocialBaseMF

​ |------- MF.py

​ |------- Social.py

​ |------- train.py

​ |------- UserBase

​ |------- MatSim.py

​ |------- main.py

​ |------- utils

​ |------- JacoobiSim.py

​ |------- getMaps.py

​ |------- BaseMF.py

​ |------- BaseRatingMF.py

​ |------- MatrixFactorization.py

|------- submit

​ |------- MusicBaseMode1.txt
#### 编译运行环境

​ |------- UserBaseMode1.txt
python 3.7

使用的库,numpy, math, sys 都是基本的库
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6bce56d

Please sign in to comment.