Toggle navigation
Find Group
Groups
Top Groups
Open Source for beginners
English Vocabulary
Machine Learning Algorithms
Python Programming Language for Beginners
Guitar for beginners
Advanced Java
Flute for Beginners
Learning Basic English Grammar
Chemistry for Kids
Science Competitions in USA
Grades
Preschool
Preschool English
Preschool Maths
Preschool Science
Preschool Social Studies
Kindergarten
Kindergarten - English Language - Common Core
Kindergarten - Maths - Common Core
Kindergarten - Science - Macmillan/McGraw-Hill
Kindergarten - Science California - Macmillanm
Kindergarten - Social Studies - Reflections - Our World Now and Long Ago - Harcourt
Grade 1
Grade 1 - Science California - Macmillan
Grade 1 - English Language - Common Core
Grade 1 - Science - Macmillan/McGraw-Hill
Grade 1 Maths - Common Core
Grade 1- Social Studies - Reflections - Harcourt
Grade 2
Grade 2 - English Language - Common Core
Grade 2 - English Writing
Grade 2 - Science - Macmillan
Grade 2 - Science - Macmillan/McGraw-Hill
Grade 2 - Social Studies - Reflections - People We Know - Harcourt
Grade 2 Maths - Common Core
Grade 3
Grade 3 - English Language - Common Core
Grade 3 - English Writing
Grade 3 - Maths - Common Core
Grade 3 - Science - Macmillan
Grade 3 - Science - Macmillan/McGraw-Hill
Grade 3 - Social Studies - Reflections Our Communities - Harcourt
Grade 4
Grade 4 - Maths - Common Core
Grade 4 - English Language - Common Core
Grade 4 - English Writing
Grade 4 - Science - A Closer Look - Macmillan/McGraw-Hill
Grade 4 - Science California - Macmillan
Grade 4 - Social Studies - Reflections California - Harcourt
Grade 5
Grade 5 - English Language - Common Core
Grade 5 - English Writing
Grade 5 - Science - Macmillan/McGraw-Hill
Grade 5 - Science - Macmillan
Grade 5 Maths - Common Core
Grade 5 Science - Pearson
Grade 5 Social Studies - Reflections - United States - Harcourt
Grade 6
Grade 6 - English Language - Common Core
Grade 6 - English Writing
Grade 6 - Maths - Common Core
Grade 6 - Science - Macmillan/McGraw-Hill - A Closer Look
Grade 6 - Science California - Macmillan
Grade 6 - Social Studies - Ancient Civilizations - Pearson
Grade 6 - Social Studies - Reflections Ancient Civilizations - Harcourt
Grade 7
Grade 7 - English Language - Common Core
Grade 7 - English Writing
Grade 7 - Maths - Common Core
Middle School - Earth Science - California - Pearson
Middle School - History - Medieval and Early Modern Times - Pearson
Middle School - History - Medieval to Early Modern Times - California Social Science - Holt
Middle School - Life Science - California - Pearson
Middle School - Life Science - Prentice Hall- Pearson
Middle School - Physical Science - California - Pearson
Middle School - World History - Holt
Grade 8
8th Grade - Physical Science Concepts in Action - Prentice Hall
Grade 8 - Science - Common Core
Grade 8 - Algebra 1 - Holt
Grade 8 - English Language - Common Core
Grade 8 - English Writing - Common Core
Grade 8 - Integrated Maths
Grade 8 - Maths - Common Core
Middle School - Earth Science - California - Pearson
Middle School - History - Medieval and Early Modern Times - Pearson
Middle School - History - Medieval to Early Modern Times - California Social Science - Holt
Middle School - Life Science - California - Pearson
Middle School - Life Science - Prentice Hall- Pearson
Middle School - Physical Science - California - Pearson
Middle School - World History - Holt
Grade 9
High School - English Language - Grade 9 - 10 - Common Core
High School - Biology - Prentice Hall
Grade 11
Grade 11 and 12
High School - English Language - Grades 11 & 12 - Common Core
High School
High School - English Language - Grade 9 - 10 - Common Core
High School - Algebra 2 - Holt
High School - Biology - Prentice Hall
High School - Chemistry
High School - Chemistry - Prentice Hall
High School - Conceptual Physics - Prentice Hall
High School - Earth Science - Prentice Hall
High School - English Language - Grades 11 & 12 - Common Core
High School - Environmental Science - Prentice Hall
High School - Health and Nutrition - Prentice Hall
High School - Science - Common Core
High School Maths - Algebra - Common Core
High School Maths - Calculus - Larson, Hostetler, Edwards
High School Maths - Functions - Common Core
High School Maths - Geometry - Common Core
High School Maths - Number and Quantity - Common Core
High School Maths - Statistics and Probability - Common Core
High School US History - Pearson
High School World History - Pearson
Subjects
Misc
Biology
Chemistry
Computer Science
Computer Science: Big Data
Computer Science: Data Science
Computer Science: Programming Languages
Computer Science: Software Engineering
Computer Science: Systems and Security
English
Engineering
Languages
Mathematics
Music
Painting
Physics
Science
Social Science
Sports Outdoor
Sports Indoor
Links
Home
Groups
Contacts
Schools
Notes
Teachers
Games
Register
Login
Login
Machine Learning Algorithms
Related
Machine Learning Tools on Hadoop (Machine Learning Hadoop)
Machine Learning - Deep Learning
Machine Learning - H2O
Machine Learning Tools
Machine Learning Libraries
Machine Learning Solutions
Machine Learning Concepts
Recommendation Machine Learning
Apache Mahout - Machine Learning
Oryx - Machine Learning with Hadoop
Machine Learning - Natural Language Processing - NLP
Machine Learning with MATLAB (MATLAB)
Algorithms and Time Complexity
Learning French
Soccer - Learning
Vietnamese learning
Learning Hindi
Learning Java
Learning Spanish
This group is for discussions related to Machine Learning Algorithms
dashboard
feed
|
FILTER :
videos
slides
links
quiz
|
SEARCH :
youtube
slideshare
quizlet
Google
KERNEL METHODS
ALL
List of algorithms
REGRESSION
Linear Regression
Ordinary Least Squares
Logistic Regression
Stepwise Regression
Multivariate Adaptive Regression Splines
Locally Estimated Scatterplot Smoothing
INSTANCE BASED METHODS
k-Nearest Neighbour (kNN)
Learning Vector Quantization (LVQ)
Self-Organizing Map (SOM)
PREPROCESSING DATA
standardization - mean removal - variance scaling
normalization
binarization
encoding categorical variables
label preprocessing
imputation of missing values
unsupervised data reduction
pca
random projections
Feature agglometration
DECISION TREE LEARNING
Decision tree
Random Forest
Gradient Boosting Machines (GBM)
BAYESIAN
Naive Bayes
Averaged One-Dependence Estimators
Bayesian Belief Network (BBN)
COLLABORATIVE FILTERING
user-based collaborative filtering
item-based collaborative filtering
matrix factorization with ALS
CLUSTERING
k-means
fuzzy k-means
affinity propagation
mean shift
spectral clustering
hierarchical clustering
Agglomerative hierarchical clustering
Divisive hierarchical clustering
DIMENSIONALITY REDUCTION
pca
Singular Value Decomposition svd
Lanczos Algorithm
KERNEL METHODS
Support Vector Machines (SVM)
Radial Basis Function (RBF)
Linear Discriminant Analysis (LDA)
ENSEMBLE METHODS
Bagging
Boosting
Bootstrapped Aggregation
AdaBoost
Stacked Generalization
Gradient Boosting Machines (GBM)
Random Forest
Mixture of Experts
ASSOCIATION LEARNING
apriori
eclat
fp growth
NATURAL LANGUAGE PROCESSING
lda
OTHER CONCEPTS
anova
max entropy
pattern
No posted content found
Search Results from
Next>>
Kernels Introduction - Practical Machine Learning Tutorial with Python p.29
Machine Learning: Support Vector Machine - Kernel Trick
Lecture 12.4 ? Support Vector Machines | (Kernels-I) ? [ Machine Learning | Andrew Ng]
The Kernel Trick - THE MATH YOU SHOULD KNOW!
Lecture 15 - Kernel Methods
Kernel - Georgia Tech - Machine Learning
The Kernel Trick
Lecture 32 - Kernel Methods (04/21/2017)
ML Basics and Kernel Methods (Tutorial) by Mikhail Belkin
13. Kernel Methods
Machine Learning Fundamentals - 7.2 - The Kernel Trick
MLSS 2012: B. Schölkopf - Introduction to Machine Learning / Kernel Methods
Support Vector Machines (3): Kernels
Support Vector Machine (SVM) - Fun and Easy Machine Learning
Machine Learning Fundamentals - 7.4 - The Kernel Function
4.4 Efficient Kernel Methods - Machine Learning Class 10-701
16. Learning: Support Vector Machines
Support Vector Machines: Kernel Methods
Introduction to Machine Learning - Kernel Methods
Nonlinear SVM and Kernel Function
Introduction to Machine Learning - Kernel Methods Introduction
18: Kernels in Machine Learning (1 of 3)
Why Kernels - Practical Machine Learning Tutorial with Python p.30
Kernel Trick
Introduction to Support Vector Machine (SVM) and Kernel Trick (How does SVM and Kernel work?)
Architectures for the FPGA Implementation of Online Kernel Methods
Nonlinear dimensionality reduction for faster kernel methods in machine learning - Christopher Musco
Support Vector Machines: A Visual Explanation with Sample Python Code
Kernel methods and computational biology -- Jean-Philippe Vert (Part 1)
Lecture-11: Machine Learning: Perceptrons- Kernel Perceptron Learning Part-3/4
Kernel Methods and SVMs by Tom Mitchell
Machine Learning with Scikit-learn: Kernels and the Kernel Trick| packtpub.com
Machine learning - Introduction to Gaussian processes
Quantum Support Vector Machine Kernel Algorithm
Nonlinear Support Vector Machine (SVM) .. The Kernel Trick
Three Fundamental Learning Algorithms - Naive Bayes Algorithm
Next>>