AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
Oct 27, 2020 - Python
{{ message }}
scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
Machine Learning University: Accelerated Natural Language Processing Class
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Using python and scikit-learn to make stock predictions
Machine Learning University: Accelerated Tabular Data Class
Deploy kfserving v0.3.0 and sample app
kubectl apply -f kfserving.v0.3.0.yaml
kubectl apply -f sklearn.yaml
I have k8s cluster with enabled PSP and ImagePullAlways plugin
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/
After all kservice isn't working
kubectl describe replicaset.apps/sklearn-iris-predictor-default-x9v87-deployment-784dbd
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
AI比赛相关信息汇总
Predict Cryptocurrency Price with Deep Learning
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book
Daily Stock Forecasts using Machine Learning & Python
A fast, robust Python library to check for offensive language in strings.
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
scikit-learn model evaluation made easy: plots, tables and markdown reports.
为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
从零基础开始机器学习之旅
Created by David Cournapeau
Released January 05, 2010
Latest release 3 months ago
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't