会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
机器狗mo
博客园
首页
新随笔
联系
管理
2021年12月9日
bash PS1 配置
摘要: PS1='\e[32m[\u@\W]$ ' 序列 说明 \a ASCII 响铃字符(也可以键入 \007) \d "Wed Sep 06" 格式的日期 \e ASCII 转义字符(也可以键入 \033) \h 主机名的第一部分(如 "mybox") \H 主机的全称(如 "mybox.mydomai
阅读全文
posted @ 2021-12-09 16:06 机器狗mo
阅读(225)
评论(0)
推荐(0)
2021年9月16日
einsum爱因斯坦求和
摘要: https://zhuanlan.zhihu.com/p/74462893
阅读全文
posted @ 2021-09-16 14:57 机器狗mo
阅读(16)
评论(0)
推荐(0)
2021年8月27日
Short Text Classification via Knowledge powered Attention with Similarity Matrix based CNN
摘要: https://arxiv.org/pdf/2002.03350v1.pdf
阅读全文
posted @ 2021-08-27 20:35 机器狗mo
阅读(21)
评论(0)
推荐(0)
Efficient Transformers: A Survey
摘要: Efficient Transformers: A Survey
阅读全文
posted @ 2021-08-27 01:40 机器狗mo
阅读(101)
评论(0)
推荐(0)
attention 可视化工具
摘要: https://poloclub.github.io/dodrio/
阅读全文
posted @ 2021-08-27 00:58 机器狗mo
阅读(181)
评论(0)
推荐(0)
2021年7月20日
*2vec papers (向量表示论文)
摘要: https://gist.github.com/nzw0301/333afc00bd508501268fa7bf40cafe4e
阅读全文
posted @ 2021-07-20 09:54 机器狗mo
阅读(31)
评论(0)
推荐(0)
2021年7月19日
从pbf文件读取数据使用networkx 计算最短路径
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- import math import osmium as o import networkx as nx import geoleaflet import geojson RE = 6378137.0 #
阅读全文
posted @ 2021-07-19 16:55 机器狗mo
阅读(294)
评论(0)
推荐(0)
2021年5月8日
开源终端软件
摘要: https://github.com/eugeny/terminus
阅读全文
posted @ 2021-05-08 14:29 机器狗mo
阅读(60)
评论(0)
推荐(0)
2021年1月13日
git 使用记录
摘要: git 使用记录 初始配置 git config --global user.email *** # 个人邮箱 git config --global user.name *** 生成ssh key ssh-keygen -t rsa -C "aaa@bbb.com" -f ~/.ssh/id_rs
阅读全文
posted @ 2021-01-13 21:17 机器狗mo
阅读(82)
评论(0)
推荐(0)
Git 常用命令速查
摘要: 猴子都能懂的Git入门 图解Git Git官方文档
阅读全文
posted @ 2021-01-13 19:43 机器狗mo
阅读(70)
评论(0)
推荐(0)
下一页
公告