01 2024 档案

摘要:StarUML: https://docs.staruml.io A sophisticated software modeler for agile and concise modeling 使用 PlantUML 绘制的 UML https://plantuml.com/zh/guide htt 阅读全文
posted @ 2024-01-31 02:18 abaelhe 阅读(204) 评论(0) 推荐(0)
摘要:UML class diagram: A pure-python graphics and GUI library built on PyQt / PySide and numpy for use in mathematics / scientific / engineering applicati 阅读全文
posted @ 2024-01-30 21:05 abaelhe 阅读(337) 评论(0) 推荐(0)
摘要:https://wiki.analog.com/university/tools/m2k Virtual Electronics Lab: How to Create an Oscilloscope Using Python and ADALM2000 by Arnie Mae Baes and C 阅读全文
posted @ 2024-01-27 15:49 abaelhe 阅读(64) 评论(0) 推荐(0)
摘要:以下文为例: Copy HTML Source code from the web page. Transform the HTML code to Markdown code: https://codebeautify.org/html-to-markdown Correcting the rel 阅读全文
posted @ 2024-01-23 17:50 abaelhe 阅读(38) 评论(0) 推荐(0)
摘要:Part 1: Introduction and System Engineering Chapter 1: Introduction Chapter 2: Software Process and Methodology Chapter 3: System Engineering Part 2: 阅读全文
posted @ 2024-01-23 17:43 abaelhe 阅读(32) 评论(0) 推荐(0)
摘要:Latest Advancement: 9781265242435 International edition of Software An Agile Unified Methodology 2nd Edition By David C. Kung International editino, t 阅读全文
posted @ 2024-01-21 21:05 abaelhe 阅读(50) 评论(0) 推荐(0)
摘要:Linear Equations And Inverse Matrices: https://math.mit.edu/~gs/dela/dela_4-1.pdf Dot Product: the result will be one number The other important opera 阅读全文
posted @ 2024-01-19 19:28 abaelhe 阅读(21) 评论(0) 推荐(0)
摘要:Resources: AMS: Open Math Notes a repository of freely downloadable mathematical works hosted by the American Mathematical Society as a service to res 阅读全文
posted @ 2024-01-18 10:15 abaelhe 阅读(31) 评论(0) 推荐(0)
摘要:https://github.com/google-research/retvec: BERT,XLNET分词方法bpe,wordpiece, unigram, sentencepiece 等介绍 https://blog.csdn.net/ganxiwu9686/article/details/1 阅读全文
posted @ 2024-01-15 01:13 abaelhe 阅读(961) 评论(0) 推荐(1)
摘要:The webdriver.Chrome APIs are simplified in the latest version of Selenium, and both find_element_by_() and find_elements_by_() methods. We can fix th 阅读全文
posted @ 2024-01-13 17:51 abaelhe 阅读(52) 评论(0) 推荐(0)
摘要:Project description The Gurobi Optimizer is a mathematical optimization software library for solving mixed-integer linear and quadratic optimization p 阅读全文
posted @ 2024-01-10 22:57 abaelhe 阅读(64) 评论(0) 推荐(0)
摘要:SciTech-Github-git 常用常见汇编 + 解决git push时的 Error: hasDotgit: contains '.git' Git Workflow + Blueprint Git log 支持显示汉字 到Bash命令窗口输入如下设置命令语句 # 显示 status 编码 阅读全文
posted @ 2024-01-10 12:19 abaelhe 阅读(82) 评论(0) 推荐(0)
摘要:OPEN TEXTBOOK PROJECTS: https://sparcopen.org/our-work/open-textbook-pilot/ Grant Program for U.S. Colleges and Universities to Expand the Use of Open 阅读全文
posted @ 2024-01-09 20:48 abaelhe 阅读(59) 评论(0) 推荐(0)
摘要:https://download.calibre-ebook.com/ PoDoFo PDF 开源库: apt install zlib1g-dev libssl-dev libidn-dev libuchardet-dev libjpeg-dev libtiff-dev libpng-dev li 阅读全文
posted @ 2024-01-07 22:06 abaelhe 阅读(78) 评论(0) 推荐(0)
摘要:安装PyTorch For Python3.12: Release Version: $ pip install torch torchvision torchaudio Pre-Release Version: $ pip install --pre torch torchvision torch 阅读全文
posted @ 2024-01-07 11:10 abaelhe 阅读(292) 评论(0) 推荐(0)
摘要:Tensorflow Load text: This tutorial demonstrates two ways to load and preprocess text. First, you will use Keras utilities and preprocessing layers. T 阅读全文
posted @ 2024-01-06 18:18 abaelhe 阅读(29) 评论(0) 推荐(0)
摘要:Turns positive integers(indexes) into dense vectors of fixed size. e.g. [[4], [20]] -> [[0.25, 0.1], [0.6, -0.2]] This layer can only be used on posit 阅读全文
posted @ 2024-01-06 17:58 abaelhe 阅读(52) 评论(0) 推荐(0)
摘要:tf.keras.layers.Attention( View source on GitHub ) Dot-product attention layer, a.k.a. Luong-style attention. Inherits From: Layer, Module tf.keras.la 阅读全文
posted @ 2024-01-06 15:58 abaelhe 阅读(100) 评论(0) 推荐(0)
摘要:https://www.riverbankcomputing.com/static/Docs/PyQt6/ https://www.qt.io/blog/taking-qt-for-python-to-android https://github.com/shyamnathp/python-for- 阅读全文
posted @ 2024-01-05 19:51 abaelhe 阅读(415) 评论(0) 推荐(0)
摘要:Azure: https://docs.microsoft.com/python/api/overview/azure/cognitive-services https://github.com/Azure/azure-sdk-for-python https://azure.microsoft.c 阅读全文
posted @ 2024-01-04 17:23 abaelhe 阅读(265) 评论(0) 推荐(0)
摘要:Introduction to modules, layers, and models Model: To do machine learning in TensorFlow, you are likely to need to define, save, and restore a model. 阅读全文
posted @ 2024-01-02 19:03 abaelhe 阅读(51) 评论(0) 推荐(0)
摘要:Graphs are data structures that contain: a set of tf.Operation objects, which representing units of computation; and tf.Tensor objects, which represen 阅读全文
posted @ 2024-01-02 18:31 abaelhe 阅读(49) 评论(0) 推荐(0)
摘要:In this guide, you will explore ways to compute gradients with TensorFlow, especially in eager execution. Automatic Differentiation and Gradients Auto 阅读全文
posted @ 2024-01-02 16:02 abaelhe 阅读(94) 评论(0) 推荐(0)
摘要:A11 A12 A21 A22 阅读全文
posted @ 2024-01-02 10:50 abaelhe 阅读(13) 评论(0) 推荐(0)
摘要:tf.config.run_functions_eagerly(True) tf.data.experimental.enable_debug_mode() tf.debugging.set_log_device_placement(True) tf.config.set_soft_device_p 阅读全文
posted @ 2024-01-01 19:30 abaelhe 阅读(29) 评论(0) 推荐(0)