forked from SmirkCao/Lihang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
2., 0., 0., 0. | ||
0., 2., 0., 0. | ||
1., 2., 2., 1. | ||
0., 0., 1., 0. | ||
0., 0., 2., 3. | ||
0., 0., 0., 1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#! /usr/bin/env python | ||
# Project: Lihang | ||
# Filename: lsa | ||
# Date: 6/03/19 | ||
# Author: 😏 <smirk dot cao at gmail dot com> | ||
|
||
|
||
class LSA(object): | ||
def __init__(self, ): | ||
pass | ||
|
||
def fit(self, x): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,6 +265,8 @@ | |
|
||
## CH17 潜在语义分析 | ||
|
||
- 在sklearn的定义中,LSA就是截断奇异值分解。 | ||
|
||
## CH18 概率潜在语义分析 | ||
|
||
## CH19 马尔可夫链蒙特卡罗法 | ||
|