12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
-
Updated
Aug 3, 2021 - Jupyter Notebook
{{ message }}
12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
Compilation of R and Python programming codes on the Data Professor YouTube channel.
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).
Machine learning is the sub-field of Computer Science, that gives Computers the ability to learn without being explicitly programmed (Arthur samuel, American pioneer in the field of Computer gaming and AI , coined the term Machine Learning in 1959, while at IBM )
Recognition of the images with artificial intelligence includes train and tests based on Python.
DMLLTDetectorPulseDiscriminator - A supervised machine learning approach for shape-sensitive detector pulse discrimination in lifetime spectroscopy applications
Efficient sparse matrix implementation for various "Principal Component Analysis"
A jupyter notebook which trains a model with scikit-learn
This is the basic introductory project of machine learning for predicting the survivals category based on the data set available,which is implemented using different inbuilt models available in scikit learn
Classification of MXenes into metals and non-metals based on physical properties
Scikit-learn (sklearn) projects in form of Jupyter Notebooks
Codes for "Parkinson’s Disease Diagnosis: Effect of Autoencoders to Extract Features from Vocal Characteristics"
poverty prediction and analysis
Machine Learning Tutorials
This repository contains the code for some models that classify music files into their specific genres
A Q&A based chatbot which queries the database to find responses for similar questions asked by the users
Unsupervised and supervised learning for satellite image classification
Hands on Tensorflow and Scikitlearn 2nd Edition eBook
I have completed this Machine learning Project successfully with 98.24% accuracy which is great for this project. Now, I'm ready to deploy our ML model in the healthcare project. To get more accuracy, I trained all supervised classification algorithms. After training all algorithms, I found that Logistic Regression, Random Forest and XGBoost classifiers are given high accuracy than remain but we have chosen XGBoost.
Projeto realizado para a matéria de Introdução ao Aprendizado de Máquina, onde foi feito um modelo regressor utilizando algoritmos de Machine Learning com a biblioteca Scikit-Learn em Python.
This repository demonstrates data imputation using Scikit-Learn's SimpleImputer, KNNImputer, and IterativeImputer.
Decision tree implementation using python scikit-learn
This repository shows the implementation of machine learning algorithms, data pipelines and data visualization with scikit-learn and python.
A simple DNS atack detector based on DecisionTree built with scikit-learn
Aprendizado de máquina para classificar objetos entre maçãs e laranjas, a partir dos dados de entrada
A web app that assists patients in diagnosing their illnesses
A website powered by Machine Learning to dynamically predict the shortest and safest route from source to destination.
Add a description, image, and links to the scikit-learn-python topic page so that developers can more easily learn about it.
To associate your repository with the scikit-learn-python topic, visit your repo's landing page and select "manage topics."