-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Browse
Aditya Chatterjee edited this page Apr 13, 2018
·
6 revisions
Following is the high-level structure of cosmos:
-
- DBSCAN_Clustering
- ISODATA_Clustering
- Linear_Regression
- Logistic_Regression
- SAT
- TSP
- decision_tree
- factorization_machines
- gaussian_mixture_model
- gradient_boosting_trees
- hierachical-clustering
- k_Nearest_Neighbours
- k_means
- minimax
- naive_bayes
- nearest_sequence_memory
- neural_network
- principal_component_analysis
- q_learning
- random_forests
- restricted_boltzmann_machine
- support_vector_machine
- t_distributed_stochastic_neighbor_embedding
Each type has several hundreds of problems with solutions in several languages spanning C
, C++
, Java
, Python
, Go
and others.