电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 11 AI Enabled Wireless Access Control and Handoff

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Unit 11 AI Enabled Wireless Access Control and Handoff Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.1
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.1 Unit 11 AI Enabled Wireless Access Control and Handoff

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Roadmap What is AI Why AI in Wireless Networks Reinforcement Learning at Mobile Network Edge 。 Case Study SMART Handoff Policy in mmWave HetNets Multi-Agent RL-Based Content Local Caching Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.2
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.2 Roadmap • What is AI • Why AI in Wireless Networks • Reinforcement Learning at Mobile Network Edge • Case Study - SMART Handoff Policy in mmWave HetNets - Multi-Agent RL-Based Content Local Caching

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC What is AI AI:Artificial intelligence AI is the intelligence exhibited by machines or software. It is also the name of the academic field of study which studies how to create computers and computer software that are capable of intelligent behavior. ----from wikipedia Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.3
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.3 What is AI AI: Artificial intelligence • AI is the intelligence exhibited by machines or software. • It is also the name of the academic field of study which studies how to create computers and computer software that are capable of intelligent behavior. ----from wikipedia

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC The begins of modern AI John McCarthy coined the term "artificial intelligence"as the topic of the Dartmouth Conference (1956),the first conference devoted to the subject. Pioneers of AI Shannon:Information Theory John McCarthy:coined the term "artificial intelligence",Turing Award Hyman Minsky:Optimization and Game Theory,Turing Award Herbert A.Simon:Decision Theory,Turing Award and The Nobel Prize Oliver Selfridge:Pattern recognition, Allen Newell:Game Theory and Cognitive Theory,Turing Award Holland:Genetic Algorithm Solomonoff:Algorithmic information theory Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.4
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.4 The begins of modern AI • John McCarthy coined the term "artificial intelligence" as the topic of the Dartmouth Conference (1956), the first conference devoted to the subject. • Pioneers of AI - Shannon: Information Theory - John McCarthy: coined the term "artificial intelligence“, Turing Award - Hyman Minsky: Optimization and Game Theory, Turing Award - Herbert A. Simon: Decision Theory, Turing Award and The Nobel Prize - Oliver Selfridge: Pattern recognition, - Allen Newell: Game Theory and Cognitive Theory, Turing Award - Holland: Genetic Algorithm - Solomonoff: Algorithmic information theory

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC What is AI ·Tools used in AI - versions of search and mathematical optimization,neural networks and methods based on statistics,probability and economics ·AI fields: - computer science,mathematics,psychology,linguistics,philosophy, neuroscience,artificial psychology and many others AI evolves to multi-disciplinary techniques: machine learning optimization theory game theory control theory meta-heuristics Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.5
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.5 What is AI • Tools used in AI - versions of search and mathematical optimization, neural networks and methods based on statistics, probability and economics • AI fields: - computer science, mathematics, psychology, linguistics, philosophy, neuroscience, artificial psychology and many others • AI evolves to multi-disciplinary techniques: - machine learning - optimization theory - game theory - control theory - meta-heuristics

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Machine Intelligence Definition: Study of intelligent agents:any device that perceives its environment and takes actions that maximize its chance of success at some goal 。 Machine Learning belongs to one of the most important subfields in AI. Classification of ML algorithms Supervised Learning Supervised Unsupervised Unsupervised Learning Learning Learning Machine Reinforcement Learning Learning Reinforcement Learning Fig.classification of machine learning Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.6
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC 11: AI Enabled Wireless Access Control and Handoff Page.6 Machine Intelligence • Definition: • Study of intelligent agents: any device that perceives its environment and takes actions that maximize its chance of success at some goal • Machine Learning belongs to one of the most important subfields in AI. • Classification of ML algorithms - Supervised Learning - Unsupervised Learning - Reinforcement Learning Fig. classification of machine learning

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Supervised Learning A supervised learning agent will be fed with "labeled"inputs and their desired outputs,and aims to determine a general rule that nicely maps inputs to outputs. e.g.,SVM algorithm,Wireless Channel Estimation 0 0 0 8 0 0 89 : 0 Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.7
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC Supervised Learning • A supervised learning agent will be fed with “labeled” inputs and their desired outputs, and aims to determine a general rule that nicely maps inputs to outputs. • e.g., SVM algorithm, Wireless Channel Estimation 11: AI Enabled Wireless Access Control and Handoff Page.7

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Unsupervised Learning Unsupervised learning is the machine learning task of inferring a function to describe hidden structure from "unlabeled"inputs. e.g.,Clustering algorithm Cluster 0 Cluster 2 x-axs Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.8
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC Unsupervised Learning • Unsupervised learning is the machine learning task of inferring a function to describe hidden structure from "unlabeled" inputs. • e.g., Clustering algorithm 11: AI Enabled Wireless Access Control and Handoff Page.8

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Reinforcement learning Inspired by control theory and behaviorist psychology,concerned with how software agents ought to take actions in an environment so as to maximize some notion of cumulative reward in a Markov Decision Process(MDP). e.g.,Reinforcement learning algorithm Agent Action at Environment ⊙⊙ Reward rt State St+1 Reinforcement Learning Setup Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.9
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC Reinforcement learning • Inspired by control theory and behaviorist psychology, concerned with how software agents ought to take actions in an environment so as to maximize some notion of cumulative reward in a Markov Decision Process (MDP). • e.g., Reinforcement learning algorithm 11: AI Enabled Wireless Access Control and Handoff Page.9

