Tianchi Competition - Prediction of Industrial Steam Volume
Starting from 0, data analysis and machine learning in Xueda University are simple and simple to write down the contest experience. This paper uses a variety of machine learning regression algorithms, and also uses deep learning pytorch to build a neural network for regression calculation.
1. Background introduction
This is an industrial stea ...
Added by estero2002 on Sun, 26 Sep 2021 20:08:07 +0300
tensorflow realizes the migration learning of cat dog classifier concept V3
Part of the content comes from Keras introductory course 6 of blogger Stanley compound field - migration learning using concept V3 model Address: https://blog.csdn.net/tsyccnh/article/details/78889838
There are two main types of transfer learning
The first is the so-called transfer learning. When migrating training, remove the top layer. Fo ...
Added by runeveryday on Wed, 22 Sep 2021 02:02:11 +0300
ITK-SNAP + c3d processing 3D images and DICOM format
❤️❤️❤️ c3d is a free and powerful 3D image processing tool. It can play an unparalleled productivity especially in the research and application of deep learning medical images 😷
Taking Pancreas CT dataset and its tags as an example, I will briefly introduce the common functions of c3d processing dicom format 3D images (dicom into nii) and ...
Added by homer09001 on Mon, 20 Sep 2021 21:56:54 +0300
YOLOv5 Train Your Data Set
1. Overview
Using YOLOv5 training dataset, there are three steps: data preparation and processing before training, training your own dataset, detection, and some optimization problems after training.
2. Preparations before training
First from the official website of YOLOv5: https://github.com/ultralytics/yolov5 Download the corresponding pro ...
Added by dhiren22 on Mon, 20 Sep 2021 19:07:33 +0300
Fat details
Fat introduction
Fat (Federated AI Technology Enabler) is an open source project initiated by the AI Department of Weizhong bank, which aims to provide a secure computing framework to support the federal AI ecosystem. It implements a secure computing protocol based on homomorphic encryption and multiparty computing (MPC). It supports the secur ...
Added by eXpertPHP on Sun, 19 Sep 2021 22:37:29 +0300
Natural language processing learning road 01 search engine and its simple implementation
This paper mainly refers to the teacher's teaching, the teacher's course learning, memory and notes. Original link
There is a road to the mountain of books. Diligence is the path. There is no end to learning. It is hard to make a boat.
Zero. Draught does not forget the well digger
Please support the teacher's original text Original li ...
Added by cunoodle2 on Sun, 19 Sep 2021 06:37:51 +0300
Visualizing models, data, and training using tensorboard
abstract
In order to understand what happened, we printed out some statistics during model training to see whether the training was in progress. However, we can do better: PyTorch is integrated with TensorBoard, which is a tool for visualizing the results of neural network training. This tutorial explains some of its functions using the fa ...
Added by p0pb0b on Fri, 17 Sep 2021 06:26:32 +0300
tensorflow study notes
First, the first question: what is tensorflow? It is an open source software library for solving numerical calculation based on data flow graph. Now it is mainly used for in-depth learning. In my understanding, tensorflow can complete the construction of neural network and carry out a ser ...
Added by curb on Wed, 15 Sep 2021 22:10:05 +0300
Second job: multi-layer perceptron
1, Linear neural network
(1) Linear regression
1. Linear model
The linear model is regarded as a single-layer neural network.
2. Loss function
The loss function can quantify the difference between the actual value and the predicted value of the target.
3. Analytical solution
4. Optimization method: small batch grad ...
Added by cyberlew15 on Mon, 13 Sep 2021 04:38:22 +0300
NIPS15 - STN Spatial Transformer Network (including code reproduction) of spatial transformation module in neural network
Original address
original text
Thesis reading methods
Three times thesis method
First acquaintance
CNN method is brilliant in the field of computer vision, and has replaced the traditional method in many fields. However, the architecture of convolutional neural network lacks spatial invariance. Even if convolution and Max pooling opera ...
Added by hacksurfin on Sun, 12 Sep 2021 23:09:02 +0300