Intelligence artificielle et données

488 documents à télécharger gratuitement

Cours, examens, TD, TP et exercices de intelligence artificielle et données. Thèmes couverts : machine learning, apprentissage automatique, big data, data science, fouille de données.

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks

This document introduces a cascaded multi-task framework utilizing convolutional neural networks (CNNs) for joint face detection and alignment in challenging environments with pose variations and occlusions. The methodology involves three stages of CNNs refining candidate windows and producing bounding box and facial landmark positions progressively. It features a novel online hard sample mining strategy to enhance model performance dynamically during training. Experimental results demonstrate superior accuracy and computational efficiency on benchmarks like FDDB, WIDER FACE, and AFLW, surp...

face detection
Euclidean loss
multi-task learning
5p0
Hadoop HDFS Operations

This document provides a comprehensive overview of Hadoop HDFS operations, including starting HDFS, listing files, inserting data, retrieving data, and shutting down the system. It details commands for formatting the file system, managing directories, and transferring files between local systems and HDFS. These operations are essential for effectively utilizing the Hadoop distributed file system.

hadoop
file
hdfs
2p0
Hadoop - HDFS Overview

This document provides an overview of the Hadoop Distributed File System (HDFS), highlighting its architecture and features. It explains the roles of the namenode and datanode, as well as the concept of storage blocks. Additionally, it discusses the goals of HDFS in terms of fault tolerance and efficient data management.

hdfs
system
file
2p0
Hadoop Environment Setup

This document outlines the setup process for the Hadoop environment on a Linux operating system. It includes steps for user creation, SSH setup, Java installation, and downloading Hadoop. The guide provides detailed commands to ensure a successful installation of Hadoop.

hadoop
java
home
8p0
Hadoop - Introduction

Hadoop is an Apache open source framework that enables distributed processing of large datasets across clusters of computers using simple programming models. It comprises multiple modules, including Hadoop Common, YARN, HDFS, and MapReduce, which work together to provide a reliable and scalable framework for data management. This document introduces the core components of Hadoop and their functionalities.

hadoop
file
system
3p0
Partiel Master 1 Informatique - Intelligence Artificielle

This document contains an exam for the Master 1 program in Computer Science at Université Paris 7, focusing on Artificial Intelligence. The exam consists of exercises related to search algorithms and heuristics, including A* search and alpha-beta pruning techniques. Students are required to analyze heuristics for admissibility and dominance, as well as apply search strategies to find optimal paths in given scenarios.

noeuds
algorithme
arbre
3p0
Générateurs de systèmes experts

The document explores the concept and structure of expert systems, highlighting their role as tools that replicate human expert reasoning in specific domains. It delves deeper into expert system generators, explaining their composition, such as knowledge bases, inference engines, and interfaces, and reviews notable examples like ADA, Prolog, and Jess. The applications of these technologies, ranging from medicine to industrial systems, are emphasized. Additionally, the document covers the evolution and interoperability of related programming languages like ADA and Prolog in system design.

Expert systems
Feigenbaum
Chaînage avant
27p0
DØ(cid:2)nition d’une force d’attraction aux LPE pour la segmentation par contours actifs

This article addresses the problem of video segmentation by proposing a novel method that combines active contours with watershed presegmentation. The method aims to refine segmentation results by introducing a force of attraction to the watershed boundaries, enhancing both precision and regularity. The two-step process helps in accurately detecting moving objects in videos, yielding smoother results than existing methods.

segmentation
contours
contour
4p0
DØtection de points d’intØrŒts - Mise en correspondance

Ce document traite de la détection de points d’intérêts dans les images, un processus essentiel dans la vision par ordinateur. Les méthodes de détection sont classées en trois catégories : basées sur les contours, sur l'intensité, et des approches basées sur des modèles. Le détecteur de Moravec est également présenté comme une méthode pour identifier les changements d'intensité dans une zone considérée.

points
intørœts
image
13p0
Aspects du Raisonnement

Ce document traite des différentes catégories de raisonnement en intelligence artificielle, notamment le raisonnement déductif, inductif et abductif. Il aborde également la question de l'incertitude et de l'approximativité dans les raisonnements, ainsi que l'importance du temps dans les systèmes d'IA. Enfin, il explore diverses logiques et méthodes pour traiter ces aspects dans le domaine de l'IA.

raisonnement
aspects
temps
75p0
Raisonnement en IA : Symbolisme, hypothèses et méthodes

