Skip to content

ml-distribution/gradient-descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stochastic Gradient Descent

尚未完成。

I managed to create a file-based hashtable, using raw byte encoding offsets to "instantly" find records in a text file. The original intent was to use this to randomize the order in which documents (single lines in a file) are read by the program, but file-based hashing has many applications.

Note that this is NOT extensively tested; it works on Mac OS X 10.8 using UTF-8 encoding (enforced by the program). It could change depending on the platform and available encodings.

About

随即梯度下降(Stochastic Gradient Descent)算法,基于分布式的实现。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published