Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Scikit-learn
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Scikit-learn
http://dbpedia.org/ontology/abstract Scikit-learn (ex scikits.learn) è una librScikit-learn (ex scikits.learn) è una libreria open source di apprendimento automatico per il linguaggio di programmazione Python.Contiene algoritmi di classificazione, regressione e clustering (raggruppamento) e macchine a vettori di supporto, regressione logistica, classificatore bayesiano, k-mean e , ed è progettato per operare con le librerie NumPy e SciPy.scikit-learn è attualmente sponsorizzato da INRIA e talvolta da Google.onsorizzato da INRIA e talvolta da Google. , Scikit-learn(이전 명칭: scikits.learn, sklearn)은 파이썬 프로그래밍 언어용 자유 소프트웨어 기계 학습 라이브러리이다. 다양한 분류, 회귀, 그리고 서포트 벡터 머신, 랜덤 포레스트, , k-평균, 을 포함한 클러스터링 알고리즘을 특징으로 하며, 파이썬의 수치 및 과학 라이브러리 NumPy 및 SciPy와 함께 운용되도록 설계되었다. Scikit-learn은 NumFOCUS의 재정 지원을 받는 프로젝트이다. , Scikit-learn (також відома як sklearn або Scikit-learn (також відома як sklearn або scikits.learn) — це безкоштовна програмна бібліотека машинного навчання для мови програмування Python, яка надає функціональність для створення та тренування різноманітних алгоритмів класифікації, регресії та кластеризації, таких як лінійна регресія, random forest, , і працює у зв'язці з бібліотеками NumPy та SciPy. Scikit-learn є однією з найбільш популярних бібліотек машинного навчання.ш популярних бібліотек машинного навчання. , ساي كيت ليرن (بالإنجليزية: scikit-learn)‏ هي مكتبة برمجية مكتوبة بلغة البرمجة البايثون خاصة بـمعالجة اللغات الطبيعية (بالإنجليزية: NLP)‏. , Scikit-learn (anteriormente scikits.learn)Scikit-learn (anteriormente scikits.learn) es una biblioteca para aprendizaje automático de software libre para el lenguaje de programación Python.​Incluye varios algoritmos de clasificación, regresión y análisis de grupos entre los cuales están máquinas de vectores de soporte, bosques aleatorios, Gradient boosting, K-means y DBSCAN. Está diseñada para interoperar con las bibliotecas numéricas y científicas NumPy y SciPy.cas numéricas y científicas NumPy y SciPy. , Scikit-learn est une bibliothèque libre PyScikit-learn est une bibliothèque libre Python destinée à l'apprentissage automatique. Elle est développée par de nombreux contributeurs notamment dans le monde académique par des instituts français d'enseignement supérieur et de recherche comme Inria. Elle propose dans son framework de nombreuses bibliothèques d’algorithmes à implémenter, clé en main. Ces bibliothèques sont à disposition notamment des data scientists. Elle comprend notamment des fonctions pour estimer des forêts aléatoires, des régressions logistiques, des algorithmes de classification, et les machines à vecteurs de support. Elle est conçue pour s'harmoniser avec d'autres bibliothèques libres Python, notamment NumPy et SciPy.s libres Python, notamment NumPy et SciPy. , Scikit-learn (ehemals scikits.learn) ist eScikit-learn (ehemals scikits.learn) ist eine freie Software-Bibliothek zum maschinellen Lernen für die Programmiersprache Python. Es bietet verschiedene Klassifikations-, Regressions- und Clustering-Algorithmen, darunter Support-Vektor-Maschinen, Random Forest, (wie XGBoost), k-means und DBSCAN. Sie basiert als SciKit (Kurzform für SciPy Toolkit), wie beispielsweise auch Scikit-image, auf den numerischen und wissenschaftlichen Python-Bibliotheken NumPy und SciPy. Diese Library wird in mehreren 2017 erschienenen deutschsprachigen Lehrbüchern benutzt.nen deutschsprachigen Lehrbüchern benutzt. , A scikit-learn (originalmente scikits.learA scikit-learn (originalmente scikits.learn) é uma biblioteca de aprendizado de máquina de código aberto para a linguagem de programação Python.Ela inclui vários algoritmos de classificação, regressão e agrupamento incluindo máquinas de vetores de suporte, florestas aleatórias, gradient boosting, k-means e DBSCAN, e é projetada para interagir com as bibliotecas Python numéricas e científicas NumPy e SciPy.hon numéricas e científicas NumPy e SciPy. , scikit-learn(サイキット・ラーン、旧称: scikits.learn)は、Pythonのオープンソース機械学習ライブラリである。サポートベクターマシン、ランダムフォレスト、、k近傍法、DBSCANなどを含む様々な分類、回帰、クラスタリングアルゴリズムを備えており、Pythonの数値計算ライブラリのNumPyとSciPyとやり取りするよう設計されている。 , scikit-learn (també conegut per sklearn) éscikit-learn (també conegut per sklearn) és una extensió del llenguatge Python en forma de biblioteca informàtica que agrega suport en l'àmbit de l'Aprenentatge automàtic. Scikit-learn és de codi obert i disposa d'algorismes (Fig. 1) de classificació estadística, regressió i clustering (Fig. 2) per a implementar Màquines de vector de suport, random forests, gradient boosting, Algorisme k-means i . Scikit-learn està dissenyat per a integrar-se conjuntament amb les biblioteques numèriques Numpy i SciPy. Va ser creat per David Cournapeau amb l'equip Google Summer of Code. Exemple de codificació amb scikit-learn alhora d'implementar una classificació mitjançant l'algorisme Knn ː from sklearn import neighbors, datasetsiris = datasets.load_irisX, y = iris.data, iris.targetknn = neighbors.KNeighborsClassifier(n_neighbors=1)knn.fit(X, y)print ( "Quin tipus d'iris (Iris Setosa, Iris Virginica o Iris Versicolor)" ) print ( "té sépals de 3cm x 5cm i pétals de 4cm x 2cm" ) print ( "Resposta:" , iris . target_names [ knn . predict ([[ 3 , 5 , 4 , 2 ]])])es [ knn . predict ([[ 3 , 5 , 4 , 2 ]])]) , Scikit-learn (formerly scikits.learn and aScikit-learn (formerly scikits.learn and also known as sklearn) is a free software machine learning library for the Python programming language.It features various classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy. Scikit-learn is a fiscally sponsored project.kit-learn is a fiscally sponsored project. , Scikit-learn(曾叫做scikits.learn还叫做sklearn)是用于Python编程语言的自由软件机器学习库。它的特征是具有各种分类、回归和聚类算法,包括支持向量机、随机森林、梯度提升、k-平均聚类和DBSCAN,它被设计协同于Python数值和科学库NumPy和SciPy。
http://dbpedia.org/ontology/author http://dbpedia.org/resource/David_Cournapeau +
http://dbpedia.org/ontology/genre http://dbpedia.org/resource/Machine_learning +
http://dbpedia.org/ontology/license http://dbpedia.org/resource/BSD-new +
http://dbpedia.org/ontology/operatingSystem http://dbpedia.org/resource/Linux + , http://dbpedia.org/resource/Microsoft_Windows + , http://dbpedia.org/resource/MacOS +
http://dbpedia.org/ontology/programmingLanguage http://dbpedia.org/resource/Cython + , http://dbpedia.org/resource/C_%28programming_language%29 + , http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/Python_%28programming_language%29 +
http://dbpedia.org/ontology/thumbnail http://commons.wikimedia.org/wiki/Special:FilePath/Scikit_learn_logo_small.svg?width=300 +
http://dbpedia.org/ontology/wikiPageExternalLink https://scikit-learn.org/ +
http://dbpedia.org/ontology/wikiPageID 33490859
http://dbpedia.org/ontology/wikiPageLength 7373
http://dbpedia.org/ontology/wikiPageRevisionID 1120707219
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/NumFOCUS + , http://dbpedia.org/resource/LIBLINEAR + , http://dbpedia.org/resource/Data_scientist + , http://dbpedia.org/resource/Plateau_de_Saclay + , http://dbpedia.org/resource/Natural_Language_Toolkit + , http://dbpedia.org/resource/List_of_numerical_analysis_software + , http://dbpedia.org/resource/Category:Python_%28programming_language%29_scientific_libraries + , http://dbpedia.org/resource/Matplotlib + , http://dbpedia.org/resource/MacOS + , http://dbpedia.org/resource/Google_Summer_of_Code + , http://dbpedia.org/resource/Scikit-image + , http://dbpedia.org/resource/SciPy + , http://dbpedia.org/resource/Random_forests + , http://dbpedia.org/resource/PyTorch + , http://dbpedia.org/resource/Library_%28computing%29 + , http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/Support_vector_machine + , http://dbpedia.org/resource/K-means_clustering + , http://dbpedia.org/resource/C_%28programming_language%29 + , http://dbpedia.org/resource/Pandas_%28software%29 + , http://dbpedia.org/resource/Microsoft_Windows + , http://dbpedia.org/resource/Plotly + , http://dbpedia.org/resource/Cython + , http://dbpedia.org/resource/Category:Data_mining_and_machine_learning_software + , http://dbpedia.org/resource/Linux + , http://dbpedia.org/resource/GitHub + , http://dbpedia.org/resource/Google + , http://dbpedia.org/resource/David_Cournapeau + , http://dbpedia.org/resource/Category:Software_using_the_BSD_license + , http://dbpedia.org/resource/Programming_language + , http://dbpedia.org/resource/NumPy + , http://dbpedia.org/resource/French_Institute_for_Research_in_Computer_Science_and_Automation + , http://dbpedia.org/resource/Gradient_boosting + , http://dbpedia.org/resource/SpaCy + , http://dbpedia.org/resource/Codebase + , http://dbpedia.org/resource/Free_software + , http://dbpedia.org/resource/Infer.NET + , http://dbpedia.org/resource/Mlpy + , http://dbpedia.org/resource/Orange_%28software%29 + , http://dbpedia.org/resource/Cluster_analysis + , http://dbpedia.org/resource/DBSCAN + , http://dbpedia.org/resource/Machine_learning + , http://dbpedia.org/resource/France + , http://dbpedia.org/resource/Statistical_classification + , http://dbpedia.org/resource/TensorFlow + , http://dbpedia.org/resource/BSD-new + , http://dbpedia.org/resource/LIBSVM + , http://dbpedia.org/resource/Python_%28programming_language%29 + , http://dbpedia.org/resource/Category:Free_statistical_software + , http://dbpedia.org/resource/Regression_analysis +
http://dbpedia.org/property/author http://dbpedia.org/resource/David_Cournapeau +
http://dbpedia.org/property/genre Library for machine learning
http://dbpedia.org/property/license http://dbpedia.org/resource/BSD-new +
http://dbpedia.org/property/logo Scikit learn logo small.svg
http://dbpedia.org/property/name scikit-learn
http://dbpedia.org/property/operatingSystem http://dbpedia.org/resource/Microsoft_Windows + , http://dbpedia.org/resource/Linux + , http://dbpedia.org/resource/MacOS +
http://dbpedia.org/property/programmingLanguage Python, Cython, C and C++
http://dbpedia.org/property/website https://scikit-learn.org/ +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:SciPy_ecosystem + , http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:Infobox_software + , http://dbpedia.org/resource/Template:Wikidata + , http://dbpedia.org/resource/Template:Start_date_and_age + , http://dbpedia.org/resource/Template:Lowercase_title + , http://dbpedia.org/resource/Template:As_of + , http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Python_%28programming_language%29_scientific_libraries + , http://dbpedia.org/resource/Category:Free_statistical_software + , http://dbpedia.org/resource/Category:Software_using_the_BSD_license + , http://dbpedia.org/resource/Category:Data_mining_and_machine_learning_software +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Machine +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Scikit-learn?oldid=1120707219&ns=0 +
http://xmlns.com/foaf/0.1/depiction http://commons.wikimedia.org/wiki/Special:FilePath/Scikit_learn_logo_small.svg +
http://xmlns.com/foaf/0.1/homepage https://scikit-learn.org/ +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Scikit-learn +
http://xmlns.com/foaf/0.1/name scikit-learn
owl:sameAs http://ja.dbpedia.org/resource/Scikit-learn + , http://zh.dbpedia.org/resource/Scikit-learn + , http://ca.dbpedia.org/resource/Scikit-learn + , http://ko.dbpedia.org/resource/Scikit-learn + , https://global.dbpedia.org/id/7M3s + , http://es.dbpedia.org/resource/Scikit-learn + , http://fr.dbpedia.org/resource/Scikit-learn + , http://pt.dbpedia.org/resource/Scikit-learn + , http://de.dbpedia.org/resource/Scikit-learn + , http://dbpedia.org/resource/Scikit-learn + , http://th.dbpedia.org/resource/Scikit-learn + , http://it.dbpedia.org/resource/Scikit-learn + , http://yago-knowledge.org/resource/Scikit-learn + , http://fa.dbpedia.org/resource/%D8%B3%D8%A7%DB%8C%DA%A9%DB%8C%D8%AA-%D9%84%D8%B1%D9%86 + , http://www.wikidata.org/entity/Q1026367 + , http://ar.dbpedia.org/resource/%D8%B3%D8%A7%D9%8A_%D9%83%D9%8A%D8%AA_%D9%84%D9%8A%D8%B1%D9%86 + , http://rdf.freebase.com/ns/m.0h97pvq + , http://uk.dbpedia.org/resource/Scikit-learn +
rdf:type http://www.wikidata.org/entity/Q7397 + , http://dbpedia.org/class/yago/CodingSystem106353757 + , http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/WrittenCommunication106349220 + , http://dbpedia.org/class/yago/Software106566077 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Code106355894 + , http://dbpedia.org/class/yago/Writing106359877 + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/Datum105816622 + , http://www.wikidata.org/entity/Q386724 + , http://dbpedia.org/class/yago/Information105816287 + , http://dbpedia.org/class/yago/Cognition100023271 + , http://dbpedia.org/ontology/Software + , http://dbpedia.org/ontology/Work + , http://schema.org/CreativeWork + , http://dbpedia.org/class/yago/WikicatDataMiningAndMachineLearningSoftware +
rdfs:comment Scikit-learn (також відома як sklearn або Scikit-learn (також відома як sklearn або scikits.learn) — це безкоштовна програмна бібліотека машинного навчання для мови програмування Python, яка надає функціональність для створення та тренування різноманітних алгоритмів класифікації, регресії та кластеризації, таких як лінійна регресія, random forest, , і працює у зв'язці з бібліотеками NumPy та SciPy. Scikit-learn є однією з найбільш популярних бібліотек машинного навчання.ш популярних бібліотек машинного навчання. , Scikit-learn(曾叫做scikits.learn还叫做sklearn)是用于Python编程语言的自由软件机器学习库。它的特征是具有各种分类、回归和聚类算法,包括支持向量机、随机森林、梯度提升、k-平均聚类和DBSCAN,它被设计协同于Python数值和科学库NumPy和SciPy。 , scikit-learn (també conegut per sklearn) éscikit-learn (també conegut per sklearn) és una extensió del llenguatge Python en forma de biblioteca informàtica que agrega suport en l'àmbit de l'Aprenentatge automàtic. Scikit-learn és de codi obert i disposa d'algorismes (Fig. 1) de classificació estadística, regressió i clustering (Fig. 2) per a implementar Màquines de vector de suport, random forests, gradient boosting, Algorisme k-means i . Scikit-learn està dissenyat per a integrar-se conjuntament amb les biblioteques numèriques Numpy i SciPy. Va ser creat per David Cournapeau amb l'equip Google Summer of Code.rnapeau amb l'equip Google Summer of Code. , Scikit-learn (ex scikits.learn) è una librScikit-learn (ex scikits.learn) è una libreria open source di apprendimento automatico per il linguaggio di programmazione Python.Contiene algoritmi di classificazione, regressione e clustering (raggruppamento) e macchine a vettori di supporto, regressione logistica, classificatore bayesiano, k-mean e , ed è progettato per operare con le librerie NumPy e SciPy.scikit-learn è attualmente sponsorizzato da INRIA e talvolta da Google.onsorizzato da INRIA e talvolta da Google. , scikit-learn(サイキット・ラーン、旧称: scikits.learn)は、Pythonのオープンソース機械学習ライブラリである。サポートベクターマシン、ランダムフォレスト、、k近傍法、DBSCANなどを含む様々な分類、回帰、クラスタリングアルゴリズムを備えており、Pythonの数値計算ライブラリのNumPyとSciPyとやり取りするよう設計されている。 , ساي كيت ليرن (بالإنجليزية: scikit-learn)‏ هي مكتبة برمجية مكتوبة بلغة البرمجة البايثون خاصة بـمعالجة اللغات الطبيعية (بالإنجليزية: NLP)‏. , Scikit-learn (formerly scikits.learn and aScikit-learn (formerly scikits.learn and also known as sklearn) is a free software machine learning library for the Python programming language.It features various classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy. Scikit-learn is a fiscally sponsored project.kit-learn is a fiscally sponsored project. , Scikit-learn (anteriormente scikits.learn)Scikit-learn (anteriormente scikits.learn) es una biblioteca para aprendizaje automático de software libre para el lenguaje de programación Python.​Incluye varios algoritmos de clasificación, regresión y análisis de grupos entre los cuales están máquinas de vectores de soporte, bosques aleatorios, Gradient boosting, K-means y DBSCAN. Está diseñada para interoperar con las bibliotecas numéricas y científicas NumPy y SciPy.cas numéricas y científicas NumPy y SciPy. , Scikit-learn (ehemals scikits.learn) ist eScikit-learn (ehemals scikits.learn) ist eine freie Software-Bibliothek zum maschinellen Lernen für die Programmiersprache Python. Es bietet verschiedene Klassifikations-, Regressions- und Clustering-Algorithmen, darunter Support-Vektor-Maschinen, Random Forest, (wie XGBoost), k-means und DBSCAN. Sie basiert als SciKit (Kurzform für SciPy Toolkit), wie beispielsweise auch Scikit-image, auf den numerischen und wissenschaftlichen Python-Bibliotheken NumPy und SciPy. Diese Library wird in mehreren 2017 erschienenen deutschsprachigen Lehrbüchern benutzt.nen deutschsprachigen Lehrbüchern benutzt. , Scikit-learn est une bibliothèque libre PyScikit-learn est une bibliothèque libre Python destinée à l'apprentissage automatique. Elle est développée par de nombreux contributeurs notamment dans le monde académique par des instituts français d'enseignement supérieur et de recherche comme Inria. Elle propose dans son framework de nombreuses bibliothèques d’algorithmes à implémenter, clé en main. Ces bibliothèques sont à disposition notamment des data scientists.disposition notamment des data scientists. , A scikit-learn (originalmente scikits.learA scikit-learn (originalmente scikits.learn) é uma biblioteca de aprendizado de máquina de código aberto para a linguagem de programação Python.Ela inclui vários algoritmos de classificação, regressão e agrupamento incluindo máquinas de vetores de suporte, florestas aleatórias, gradient boosting, k-means e DBSCAN, e é projetada para interagir com as bibliotecas Python numéricas e científicas NumPy e SciPy.hon numéricas e científicas NumPy e SciPy.
rdfs:label Scikit-learn , ساي كيت ليرن
hide properties that link here 
http://dbpedia.org/resource/Sklearn + , http://dbpedia.org/resource/Scikitlearn + , http://dbpedia.org/resource/Scikits.learn + , http://dbpedia.org/resource/Sk_learn + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Anomaly_detection + , http://dbpedia.org/resource/Independent_component_analysis + , http://dbpedia.org/resource/LightGBM + , http://dbpedia.org/resource/Infer.NET + , http://dbpedia.org/resource/Feature_hashing + , http://dbpedia.org/resource/Support_vector_machine + , http://dbpedia.org/resource/Theil%E2%80%93Sen_estimator + , http://dbpedia.org/resource/Python_%28programming_language%29 + , http://dbpedia.org/resource/Comparison_of_Gaussian_process_software + , http://dbpedia.org/resource/LIBSVM + , http://dbpedia.org/resource/Kubeflow + , http://dbpedia.org/resource/XGBoost + , http://dbpedia.org/resource/Sklearn + , http://dbpedia.org/resource/OPTICS_algorithm + , http://dbpedia.org/resource/Hyperparameter_optimization + , http://dbpedia.org/resource/DBSCAN + , http://dbpedia.org/resource/K-means%2B%2B + , http://dbpedia.org/resource/K-means_clustering + , http://dbpedia.org/resource/Anne_E._Carpenter + , http://dbpedia.org/resource/Laplacian_matrix + , http://dbpedia.org/resource/Tf%E2%80%93idf + , http://dbpedia.org/resource/Machine_learning + , http://dbpedia.org/resource/The_Data_Incubator + , http://dbpedia.org/resource/ELKI + , http://dbpedia.org/resource/Data_binning + , http://dbpedia.org/resource/Iris_flower_data_set + , http://dbpedia.org/resource/Spectral_clustering + , http://dbpedia.org/resource/ML.NET + , http://dbpedia.org/resource/K-d_tree + , http://dbpedia.org/resource/Graph_partition + , http://dbpedia.org/resource/Weka_%28machine_learning%29 + , http://dbpedia.org/resource/Dask_%28software%29 + , http://dbpedia.org/resource/Collective_Knowledge_%28software%29 + , http://dbpedia.org/resource/General-purpose_programming_language + , http://dbpedia.org/resource/Naive_Bayes_classifier + , http://dbpedia.org/resource/Hierarchical_clustering + , http://dbpedia.org/resource/Vadalog + , http://dbpedia.org/resource/Online_machine_learning + , http://dbpedia.org/resource/Link_prediction + , http://dbpedia.org/resource/Multi-label_classification + , http://dbpedia.org/resource/Pandas_%28software%29 + , http://dbpedia.org/resource/Similarity_learning + , http://dbpedia.org/resource/Ensemble_learning + , http://dbpedia.org/resource/Affinity_propagation + , http://dbpedia.org/resource/Boosting_%28machine_learning%29 + , http://dbpedia.org/resource/David_Cournapeau + , http://dbpedia.org/resource/Mlpy + , http://dbpedia.org/resource/Isolation_forest + , http://dbpedia.org/resource/T-distributed_stochastic_neighbor_embedding + , http://dbpedia.org/resource/Factor_analysis + , http://dbpedia.org/resource/List_of_statistical_software + , http://dbpedia.org/resource/Intel_Parallel_Studio + , http://dbpedia.org/resource/Cython + , http://dbpedia.org/resource/CatBoost + , http://dbpedia.org/resource/Scikit-multiflow + , http://dbpedia.org/resource/Elastic_net_regularization + , http://dbpedia.org/resource/Logistic_regression + , http://dbpedia.org/resource/Decision_tree_learning + , http://dbpedia.org/resource/French_Institute_for_Research_in_Computer_Science_and_Automation + , http://dbpedia.org/resource/Principal_component_analysis + , http://dbpedia.org/resource/Canonical_correlation + , http://dbpedia.org/resource/Multidimensional_scaling + , http://dbpedia.org/resource/Kernel_regression + , http://dbpedia.org/resource/Outline_of_machine_learning + , http://dbpedia.org/resource/Segmentation-based_object_categorization + , http://dbpedia.org/resource/Mean_shift + , http://dbpedia.org/resource/Scikit-image + , http://dbpedia.org/resource/LOBPCG + , http://dbpedia.org/resource/Sparse_PCA + , http://dbpedia.org/resource/List_of_Python_software + , http://dbpedia.org/resource/Data_mining + , http://dbpedia.org/resource/Orange_%28software%29 + , http://dbpedia.org/resource/Scikitlearn + , http://dbpedia.org/resource/Scikits.learn + , http://dbpedia.org/resource/Sk_learn + , http://dbpedia.org/resource/Autoregressive%E2%80%93moving-average_model + , http://dbpedia.org/resource/Symbolic_regression + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Scikit-learn + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Scikit-learn + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.