08 2023 档案
摘要:Chat LangChain 代码: langchain-ai/chat-langchain (github.com) import argparse import functools import os from typing import Literal, Optional, Union fro
阅读全文
摘要:Repository search results (github.com) Question Answering | 🦜️🔗 Langchain 假设您有一些文本文档(PDF、blog、Notion页面等),并且希望询问与这些文档内容相关的问题。法学硕士,鉴于他们在理解文本方面的熟练程度,是一
阅读全文
摘要:Vivado的FPGA创建电机控制: 设计流程: FPGA的设计流程可以用盖房子的过程类比 代码实现,综合和布局布线时FPGA设计流程中的几个关键步骤: 代码实现:比如我要盖一座房子,我把房子的特点描述出来:比如面积100平米、带阳台、欧式装修风格、挑高3米、一室两厅一厨一卫、卧室木地板客厅瓷砖。。
阅读全文
摘要:Membership – RISC-V International (riscv.org) RISC-V China – RISC-V International (riscv.org) tommythorn/yarvi: Yet Another RISC-V Implementation (git
阅读全文
摘要:Top-down car physics - Box2D tutorials - iforce2d Box2D Gymnasium - Comet Docs
阅读全文
摘要:Basic Usage - Gymnasium Documentation (farama.org) Sponsor @Farama-Foundation on GitHub Sponsors 火星着陆: import gymnasium as gym env = gym.make("LunarLa
阅读全文
摘要:利用ChatGPT辅助学习,对初学者懂其晦涩语法很方便 use std::iter::IntoIterator; struct MyStruct { data: Vec<u32> } impl MyStruct { // This has the same name as `std::iter::F
阅读全文
摘要:LinkSoul-AI/Chinese-Llama-2-7b: 开源社区第一个能下载、能运行的中文 LLaMA2 模型! (github.com) soulteary/docker-llama2-chat: Play LLaMA2 (official / 中文版 / INT4 / llama2.cp
阅读全文
摘要:Introducing ChatGPT (openai.com) 学习的网站: • Discord | #🎓〡learning-ml | LAION
阅读全文
摘要:实质是根据被乘数(1011_1011)根据乘数(1101)进行移位相加,具体来说,data_out[11:0] = 1011_1011<<3 + 1011_1011<<2 + 1011_1011。 用加法实现a*5/16功能(要求四舍五入),输入为a,10bit位宽,输出结果为result。请写出下
阅读全文
摘要:EleutherAI/vqgan-clip (github.com) nerdyrodent/VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. (git
阅读全文
摘要:DALL·E: Creating images from text (openai.com) DALL·E 2 (openai.com)
阅读全文
摘要:$("#setup").click(() => tryCatch(setup)); $("#add-row").click(() => tryCatch(addRow)); $("#add-column").click(() => tryCatch(addColumn)); $("#add-calc
阅读全文
摘要:https://github.com/streamlit/demo-uber-nyc-pickups https://www.youtube.com/watch?v=ZZ4B0QUHuNc&list=PLtqF5YXg7GLmCvTswG32NqQypOuYkPRUE&ref=blog.stream
阅读全文
摘要:import streamlit as st from transformers import GPT2LMHeadModel#, CpmTokenizer #from transformers.models.gpt2.modeling_gpt2 import GPT2LMHeadModel fro
阅读全文
摘要:量子退火(英语:Quantum annealing)是一种量子涨落特性的次经验算法,可以在目标函数拥有多组候选解答的情况下,找到全局最优解。量子退火主要用于解决离散空间有多个局部最小值的问题(组合优化问题),例如查找自旋玻璃的基态。 量子退火 - 维基百科,自由的百科全书 (wikipedia.or
阅读全文
摘要:教程:创建量子随机数生成器 - Azure Quantum | Microsoft Learn 量子计算机是概率计算机 传统计算机和量子计算机之间的根本区别在于,量子计算机中的程序本质上是概率性质的,而传统计算机通常是确定性的。 量子算法包括应用于量子位寄存器的线性运算,用于将状态修改为所有可能的特
阅读全文
摘要:转发一篇别人的文章: Revision Control with a Vivado Project (xilinx.com) 部分截图(我喜欢的一张):
阅读全文
摘要:Azure OpenAI 服务 - 文档、快速入门、API 参考 - Azure AI services | Microsoft Learn Azure AI 服务文档 | Microsoft Learn 面向 .NET 开发人员的 Azure | Microsoft Learn
阅读全文
摘要://information //Console.WriteLine("Hello, World!"); //double[] price = new double[] { 1.10, 1.12, 1.15, 1.16, 1.17, 1.18, 1.17, 1.15, 1.16, 1.17, 1.18
阅读全文
摘要:Spark SQL & DataFrames | Apache Spark .NET for Apache Spark™ |大数据分析 (microsoft.com) dotnet/spark: .NET for Apache® Spark™ makes Apache Spark™ easily a
阅读全文
摘要:提供一些PPT等资料参考: 客户和合作伙伴成功案例 | Microsoft Azure
阅读全文
摘要:Release生成的exe: 安装: New-Service -Name "ExcelCUBEService" -BinaryPathName D:\WindowsServiceCUBE.exe sc.exe delete "ExcelCUBEService" 注意:卸载的服务需要处于停止运行状态
阅读全文
摘要:Web Services API (version 2) Documentation | Climate Data Online (CDO) | National Climatic Data Center (NCDC) (noaa.gov) NASA GES DISC: https://disc.g
阅读全文
摘要:Apache Paimon (incubating) 是一项流式数据湖存储技术,可以为用户提供高吞吐、低延迟的数据摄入、流式订阅以及实时查询能力。Paimon 采用开放的数据格式和技术理念,可以与 Apache Flink / Spark / Trino 等诸多业界主流计算引擎进行对接,共同推进 S
阅读全文