Tensorflow 2.0 - FaceNet network principle and code analysis - model principle and backbone network
Tensorflow 2.0 - FaceNet network principle and code analysis (I) - model principle and backbone network
FaceNet is actually a general face recognition system described in the preface: deep convolution neural network (CNN) is used to map images to European space. Spatial distance is directly related to image similarity: different images of the ...
Posted by srirangam007 on Tue, 26 Oct 2021 21:21:35 -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
3 Python list, dictionary, collection, and JSON data types
Applications of Deep Neural Networks with Keras
Application of Deep Neural Network Based on Keras
Translated by Jeff Heaton: The Academic Frontier of Artificial Intelligence
Catalog
1.Python Foundation
2. Machine learning Python
3. Introduction to TensorFlow
4. Training of tabular data
5. Regularization and Dropout
6. Convolutional Neu ...
Posted by patheticsam on Fri, 08 Oct 2021 09:04:29 -0700
Tensorflow code learning-4-1 cost function: quadratic, cross entropy, log likelihood
Cost function: quadratic, cross entropy, log likelihood (course: refining numbers into gold)
quadratic cost function
C
=
1
2
n
...
Posted by w1ww on Mon, 27 Sep 2021 00:13:42 -0700
PaddleOCR -- using streamlit and docker to build a fast serving
Overall reference: Paddleocr 2.3 - Documentation tutorial
You must see the first three steps and ask for them on demand
one 🎨 environment
If the cuda version of this machine is not very satisfied with the image requirements of paddlepaddle, you can consider creating a cpu version. It wouldn't be that complicated.
For example: docker pull p ...
Posted by shorty114 on Fri, 17 Sep 2021 20:29:27 -0700
Installation of Anaconda(3-2021.05)+Tensorflow(2.6) in Win10 environment
Installation of Anaconda(3-2021.05)+Tensorflow(2.6) in Win10 environment
In the process of learning machine learning, many Python libraries will be used, such as tensorflow and pandas. It is very inconvenient to install them alone. Therefore, in most cases, people will install Anaconda first.
1. Install Anaconda3 version
You can find the lat ...
Posted by leegreaves on Fri, 17 Sep 2021 17:14:15 -0700
Pytorch Note53 TensorBoard Visualization
Pytorch Note53 TensorBoard Visualization
A summary of all notes:
Pytorch Note Happy Planet
TensorBoard is a visualization tool for Tensorflow that visualizes the running state of Tensorflow programs through the log files that are output during the running of the Tensorflow program.TensorBoards and TensorFlow programs run in different proc ...
Posted by ossi69 on Tue, 07 Sep 2021 22:00:49 -0700