Ce document explore les notions du raisonnement en intelligence artificielle, en se concentrant sur les symboles et la représentation des connaissances. Il aborde l'historique et les définitions des ressources nécessaires pour un raisonnement efficace. Différents types de raisonnement, ainsi que leurs techniques et défis, sont également discutés.

raisonnement
sentation
valeur
120p0
Data Mining Seance no. 7

This document discusses classification methods in data mining, focusing on Naive Bayes with numeric attributes and examples regarding probability calculations. It also addresses the limitations of Naive Bayes with nominal attributes and introduces decision tree algorithms such as ID3, C4.5, and C5.0 for numeric attributes.

attributs
attribut
nume
7p0
Notes de Cours : Data Mining

This document covers a course on Data Mining focusing on Decision Trees. It includes definitions, examples, and how to construct a decision tree. Key methods of classification such as ID3, C4.5, and C5.0 are also discussed.

arbre
chaque
classe
5p0
Data Mining

This document provides an overview of supervised classification using decision trees. It includes an introduction to the structure of decision trees and details the ID3 algorithm along with its characteristics. Additionally, the document references course notes and literature related to the topic.

2013
arbre
attributs
8p0
Notes de Cours : Data Mining

This document covers supervised classification methods focusing on representative examples, particularly the k-Nearest Neighbors (kNN) algorithm. It explores the concept of dissimilarity measures and their importance in classification tasks. Practical applications using Weka and reference materials are provided for further study.

textes
classe
plus
6p0
Data Mining Course Notes

This document contains notes from a data mining course focused on supervised classification methods. It includes a discussion of methods like OneR and Naive Bayes, their applications, and exercises involving datasets. Key concepts such as probability estimation in classification are also addressed.

attributs
classe
bayes
4p0
Notes de Cours : Data Mining

This document presents notes from a course on Data Mining, focusing on supervised classification methods. It covers the basics of classification, including the ZeroR and Naïve Bayes methods. The aim is to explain the process of constructing classifiers and evaluating their performance.

classeur
classe
approche
3p0
DATA MINING COURSE - LECTURE 6: TEXT MINING & NLP (PART 1)

This lecture introduces text mining and Natural Language Processing (NLP), emphasizing their definitions and applications. It addresses the challenges of analyzing natural text data and describes various types of linguistic knowledge essential for processing text. Applications such as language identification, sentiment analysis, and document categorization are discussed.

text
natural
2015
10p0
Classification de Textes avec Naive Bayes

This document discusses the classification of texts using the Naive Bayes method, focusing on the detection of spam emails. It covers the problem and the data used for analysis, along with the representation of texts and the supervised classification process. The solution includes normalizing the texts, constructing a vocabulary, and extracting attributes for classification.

bayes
naive
textes
20p0
TD no. 2 : Classification de Textes avec Naïve Bayes

This document outlines a lab exercise focused on applying the Naïve Bayes method for text classification. It involves working with a dataset of emails to classify them as spam or non-spam. The exercise includes steps for text representation, probability calculation, and classification of new emails.

textes
bayes
spam
4p0
Data Mining Exam

This document outlines an exam exercise focused on data mining techniques applied to the 'play tennis' dataset. It covers the application of simple classification methods such as ZeroR, OneR, and Naive Bayes using Weka. Students are required to classify instances and evaluate the performance of different classifiers using specified training and testing samples.

faible
leve
xtrain
3p0
Modèles graphiques décisionnels

The document consists of exercises that explore decision-making models using graphical representations. It includes scenarios where individuals must make strategic decisions based on uncertain outcomes, using concepts from probability and utility theory. The exercises guide the reader through creating decision trees and Bayesian networks for optimization.

cision
choisir
utilite
2p0
Fouille de données

This document covers the fundamentals of data mining, including various data types and attributes. It also discusses supervised classification, decision trees, and Bayesian classifiers. Exercises and examples are provided to reinforce the concepts.

donn
plus
peut
256p0
Introduction à L’Intelligence Artificielle

The document provides an overview of Artificial Intelligence (AI), its definition, and goals, including modeling human reasoning processes and reproducing human behavior. It highlights the Turing Test and philosophical critiques like the Chinese Room argument, differentiating approaches to evaluating machine intelligence. It reviews AI's historical milestones—from early programs like ELIZA to modern developments in natural language processing, machine learning, and robotics. Additionally, it explores societal applications of AI, such as recommendation systems, automated vehicles, and roboti...

AI
Turing Test
Chinese Room
46p0

Autres ressources en intelligence artificielle et données