Feng Gang.Qin Shuang National Laboratory of Communication,UESTC Why AI in Wireless Networks Application Scenarios and Requirements:5G mobile networks Three use case families Extreme Mobile Broad Band (eMBB):extreme high throughputs and low-latency. - Massive Machine-Type Communications(mMTC):provides 100,000 wireless connections per AP. Ultra-reliable Low-Latency Communications (uRLLC):provides ultra- reliable low-latency and/or resilient communication links for network services. Advanced Topics in Computer Networks 11:AI Enabled Wireless Access Control and Handoff Page.10
Advanced Topics in Computer Networks Feng Gang, Qin Shuang National Laboratory of Communication, UESTC Why AI in Wireless Networks • Three use case families - Extreme Mobile Broad Band (eMBB):extreme high throughputs and low-latency. - Massive Machine-Type Communications (mMTC): provides 100,000 wireless connections per AP. - Ultra-reliable Low-Latency Communications (uRLLC): provides ultrareliable low-latency and/or resilient communication links for network services. 11: AI Enabled Wireless Access Control and Handoff Page.10 Application Scenarios and Requirements: 5G mobile networks
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 10 Network Coding and Traffic Balancing.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 9 Network Traffic Engineering.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 8 Traffic Management and Modeling.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 7 IntServ/RSVP and DiffServ.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 6 Packet Scheduling.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 5 Buffer Management.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 4 TCP Traffic Control.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 3 Traffic Policing and Shaping.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 2 Call-level Models and Admission Control.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Unit 1 Overview - A big Picture on Traffic Control and QoS in IP networks.pdf
- 电子科技大学:《先进计算机网络技术》课程教学资源(课件讲稿)Introduction(冯钢).pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 7 Hadoop-Spark.pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 6 Graph Mining.pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 5 Data Stream Mining.pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 4 Sampling for Big Data.pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 3 Hashing.pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 2 BasicConcepts(Foundations of Data Mining).pdf
- 电子科技大学:《大数据分析与挖掘 Big Data Analysis and Mining》课程教学资源(课件讲稿)Lecture 1 Intro(主讲:邵俊明).pdf
- 计算机科学与技术(PPT讲稿)Unlock with Your Heart - Heartbeat-based Authentication on Commercial Mobile Phones.pptx
- 计算机科学与技术(参考文献)VECTOR - Velocity Based Temperature-field Monitoring with Distributed Acoustic Devices.pdf
- 《机器学习 Machine Learning》课程教学资源(实践资料)华为Atlas人工智能计算解决方案产品彩页.pdf
- 《机器学习 Machine Learning》课程教学资源(实践资料)Xshell远程登陆开发板方法(华为atlas800 - 910).pdf
- 《机器学习 Machine Learning》课程教学资源(实践资料)MNIST手写体识别实验.pdf
- 《机器学习 Machine Learning》课程教学资源(实践资料)MNIST手写数字识别的Atlas 200DK推理应用.pdf
- 《机器学习 Machine Learning》课程教学资源(实践资料)ModelArts花卉识别(基于MindSpore的图像识别全流程代码实战).pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)[德] Andreas C. Müller [美] Sarah Guido《Python机器学习基础教程 Introduction to Machine Learning with Python》.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)[美] 弗朗索瓦·肖莱《Python深度学习 Deep Learning with Python》.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Finding Structure in Time.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Learning representations by back-propagating errors.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Attention Is All You Need.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Gradient-Based Learning Applied to Document Recognition.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Handwritten Digit Recognition with a Back-Propagation Network.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)An introduction to neural networks for beginners.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)An introduction to neural networks.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)Real-Time Human Pose Recognition in Parts from Single Depth Images.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)A random forest guided tour.pdf
- 《机器学习 Machine Learning》课程教学资源(书籍文献)SVM Tutorial.pdf
- 电子科技大学:《机器学习 Machine Learning》课程教学资源(课件讲稿)第1讲 概论 Introduction(主讲:郝家胜).pdf
- 电子科技大学:《机器学习 Machine Learning》课程教学资源(课件讲稿)第2讲 模型评估与选择 Evaluation and Selection of Models.pdf
- 电子科技大学:《机器学习 Machine Learning》课程教学资源(课件讲稿)第3讲 线性模型 Linear Models.pdf