Projects in Awesome Lists tagged with consists
A curated list of projects in awesome lists tagged with consists .
https://github.com/reddyprasade/machine-learning-with-scikit-learn-python-3.x
In general, a learning problem considers a set of n samples of data and then tries to predict properties of unknown data. If each sample is more than a single number and, for instance, a multi-dimensional entry (aka multivariate data), it is said to have several attributes or features. Learning problems fall into a few categories: supervised learning, in which the data comes with additional attributes that we want to predict (Click here to go to the scikit-learn supervised learning page).This problem can be either: classification: samples belong to two or more classes and we want to learn from already labeled data how to predict the class of unlabeled data. An example of a classification problem would be handwritten digit recognition, in which the aim is to assign each input vector to one of a finite number of discrete categories. Another way to think of classification is as a discrete (as opposed to continuous) form of supervised learning where one has a limited number of categories and for each of the n samples provided, one is to try to label them with the correct category or class. regression: if the desired output consists of one or more continuous variables, then the task is called regression. An example of a regression problem would be the prediction of the length of a salmon as a function of its age and weight. unsupervised learning, in which the training data consists of a set of input vectors x without any corresponding target values. The goal in such problems may be to discover groups of similar examples within the data, where it is called clustering, or to determine the distribution of data within the input space, known as density estimation, or to project the data from a high-dimensional space down to two or three dimensions for the purpose of visualization (Click here to go to the Scikit-Learn unsupervised learning page).
classification consists machine-learning machine-learning-algorithms prediction python python-3 regression reinforcement-learning scikit-image scikit-learn scikit-learn-api scikit-learn-python scikit-model semi-supervised-learning sklearn supervised-learning unsupervised-learning vector
Last synced: 01 Aug 2025
https://github.com/abdallahhemdan/fifteenpuzzlegame
🎈 My implementation of the classic fifteen-puzzle-game which consists of 4x4 grid with 15 tiles numbered from 1 to 15. Tiles are moved to order the numbers...
15-puzzle 15puzzlegame classic-games cmp2022 consists css demo fecu fifteen-puzzle-game frontend game hemdan html javescr js online-game play puzzle puzzles tiles
Last synced: 06 May 2025
https://github.com/rishiraj824/machinelearningalgorithms
A consortium of popular ML algorithms/concepts implemented in Python.
algorithms-implemented consists fashionmnist gaussian-distribution k-means-clustering knn-classification linear-regression logistic-regression machine-learning machine-learning-algorithms neural-network pca-analysis perceptron places-almanac python resnet svm-classifier tf-idf
Last synced: 28 Apr 2026