-
Updated
Mar 5, 2020 - Python
machine-learning-algorithms
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 3,807 public repositories matching this topic...
-
Updated
Feb 12, 2020
-
Updated
Oct 16, 2019 - Jupyter Notebook
My feature request is to include an option on a button made from choice skill, to redirect a link to an external url...
Here's a detailed explanation including screenshots
This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext
it is really great code , only how to run it
MLAlgorithms/mla/fm.py
may you add example , as you did for other models?
i'm a newbie in programming. I try to use this library. it's very useful for me.
I want to show centroid in K-means clustering. how to show it? thank u so much..
-
Updated
Mar 23, 2020 - Python
is it Grid Search can solve CASH problems with NNI , it seems that it is usually used for hyper-parameters optimization, have you guys have finished some revision for Grid Search for solving CASH problems.
about Cash problems can refer to :microsoft/nni#1178
-
Updated
Sep 28, 2019 - Jupyter Notebook
-
Updated
Oct 7, 2019 - Jupyter Notebook
The iloc in cudf documentation for 0.12 and 0.13 shows:
>>> df = DataFrame([('a', list(range(20))),
... ('b', list(range(20))),
... ('c', list(range(20)))])
https://rapidsai.github.io/projects/cudf/en/0.12.0/api.html#cudf.core.dataframe.DataFrame.iloc
https://rapidsai.github.io/projects/cudf/en/0.13.0/api.html#cudf.core.dataframe.DataFrame.iloc
which
-
Updated
Mar 5, 2020 - Python
-
Updated
Jan 1, 2020 - JavaScript
Hello,
I am building a QGIS plugin and would like to add hdbscan in methods. But when I import with OSGEO4W shell it failed at this line:
File "C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan_init_.py", line 1, in
from .hdbscan_ import HDBSCAN, hdbscan
File "C:\OSGeo4W\apps\Python37\lib\site-packages\hdbscan-0.8.22-py3.7-win32.egg\hdbscan\h
I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
-
Updated
Feb 1, 2020 - HTML
Should implement both the class-based StandardScaler API and scale, which is the functional version. Matching sklearn API and using cuPy.
-
Updated
Mar 7, 2020 - C
Some algorithms supported in StellarGraph via demos aren't listed in documentation on readthedocs
Describe the bug
In StellarGraph, some algorithms are in demo notebooks or scripts, without being listed in our main documentation. This could mean that a user reading our docs thinks they're not supported in StellarGraph.
-
Updated
Mar 14, 2020 - Python
Hello,
Without any delays, I will begin explaining the bug on TimeSeriesKMeans function.
At the moment, I am handling a dataset with several time series having different lengths.
When I try to cluster this time series by means of the dtw or soft-dtw metrics, and despite n_cluster parameter, the model predicts at max two clusters, in other situations, assigns all the time series to the same
-
Updated
Feb 24, 2020 - Jupyter Notebook
-
Updated
Mar 30, 2020 - Python
- The median heuristic function utils.medianHeuristic is missing in the pytorch branch. Please copy it to
edgeml_pytorch.utils. - It is being called from here when you run the example. That is
-
Updated
Dec 31, 2019
-
Updated
Apr 3, 2020 - Python
-
Updated
Jan 16, 2020 - Java
-
Updated
Feb 5, 2019 - Java
-
Updated
Mar 21, 2020
- Wikipedia
- Wikipedia
It may be good to provide pure Python implementation of Gradient Descent (instead of SciPy one) for Logistic Regression just for the learning purposes.