zy

Results 53 issues of zy

Is there any plan to compare with Rayuela.jl ?? https://github.com/una-dinosauria/Rayuela.jl This is the code for the paper Julieta Martinez, Shobhit Zakhmi, Holger H. Hoos, James J. Little. LSQ++: Lower running...

hope update the road map

df.info() in pandas is a useful function ! Hope DataFrames.jl have a same function. ![image](https://user-images.githubusercontent.com/12711073/148682569-49a685b7-af81-4239-a797-d3f43ca68cff.png)

feature

希望alink 加入 层次聚类的功能实现 . 主要是 凝聚的层次聚类算法: 最小距离,平均距离,最大距离的层次聚类. 层次聚类方法在某些数据挖掘场景中可能是比 k-means更通用和有效的聚类方法, 希望社区有人可以加入此方法的实现, 或者提出相关计划..

Is there any plan to introduce una-dinosauria/Rayuela.jl ?? https://github.com/una-dinosauria/Rayuela.jl Rayuela.jl is a package that implements non-orthogonal multi-codebook quantization methods (MCQ). These methods are useful for fast search of high-dimensional (d=100s-1000s)...

I have over 100 million streaming data sources, It needs to be streamed transducer. The input data is out of memory, and is stream data such as from kafka. how...

Whether tSNE will be implemented ??

Where is the document? Why don`t put the access link on readme?

how to calculate Euclidean distance using GPU ? I want to calculate Euclidean distance between 10000000x512 matrix and 10000000x512 matrix . Can I use GPU ?? and how to do...