上一页 1 2 3 4 5 6 ··· 115 下一页
摘要: """ Micropython (Raspberry Pi Pico) Plays music written on onlinesequencer.net through a passive piezo buzzer. Uses fast arpeggios with a single buzze 阅读全文
posted @ 2026-02-17 23:33 jiftle 阅读(5) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- # 版本:V2.0 # author: zhulin # 硬件: # 1. Pico + Esp8285开发板 # 2. LED灯 2个 # 3. DS18B20温度传感器 1个 # 4. 1602液晶LC 阅读全文
posted @ 2026-02-17 23:27 jiftle 阅读(15) 评论(0) 推荐(0)
摘要: import torch import torch.nn as nn import torch.nn.functional as F import math class PositionalEncoding(nn.Module): """位置编码:为输入序列添加位置信息""" def __init_ 阅读全文
posted @ 2026-01-29 11:52 jiftle 阅读(7) 评论(0) 推荐(0)
摘要: 原文:https://blog.eimoon.com/p/transformers-attention-is-all-you-need/ 引言:Transformer 如何重塑 AI 格局 在短短几年内,Transformer 架构彻底重塑了人工智能 (AI) 的技术版图。由 Vaswani 等人在 阅读全文
posted @ 2026-01-28 15:06 jiftle 阅读(65) 评论(0) 推荐(0)
摘要: 原文:https://developer.aliyun.com/article/1635093 作为一名机器学习爱好者,我深知在自然语言处理(NLP)领域,Transformer模型的重要性。自从2017年Google的研究团队提出Transformer以来,它迅速成为NLP领域的主流模型,广泛应用 阅读全文
posted @ 2026-01-28 15:02 jiftle 阅读(24) 评论(0) 推荐(0)
摘要: ![图片](https://img2024.cnblogs.com/blog/137928/202601/137928-20260111160459500-1364334423.png) 阅读全文
posted @ 2026-01-11 16:05 jiftle 阅读(8) 评论(0) 推荐(0)
摘要: module ftsdemo go 1.23.6 require ( github.com/blevesearch/bleve/v2 v2.5.7 github.com/gogf/gf v1.16.9 ) require ( github.com/BurntSushi/toml v0.3.1 // 阅读全文
posted @ 2026-01-09 18:38 jiftle 阅读(12) 评论(0) 推荐(0)
摘要: 概要 文档 -> 向量数据库 -> 从向量数据库中检索 -> 检索到的内容和问题,发给AI -> AI总结回答 关键组件 chromem-go go-openai ollama 代码 go.mod module chromago go 1.23.6 require ( github.com/phil 阅读全文
posted @ 2026-01-09 18:36 jiftle 阅读(20) 评论(0) 推荐(0)
摘要: windows下启动 cd wp\pynbwp %windir%\System32\cmd.exe "/K" D:\ProgramData\anaconda3\Scripts\activate.bat D:\ProgramData\anaconda3 阅读全文
posted @ 2025-11-12 09:21 jiftle 阅读(12) 评论(0) 推荐(0)
摘要: #!/bin/bash # # This file echoes four gradients with 24-bit color codes # to the terminal to demonstrate their functionality. # The foreground escape 阅读全文
posted @ 2025-11-12 09:06 jiftle 阅读(16) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 115 下一页