摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>階段學(xué)習(xí)成果</title> &nb
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>階段學(xué)習(xí)成果</title> <link rel="shortcut icon" type="image/x-icon" href="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1540481193016&di=c8e2640e045a9ecf6bbf12996384a4e1&imgtype=0&src=http%3A%2F%2Fwww.jituwang.com%2Fuploads%2Fallimg%2F151208%2F258057-15120R3593535.jpg"> <style type="text/css"> input{margin: 3px; padding: 10px; width: 176px; height: 10x;} button{margin: 0px; padding: 0px; width: 200px; height: 40px; } table{border: 1px solid black; } tr td{border: 1px dashed black;} div{background: #C9E7EE; width: 1080px; height: 500px;} img{width: 560px} p{text-indent: 2em;} a{text-decoration: none;} a:hover{color:#868A08; text-decoration: underline;} </style> </head> <body> <form id="top" method="post" action=""> <input type="text" name="username" placeholder="請(qǐng)輸入用戶(hù)名"><br> <input type="password" name="psw" placeholder="請(qǐng)輸入密碼"><br> <button>提交</button> </form> <br> <br> <table> <tr> <th colspan="3">header</th> </tr> <tr> <td>data11</td> <td>data12</td> <td>data13</td> </tr> <tr> <td>data21</td> <td>data22</td> <td>data23</td> </tr> </table> <br> <div> <p><b>機(jī)器學(xué)習(xí)(Machine Learning, ML)</b>是一門(mén)多領(lǐng)域交叉學(xué)科,涉及概率論、統(tǒng)計(jì)學(xué)、逼近論、凸分析、算法復(fù)雜度理論等多門(mén)學(xué)科。專(zhuān)門(mén)研究計(jì)算機(jī)怎樣模擬或?qū)崿F(xiàn)人類(lèi)的學(xué)習(xí)行為,以獲取新的知識(shí)或技能,重新組織已有的知識(shí)結(jié)構(gòu)使之不斷改善自身的性能。</p> <p><i>它是人工智能的核心,是使計(jì)算機(jī)具有智能的根本途徑,其應(yīng)用遍及人工智能的各個(gè)領(lǐng)域,它主要使用歸納、綜合而不是演繹。</i></p> <a href="https://www.baidu.com">百度一下</a> </div> <a href="" name="top">回到頂部</a> </body> </html>