01 2024 档案
摘要:StarUML: https://docs.staruml.io A sophisticated software modeler for agile and concise modeling 使用 PlantUML 绘制的 UML https://plantuml.com/zh/guide htt
阅读全文
摘要:UML class diagram: A pure-python graphics and GUI library built on PyQt / PySide and numpy for use in mathematics / scientific / engineering applicati
阅读全文
摘要: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
阅读全文
摘要:以下文为例: Copy HTML Source code from the web page. Transform the HTML code to Markdown code: https://codebeautify.org/html-to-markdown Correcting the rel
阅读全文
摘要:Part 1: Introduction and System Engineering Chapter 1: Introduction Chapter 2: Software Process and Methodology Chapter 3: System Engineering Part 2:
阅读全文
摘要:Latest Advancement: 9781265242435 International edition of Software An Agile Unified Methodology 2nd Edition By David C. Kung International editino, t
阅读全文
摘要: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
阅读全文
SciTech-Math-AdvancedAlgebra-Linear Spaces(Vector Spaces) and Subspace: The Column Space of a Matrix
摘要:Resources: AMS: Open Math Notes a repository of freely downloadable mathematical works hosted by the American Mathematical Society as a service to res
阅读全文
摘要:https://github.com/google-research/retvec: BERT,XLNET分词方法bpe,wordpiece, unigram, sentencepiece 等介绍 https://blog.csdn.net/ganxiwu9686/article/details/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
阅读全文
摘要:Project description The Gurobi Optimizer is a mathematical optimization software library for solving mixed-integer linear and quadratic optimization p
阅读全文
摘要:SciTech-Github-git 常用常见汇编 + 解决git push时的 Error: hasDotgit: contains '.git' Git Workflow + Blueprint Git log 支持显示汉字 到Bash命令窗口输入如下设置命令语句 # 显示 status 编码
阅读全文
摘要: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
阅读全文
摘要:https://download.calibre-ebook.com/ PoDoFo PDF 开源库: apt install zlib1g-dev libssl-dev libidn-dev libuchardet-dev libjpeg-dev libtiff-dev libpng-dev li
阅读全文
摘要:安装PyTorch For Python3.12: Release Version: $ pip install torch torchvision torchaudio Pre-Release Version: $ pip install --pre torch torchvision torch
阅读全文
摘要:Tensorflow Load text: This tutorial demonstrates two ways to load and preprocess text. First, you will use Keras utilities and preprocessing layers. T
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:https://www.riverbankcomputing.com/static/Docs/PyQt6/ https://www.qt.io/blog/taking-qt-for-python-to-android https://github.com/shyamnathp/python-for-
阅读全文
摘要:Azure: https://docs.microsoft.com/python/api/overview/azure/cognitive-services https://github.com/Azure/azure-sdk-for-python https://azure.microsoft.c
阅读全文
摘要: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.
阅读全文
摘要:Graphs are data structures that contain: a set of tf.Operation objects, which representing units of computation; and tf.Tensor objects, which represen
阅读全文
摘要:In this guide, you will explore ways to compute gradients with TensorFlow, especially in eager execution. Automatic Differentiation and Gradients Auto
阅读全文
摘要:A11 A12 A21 A22
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号