Getting started with Pytorch (Teacher Li Hongyi's homework is in the spring of 2021)
This code and data set are from Mr. Li Hongyi's HW1
Data Set Address
Reference code address
This article introduces Pytorch through Teacher Li's first assignment and the reference code provided. This is an introductory text and does not involve specific network design.
When we want to train a model with data, there are actually two main ste ...
Posted by benson on Sun, 17 Oct 2021 11:26:02 -0700
Application and Practice of Class 2019 Software Engineering - Artificial Intelligence Express Cabinet (Code Analysis 2)
2021SC@SDUSC In the first blog post, I learned the basic ways to use Android Studio. The second part mainly uses part of the first week and all the time of the second week to learn the grammar needed for Android development, through which you can finally understand part of the code. Here are some points of knowledge that you summarized from the ...
Posted by veroaero on Sun, 17 Oct 2021 11:12:27 -0700
1+X computer vision textual research some knowledge points
Python
1. Python basic syntax
1.1 Python identifier
In Python, identifiers consist of letters, numbers, and underscores.
In Python, all identifiers can include English, numbers, and underscores (), but cannot begin with a number.
Identifiers in Python are case sensitive.
Identifiers that begin with underscores have special meaning. St ...
Posted by rulinus on Tue, 12 Oct 2021 20:01:30 -0700
Detailed tutorials on environment configuration and preparation required to run Bert for the first time. Bert runs the official model and tests it with MRPC dataset
Step 1 download the required
Download bert source code and model
First, we download the source code and official model of bert and go to the official website:
https://github.com/google-research/bert
Download the official website source code: Download the official model: &n ...
Posted by TRUCKIN on Sat, 09 Oct 2021 20:42:01 -0700
kNN algorithm for handwritten number recognition (machine learning)
Tip: After the article is written, the catalog can be generated automatically, how to generate the help document to the right
Article Directory
Preface1. EXPERIMENTAL STEPSII. EXPERIMENTAL PROCESS
1. Collect data: provide text files2. Preparing data: converting images to test vectors3. Test the algorithm: Recognize handwritten numbers ...
Posted by huhn_m on Sat, 09 Oct 2021 10:30:21 -0700
Deploying BiSeNetV2 model with OpenVINO in Ubuntu 20.04 environment
1. Overview
Semantic segmentation is the basis of computer vision's understanding of the real world, ranging from automatic driving to personal applications. As long as you observe carefully, you can find the application places of semantic segmentation everywhere. In fact, semantic segmentation is equivalent to image segmentation + understandi ...
Posted by droomagon on Sat, 09 Oct 2021 02:38:54 -0700
Ptorch machine learning - for anchor box and prediction box in YOLO, generate candidate areas and label candidate areas in detail
Pytoch machine learning (IX) -- anchor box and prediction box in YOLO, generating candidate regions and labeling candidate regions in detail
catalogue
Pytoch machine learning (IX) -- anchor box, prediction box, generating candidate regions and labeling candidate regions in YOLO
preface
1, Basic concepts
1. bounding box
xyx ...
Posted by rdoylelmt on Wed, 06 Oct 2021 13:01:31 -0700
A series of artificial intelligence experiments -- Python implementation of gradient test
In the actual process of building neural network, forward propagation is easy to realize and has high correctness; The implementation of back propagation is difficult, and there are often bug s. For items requiring high accuracy, gradient test is particularly important.
Principle of gradient test
The definition of derivative (gradient) in mat ...
Posted by msaspence on Tue, 05 Oct 2021 10:35:50 -0700
How to read NIFTI format image (. nii file)
In medical image processing, we often use a NIFTI format image (. nii file). Now let's take a look
1 NIFTI format image
1.1 what is a NIFTI format image
Before explaining what is the NIFTI (neuroimaging information technology initiative) format, you must first understand the Analyze format. Each group of data group stored in Analyze form ...
Posted by Tonic-_- on Mon, 04 Oct 2021 14:21:24 -0700
Introduction to irace paratonics
Installation and usage of irace
Since many of the functions of irace can only be implemented on GNU/Linux systems, it is recommended that you run this tuning tool on Linux, which is also described below for Linux.
Note: The irace runtime requires the R language runtime environment. The R language runtime environment dependency may co ...
Posted by cvsherri on Thu, 30 Sep 2021 10:33:00 -0700