paulwong

          2025年5月18日 #

          支持 A 股、港股!AI 投資炒股「智能體」開源,太絕了。

          它部署了多個專業的 AI 大模型智能體,每一個智能體對應交易公司的一個角色。比如有的智能體是基本面分析師、有的是情緒分析師、有的是技術分析師,還有交易員、風險管理員等等。讓這些角色的AI智能體在一起嘰嘰喳喳討論,最終確定最優的策略。給出買入或者賣出的決策。

          https://mp.weixin.qq.com/s/mu1eF1l5ung-siVcUrEsTQ


          合集

          posted @ 2025-07-11 19:06 paulwong 閱讀(43) | 評論 (0)編輯 收藏

          保險核保系統設計

          回答用戶的問題, 如“醉駕能否賠償”時, 首先去條款庫中匹配是否對得上的條款, 如有直接返回.
          上面如果不中, 則走llm回答.
          提取關鍵字, 用一關鍵字列表, 逐個對照, 如有則返回關鍵字, 沒有則返回默認的車險關鍵字
          拿著此關鍵字去知識圖譜搜索出一堆條款
          構造大模型輸入的提示詞, 即角色+條款列表+問題+請回答, 輸入到大模型, 讓大模型回答
          檢查回答是否合規, 如是否有免責字樣或沒有條款列表, 如不規合則直接返回, “請聯系銷售代表”字樣
          如合規, 則提取回答后面的字樣作為答案返回
          @import url(/css/cuteeditor.css);

          posted @ 2025-07-02 00:43 paulwong 閱讀(22) | 評論 (0)編輯 收藏

          debian安裝python+替換為清華源

          sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

          sudo vi /etc/apt/sources.list.d/debian.sources

          添加如下內容:
          Types: deb
          URIs: https://mirrors.tuna.tsinghua.edu.cn/debian/
          Suites: bookworm bookworm-updates bookworm-backports
          Components: main contrib non-free non-free-firmware
          Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

          Types: deb
          URIs: https://mirrors.tuna.tsinghua.edu.cn/debian-security/
          Suites: bookworm-security
          Components: main contrib non-free non-free-firmware
          Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

          更新所有包
          sudo apt update

          安裝python
          sudo apt-get install python3

          sudo apt-get install python3-pip

          命令支持短寫
          sudo apt install python-is-python3

          安裝miniconda
          wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py310_25.3.1-1-Linux-x86_64.sh

          bash Miniconda3-py310_25.3.1-1-Linux-x86_64.sh
          conda config --set show_channel_urls yes

          cat > ~/.condarc <<EOF
          channels:
          - defaults
          show_channel_urls: true
          default_channels:
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
          custom_channels:
          conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
          pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
          EOF

          清除緩存
          conda clean -i

          conda --version
          conda info # 查看渠道是否顯示為清華源




          posted @ 2025-06-23 11:32 paulwong 閱讀(62) | 評論 (0)編輯 收藏

          最全 Docker 神器集結,讓你的服務器瞬間起飛!

          https://mp.weixin.qq.com/s/gtyMdmCqBY7LfdBGUBldSA

          posted @ 2025-06-21 23:01 paulwong 閱讀(25) | 評論 (0)編輯 收藏

          百煉大模型支持深度思考


          https://help.aliyun.com/zh/model-studio/deep-thinking#1f5ad51894bvi

          posted @ 2025-06-18 23:56 paulwong 閱讀(19) | 評論 (0)編輯 收藏

          以非root用戶運行docker

          sudo useradd -m paul # 創建用戶并自動建立家目錄
          sudo passwd paul # 設置用戶密碼(需輸入兩次確認)
          sudo usermod -aG wheel paul # CentOS/RHEL
          [root@dev69 ~]$ groupadd docker
          [root@dev69 ~]$ usermod -aG docker $USER
          [root@dev69 ~]$ reboot
          [paul@dev69 ~]$ docker run hello-world

          posted @ 2025-06-13 16:47 paulwong 閱讀(21) | 評論 (0)編輯 收藏

          創建數據集的資源


          AI 數據集生成和模型微調框架 Distilabel 入門指南:基本概念、安裝與快速開始
          https://zhuanlan.zhihu.com/p/25766406373

          使用Llama3和distilabel構建微調數據
          https://huggingface.co/blog/dvilasuero/synthetic-data-with-llama3-distilabel

          posted @ 2025-05-18 08:01 paulwong 閱讀(25) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 花莲市| 宿松县| 崇义县| 潞西市| 农安县| 盐源县| 鄂伦春自治旗| 寿阳县| 齐河县| 舒兰市| 龙游县| 连州市| 兴仁县| 黔南| 灵石县| 顺昌县| 绍兴县| 泰宁县| 锡林郭勒盟| 万年县| 安义县| 泰来县| 收藏| 礼泉县| 兴文县| 宁化县| 油尖旺区| 南京市| 临城县| 儋州市| 万山特区| 德化县| 白朗县| 新绛县| 广南县| 密云县| 涡阳县| 平原县| 昌都县| 武强县| 靖安县|