- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 8,775 for 10 (0.1 seconds)
Filter
-
오픈소스 전문 검색 서버 - 뉴스 목록
Fess 10.3 릴리스 2016-11-07 Fess 10.2.2 릴리스 2016-10-02 Fess 10.2.1...2021-01-04 Fess 13.10.2 릴리스 2020-12-10 Fess 13.10.1 릴리스 2020-11-20 Fess...fess.codelibs.org/ko/news.html -
test.log
scheduled crawl job 2024-11-13 10:00:10 DEBUG [crawler] Crawling URL:...2024-11-13 10:00:00 INFO [main] Application started - Lorem ipsum...raw.githubusercontent.com/codelibs/fess-testdata/master/files/logs/test.log -
开源全文搜索服务器 - 新闻列表
Fess 10.2.2 发布 2016-10-02 Fess 10.2.1 发布 2016-08-30 Fess 10.2 发布...2021-01-04 Fess 13.10.2 发布 2020-12-10 Fess 13.10.1 发布 2020-11-20 Fess 13.10.0...fess.codelibs.org/zh-cn/news.html -
gen_even_slices — scikit-learn 1.8.0 documentation
( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>> list (...( gen_even_slices ( 10 , 10 )) [slice(0, 1, None), slice(1, 2,...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
reconstruct_from_patches_2d — scikit-learn 1.8....
patch_size = ( 10 , 10 )) >>> print ( 'Patches shape:...)) Patches shape: (263758, 10, 10, 3) >>> image_reconstructed...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.reconstruct_from_patch... -
Comparing Linear Bayesian Regressors — scikit-l...
linspace ( 10 , 10.4 , 10 ) y_plot = np . sqrt (...np . sort ( - 10 * rng . rand ( n_samples ) + 10 ) noise = rng...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
Open Source Volltextsuchserver - Nachrichtenübe...
10.2 Release 2020-12-10 Fess 13.10.1 Release 2020-11-20...Release 2019-10-31 Fess 13.4.1 Release 2019-10-10 Fess 13.4.0...fess.codelibs.org/de/news.html -
make_biclusters — scikit-learn 1.8.0 documentation
shape (10, 20) >>> rows . shape (2, 10) >>> cols . shape..., * , noise = 0.0 , minval = 10 , maxval = 100 , shuffle = True...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html -
make_friedman1 — scikit-learn 1.8.0 documentation
n_features = 10 , * , noise = 0.0 , random_state...according to the formula: y ( X ) = 10 * sin ( pi * X [:, 0 ] * X [:,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
Neural networks from scratch
there are 10 classes because I have 10 labels. 10 examples of...len(y_train) is 10 and len(output) is also 10. An example of y_train...developer.ibm.com/articles/neural-networks-from-scratch/