首页
学习
活动
专区
工具
TVP
发布

小鹏的专栏

专栏作者
331
文章
394430
阅读量
56
订阅数
torch02:logistic regression--MNIST识别
MachineLP的Github(欢迎follow):https://github.com/MachineLP
MachineLP
2022-05-09
1830
torch01:torch基础
MachineLP的Github(欢迎follow):https://github.com/MachineLP
MachineLP
2022-05-09
2980
CosFace中的cos loss(Large Margin Cosine Loss)实现(tensorflow)
MachineLP的Github(欢迎follow):https://github.com/MachineLP
MachineLP
2022-05-09
6810
vehicleDectection with Haar Cascades
Last version: 1.0.0 (see Release Notes for more info)
MachineLP
2022-05-09
2560
[pytorch] PyTorch图像分类框架(支持多种主流分类模型)
Git Repo:https://github.com/MachineLP/PyTorch_image_classifier
MachineLP
2020-10-29
1.8K0
[solr] solr5.5.2配置结巴分词工具
为什么选择结巴分词 分词效率高 词料库构建时使用的是jieba (python) 结巴分词Java版本 下载 git clone https://github.com/huaban/jieba-analysis 编译 cd jieba-analysis mvn install 注意 如果mvn版本较高,需要修改pom.xml文件,在plugins前面增加 或者直接下载jieba-analysis-1.0.2.jar:链接:https://pan.baidu.com/s/1kt3w
MachineLP
2020-10-29
7140
[文本纠错] pycorrector框架训练
通过以上两种方法的任何一种完成安装都可以。如果不想安装,可以下载github源码包,安装下面依赖再使用。
MachineLP
2020-10-29
2K0
[python] python 虚拟环境构建 & GPU环境
(1)GPU加速型实例安装NVIDIA GPU驱动及CUDA工具包:https://support.huaweicloud.com/usermanual-ecs/zh-cn_topic_0149470468.html#ZH-CN_TOPIC_0149470468__section1034245773916
MachineLP
2020-10-29
1K0
[pytorch] 图像目标检测框架【Efficientnet0/1/2/3/4/5/6/7】
以kaggle的SIIM-ISIC Melanoma Classification比赛:https://www.kaggle.com/c/global-wheat-detection ; 介绍efficientnet模型在目标检测任务上的使用。
MachineLP
2020-10-29
6750
[pytorch] 图像分类框架【Efficientnet0/1/2/3/4/5/6/7】
以kaggle的SIIM-ISIC Melanoma Classification比赛:https://www.kaggle.com/c/siim-isic-melanoma-classification ; 介绍efficientnet模型在分类任务上的使用。
MachineLP
2020-10-29
5030
[图灵联邦] 视频点击预测大赛
https://www.turingtopia.com/competitionnew/detail/e4880352b6ef4f9f8f28e8f98498dbc4/sketch
MachineLP
2020-05-08
7200
[语音识别] HMM理论理解+实战
(1)04 隐马尔可夫模型 (HMM) :https://blog.csdn.net/u014365862/article/details/105007027 (2)一个隐马尔科夫模型的应用实例:中文分词: https://blog.csdn.net/u014365862/article/details/54891582
MachineLP
2020-03-25
1.5K0
[语音识别] 10 端到端语音识别
• Espnet: https://github.com/espnet/espnet • 实现了主流的端到端语音识别方法 • Speech-Transformer、LAS、CTC、RNN-T • 一个小缺点:代码量已经越来越多...
MachineLP
2020-03-25
1.6K0
[语音识别] 05 基于GMM-HMM的语音识别系统(单音素、三音素)
基于GMM-HMM的语音识别系统 开源的语音识别工具包 http://kaldi-asr.org/ 作者: http://www.danielpovey.com/ 为什么用Kaldi?
MachineLP
2020-03-25
2K0
[语音识别] 01 语音识别概述
英文数据 • TIMIT:音素识别,LDC版权 • WSJ:新闻播报,LDC版权 • Switchboard:电话对话,LDC版权 • Aurora4,鲁棒语音识别(WSJ加噪)(http://aurora.hsnr.de/aurora-4.html)• Librispeech:有声读物,1000小时,开源(http://openslr.org/12/) • AMI:会议,开源(http://openslr.org/16/) • TED-LIUM:演讲,开源(http://openslr.org/19/) • CHiME-4:平板远讲,需申请 • CHiME-5/6:聚会聊天,需申请
MachineLP
2020-03-25
4.1K0
LP love tensorflow & spark
昨天看到一篇文章激发起了我很多兴趣点,文章的题目是 Spark Love Tensorflow,心想何止如此,LP love tensorflow & spark,之前谜之Love Tensorflow,花了三年的时候把它收入麾下,19年开始接触spark,同样激发出不少火花,同时学习了scala语言(人生太短,python吧),也想花二到三年的时间将spark拿下。
MachineLP
2020-03-21
1.5K0
Attention 待更新
注意力机制可以描述为一个函数,这个函数将query和一组key-value对映射成一个输出。
MachineLP
2020-03-18
3990
[中文语音识别后文本加标点] 维基百科数据下载和解析(xml->txt)
维基百科的中文语料库质量高、领域广泛而且开放,其每月会将所有条目打包供大家下载使用,可以点击: https://dumps.wikimedia.org/zhwiki/latest/zhwiki-latest-pages-articles.xml.bz2 直接下载最新版(也可以访问:https://dumps.wikimedia.org/zhwiki/ 获取历史版本)。
MachineLP
2020-02-25
2K0
ELMO/BERT/Transformer笔记 (备用)
可以看一下B站的视频学习: (1)词向量与ELMO模型:https://www.bilibili.com/video/av89296151?p=1 (2)Self-Attention 与 Transf
MachineLP
2020-02-25
7320
[pytorch] 图像分类tricks (持续更新...)
data augmentation auto-augment:https://github.com/DeepVoltaire/AutoAugment/blob/master/autoaugment.py fast-autoaugment: https://github.com/kakaobrain/fast-autoaugment augmix: https://github.com/google-research/augmix mixup/cutout: https://github.com/Pi
MachineLP
2020-02-18
9950
点击加载更多
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档