博客
关于我
《百面机器学习》读书笔记(一)-特征工程
阅读量:319 次
发布时间:2019-03-04

本文共 2246 字,大约阅读时间需要 7 分钟。

???????????????????????????????????????????????????????????????????????????????????????????????????????

???????

???????????????????????????????????????????????????????????????????????????????????????

??????????????????

?????????????????????????????????????????????????????????Min-Max Scaling?????????Z-Score Normalization??

  • ??????????????????????????????????????????0?1??????

    \boxed{X_{norm} = \frac{X - X_{min}}{X_{max} - X_{min}}}

  • ????????????????????????????0?????1?

    \boxed{z = \frac{x - \mu}{\sigma}}

?????????????????????????????????????????????????????????????????????????????????????????????????????


???????

?????????????????????????????????????????????????????????????????

??????????

?????????????????

  • ??????????????????????????????????
  • ?????One-Hot Coding??????????????????????????????????
  • ??????????????????ID??????????????????????????????
  • ????????????????????????????????????????????????????????????????????????????????????


    ???????????

    ??????????????????????????????????????

    ???????????????????

    ????????????????????????????????????????????

  • ??????PCA?t-SNE??????????????
  • ????????L1/L2????????????????????
  • ????????????????????????????????????????
  • ???????????????????????????????????????????????????????????????


    ????????

    ??????????????????????????????????

    ????????????????????

    ???????????

  • ?????N-gram???

    • ???????????????????
    • N-gram??????????n-gram???
  • ??????Latent Dirichlet Allocation?LDA??????-?????????????

  • ????????????Word2Vec?GloVe?BERT???????????????

  • ?????????

    • ????????????????
    • LDA??????????????????
    • Word2Vec?BERT???????????????????????

    ??Word2Vec

    Word2Vec????2013????????????????????????

    Word2Vec?????????LDA?????????

    Word2Vec?????????????????CBOW?Skip-gram?????

    • CBOW????????????
    • Skip-gram????????????

    ???????????????????????CBOW????????????Skip-gram????????????

    ?LDA???Word2Vec????????????LDA???????????????????????????


    ??????????????

    ????????????????????????

    ??????????????????????????????????????

    ????????????????????????????

  • ???????L1/L2?????????????????
  • ????????????????????????????????
  • ?????????????????????????
  • ??????GAN???????????????????
  • ???????????????????????????????????????????????????????


    ??

    ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

    转载地址:http://avpq.baihongyu.com/

    你可能感兴趣的文章
    python binascii.Error: Incorrect padding
    查看>>
    Python bool() 函数能否为无效参数引发异常?
    查看>>
    Python C 程序子进程在“for line in iter“处挂起
    查看>>
    Python Celery:自动化测试平台定时任务必备的三方库
    查看>>
    python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令
    查看>>
    Python CONNECT 4 CHECK WIN函数
    查看>>
    python ctypes库中动态链接库加载方式
    查看>>
    python cv2 图像( np array )转 HObject
    查看>>
    python cv2截取不规则区域图片
    查看>>
    python CV2裁剪图片并保存
    查看>>
    python cv2读取rtsp实时码流按时生成连续视频文件
    查看>>
    Python Dataframe Groupby Mean和Std
    查看>>
    python datetime
    查看>>
    python datetime笔记
    查看>>
    python day01
    查看>>
    python day10
    查看>>
    Python Day17 Django 03
    查看>>
    python day21
    查看>>
    python decode和encode
    查看>>
    Python del 语句
    查看>>