Webpages concerning "Machine Learning"
Integrated Optimization, Artificial Intelligence, On-Topic Analysis, Information Retrieval, Scientific Marketing and Consulting Services.
- Keywords:
- Integrated, Optimization, Artificial, Intelligence, Scientific, Marketing, Research, Information, Retrieval, Consulting, Services, Integrated, Optimization, Artificial, Intelligence, Marketing, Research, Information, Retrieval, Consulting, Services
http://www.miislita.com
Computational Learning Community
- Keywords:
- Machine Learning, Artificial Intelligence
http://www.learningtheory.org/
k mean clustering, k_mean algorithm, kmeans clustering, neural network, unsupervised learning, algorithm, dowload code, cluster, pattern recognition, Visual Basic, centroid, tutorial
- Keywords:
- K mean clustering, K Mean clustering, tutorial, Visual Basic, k-mean clustering, cluster, data mining, k means clustering, k-means clustering, clustering Tutorial, Clustering, Free Code, algorithm, Visual Basic, K-mean clustering, Aciniformics, Agminatics, Botryology, Taximetrics, Clumping, Morphometrics, Nosography, Nosology, Systematics, Q-analysis, Numerical taxonomy, Typology, ...
http://people.revoledu.com/kardi/tutorial/kMean/index.html
AI Topics provides basic, understandable information and helpful resources concerning artificial intelligence, with an emphasis on material available online.
- Keywords:
- AI, artificial intelligence, AAAI, American, Association, for, Artificial, Intelligence, AI Topics, pathfinder, computer science, cognitive science, robots, agents, games, puzzles, expert systems, natural language, LISP, history, philosophy, bibliography, news, science fiction, smart rooms, vision, speech, machine learning, chess, cartoons, toons, glossary, education, intelligent tutoring, ...
http://www.aaai.org/Pathfinder/html/machine.html
This page is the main frameset to the website on ML4UM and ML/IR for UM.
- Keywords:
- ml4um, machine learning, information retrieval, user modeling
http://athos.rutgers.edu/ml4um/
An introduction to ``Anytime
Algorithms''; ACM Crossroads 3-1
- Keywords:
- AI, ACM, Crossroads, computational
resource allocation, anytime algorithms
http://www.acm.org/crossroads/xrds3-1/racra.html
Description of the inductive Group Method of Data Handling. Self-organization approach was applied in very different areas for forecasting and systems modelling, optimization in expert systems, pattern recognition and clusterization by neural networks (ANN), data mining and knowledge discovery.
- Keywords:
- data, neural, mining, of, network, gmdh, algorithm, forecasting, analysis, stock, networks, and, system, method, pdf, in, prediction, handling, for, market, systems, algorithms, regression, genetic, fuzzy, source, polynomial, model, code, group, flowchart, learning, examples, the, a, what, function, rental, definition, is, inductive, download, net, statistical, software, value, structure, ...
http://www.stormloader.com/gmdh/index.html
Homepage of the Grammatical
Induction Community
- Keywords:
- grammatical induction, grammar, induction, machine learning, identification, in, the, limit, learning, learning, in, the, limit
http://www.cs.iastate.edu/~honavar/gi/gi.html
The Machine Learning Network Online Information Service provides information and resources related to machine learning, knowledge discovery, case-based reasoning, knowledge acquisition, and data mining. This includes (but is not limited to) research groups, persons within the ML community, software and algorithms, datasets, calls for papers on conferences, workshops, special issues, a listing of ...
- Keywords:
- Machine Learning, Knowledge Discovery, Case-based Reasoning, Knowledge Acquisition, Data Mining, ML, DM, KD, KDD, KA, CBR, NN, AI, Neural Networks, Neural Network, Artificial Intelligence, Decision Tree, Decision Trees, Algorithm, Algorithms, Software, Dataset, Datasets, Data set, Data sets, Bibliography, Bibliographies, Event, Events, Conference, Conferences, Workshops, Workshop, ...
http://www.mlnet.org
Create your personal intellectual model by starting with a clear Proto-Mind Model. Your model will listen and speak, using your language, your personal character expressions and the knowledge base you teach it. As the time passes, your model becomes your alter ego, and strongly ties together with your consciousness and intellect.
- Keywords:
- immortality, centre, center, model, proto, mind upload, machines, dialogue, soul, consciousness, intelligence, artificial, alter ego, human, generator, neural network, eternity, forever
http://www.proto-mind.com
http://www.ph.tn.tudelft.nl/PRInfo/index.html
A collection of references,
software and web pointers concerned with Boosting and ensemble learning
methods, combining neural networks, decision trees or other weak learners
to improve the generalization performance.
- Keywords:
- Neural Networks, Learning Theory, AdaBoost, Boosting, Bagging, Arcing, Support Vectors, Regularization, Noisy Data, Margin, Hard Margin, Soft Margin, Slack Variables, Overfitting, Benchmark, LP, Linear Programming, Barrier Optimization, Bregman, Ensemble Learning
http://www.boosting.org/
How computers can learn to get better at playing games. A site for AI researchers and game programmers.
- Keywords:
- machine learning, artificial intelligence, genetic algorithms, neural networks, neural nets, temporal difference algorithms, games, backgammon, chess, game of go, othello
http://satirist.org/learn-game/
http://cgm.cs.mcgill.ca/~godfried/teaching/pr-web.html
- Keywords:
- recommender system, collaborative filtering, aspect
, model, GROC, CROC
http://www.cis.upenn.edu/~ais
http://www.irisa.fr/Gowachin/
http://www.kernel-machines.org
http://www.cs.monash.edu.au/~dld/mixture.modelling.page.html
http://www-anw.cs.umass.edu/rlr/
http://home.earthlink.net/~dwaha/research/machine-learning.html
http://www.cs.bris.ac.uk/~ILPnet2/
http://lieber.www.media.mit.edu/people/lieber/PBE/index.html
directopedia.org uses links and structure from dmoz
Open
Directory Project.
The contents has been generating using technology developed by scientec.
Wikipedia-Article "Machine Learning"
Machine learning is an area of artificial intelligence concerned with the development of techniques which allow computers to "learn". More specifically, machine learning is a method for creating computer programs by the analysis of data sets. Machine learning overlaps heavily with statistics, since both fields study the analysis of data, but unlike statistics, machine learning is concerned with the algorithmic complexity of computational implementations. Many inference problems turn out to be NP-hard, so part of machine learning research is the development of tractable approximate inference algorithms.
Machine learning has a wide spectrum of applications including search engines, medical diagnosis, detecting credit card fraud, stock market analysis, classifying DNA sequences, speech and handwriting recognition, game playing and robot locomotion.
Human interaction
Some machine learning systems attempt to eliminate the need for human intuition in the analysis of the data, while others adopt a collaborative approach between human and machine. Human intuition cannot be entirely eliminated since the designer of the system must specify how the data are to be represented and what mechanisms will be used to search for a characterization of the data. Machine learning can be viewed as an attempt to automate parts of the scientific method. Some machine learning researchers create methods within the framework of Bayesian statistics.
Algorithm types
Machine learning algorithms are organized into a taxonomy, based on the desired outcome of the algorithm. Common algorithm types include:
- supervised learning --- where the algorithm generates a function that maps inputs to desired outputs. One standard formulation of the supervised learning task is the classification problem: the learner is required to learn (to approximate the behavior of) a function which maps a vector
into one of several classes by looking at several input-output examples of the function.
- unsupervised learning --- which models a set of inputs: labeled examples are not available.
- semi-supervised learning --- which combines both labeled and unlabeled examples to generate an appropriate function or classifier.
- reinforcement learning --- where the algorithm learns a policy of how to act given an observation of the world. Every action has some impact in the environment, and the environment provides feedback that guides the learning algorithm.
- transduction --- similar to supervised learning, but does not explicitly construct a function: instead, tries to predict new outputs based on training inputs, training outputs, and new inputs.
- learning to learn --- where the algorithm learns its own inductive bias based on previous experience.
The performance and computational analysis of machine learning algorithms is a branch of statistics known as computational learning theory.
Machine learning topics
This list represents the topics covered on a typical machine learning course.
See also
Bibliography
- Bishop, C. M. (1995). Neural Networks for Pattern Recognition, Oxford University Press. ISBN 0198538642
- Richard O. Duda, Peter E. Hart, David G. Stork (2001) Pattern classification (2nd edition), Wiley, New York, ISBN 0471056693.
- MacKay, D. J. C. (2003). Information Theory, Inference, and Learning Algorithms, Cambridge University Press. ISBN 0521642981
- Mitchell, T. (1997). Machine Learning, McGraw Hill. ISBN 0070428077
- Sholom Weiss and Casimir Kulikowski (1991). Computer Systems That Learn, Morgan Kaufmann. ISBN 1-55860-065-5
External links
General resources
Journals and Conferences
Research groups
Software
- SPIDER is a complete machine learning toolbox for MATLAB.
- PRTools is another complete package similar to SPIDER and implemented in MATLAB. SPIDER seems to have more native support and functions for kernel methods, but PRTools has a slightly larger variety of other machine learning tools. PRTools has an accompanying textbook and much better documentation. Both SPIDER and PRTools are available freely for non-commercial applications.
- Orange is a machine learning suite with Python scripting and a visual programming interface.
- YALE is a powerful and free tool for Machine Learning and Data Mining.
- Weka Machine Learning Software
- MATLAB, by The MathWorks, has toolbox support for many machine learning tools. The Bioinformatics toolbox includes Support Vector Machines and KNN classifiers. The Statistics toolbox includes linear discriminant and decision tree classification. The Neural Network toolbox is a complete set of tools for implementing Neural Networks (PRTools relies on it for its neural network classifiers). New methods for classifier performance evaluation and cross validation make MATLAB more attractive for machine learning.
- MLC++ is a library of C++ classes for supervised machine learning
- MDR is an open-source software package for detecting attribute interactions using the multifactor dimensionality reduction (MDR) method.