Code Monkey home page Code Monkey logo

chenhui-x-machinelearning-slides-and-code's Introduction

推荐n个便宜好用的鸡场。可以选择适合你的使用.

所有机场都支持多设备同时在线,买一次全家都能用~

  • [1] 只需5r,每月1.5T流量~:xmrth推荐,适合小白
  • [2] 只需1r,每月100g流量,稳定流媒体解锁~:efcloud推荐,适合小白
  • [3] 只需8r,每月120g流量,IEPL专线,超级稳定,流媒体解锁~:marslink极其推荐,重在稳定、高速、不失联
  • [4] 只需1r,每月555G流量,支持免流~:1yuan该鸡场近期线路不佳,不再推荐

这是提示。

  • 注意课件PDF不能在网页预览,所以进入相应链接后,点击右上方 Download 即可下载到本地查看.

  • 随机森林课程数据是Python自带的iris数据集,直接使用下边的代码加载就可以.

    •      from sklearn.datasets import load_iris 
           # 如果没有sklearn库,可以先在cmd输入 pip install -U scikit-learn  进行安装
           import pandas as pd  
           imoprt numpy as np
           X,y = load_iris(return_X_y=True)
           # X 就是特征, Y就是相应的类别
           DATA = pd.DataFrame(np.concatenate((X,y.reshape(-1,1)),1))
      

  • 嗨~同学,你好呀。如果我的视频和PPT帮助到了你,可以点亮仓库Star来支持我,下次来就不会迷路辣!

  • 当然你也可以加我QQ共同交流学习:1366420642

  • 我的B站主页

  • 此外的我的仓库还有其他好东西:从零开始实现Resnet、Attention等等,代码都添加了非常详细的注释。

chenhui-x-machinelearning-slides-and-code's People

Contributors

chenhui-x avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.