With the continuous popularization of the Internet and smart mobile devices, TWO-DIMENSIONAL code (Quick Response Code) has become one of the most widely used information...
Recently, Mingfeng Ou from Zhejiang University shared "Data-centered research and Exploration" in TechBeat AI community. Talk focuses on the connection and fusion of homogeneous data...
After he complained, there were ML "abandon pit" faction, MLOps "true sweet" faction and Technical more not pressure body faction who gave their opinions. Some...
Most classical machine learning and deep learning algorithms cannot accept raw text. Instead, we need to extract features from the raw text in order to...
Incorrect data from the previous stump affects the generation of the later stump, meaning that the later stump complements the previous one. This idea is...
Tabu search is the promotion of local neighborhood search algorithm. "Tabu" refers to the prohibition of repeating the previous work, so as to jump out...
Cleaning and preprocessing data is the most important performance aspect in the life cycle of any data science project. For example, if you're dealing with...
Save and restore the model in TensorFlow by getting a file handle from tf.train.saver = tf.train.saver (), Save (sess, os.path.saver.with tf.sess.train_writer...
In this paper, tensorflow 1.15 is used to realize the attenuation adjustment of learning rate, and all variables are stored in Tensorboard for observation
In this paper, we use Tensorflow 1.15 to realize the partial classification of images by using cyclic neural network, which is slightly inferior to convolutional...
By whispering to humans at frequencies they can't hear, hackers can take control of the world's most popular voice assistants. Voice assistants from Apple, Google,...
In this paper, tensorflow 1.15 is used to realize the classification of images by simple convolutional neural network, and the accuracy can easily reach more...
This paper proposes a dynamic memory generation adversarial network (DM-GAN) to generate high quality images. When the initial image generation is not good, the dynamic...
For example, the elliptic equation in the x/Y coordinate system can be written as x^2/a^2+y^2/b^2=1. After the coordinate system is rotated about the origin, the...
This article has participated in the activity of "New person creation Ceremony", and started the road of digging gold creation together. Reference papers download: https://mp.weixin.qq.com/s/NooqX7aTasjdEyEVp9aBAg...
In this paper, tensorflow 1.15 is used to realize the simple saving and reading of the model. More complex engineering class saving and reading requirements...
Hi, I'm Jizhi Vision. This article introduces the implementation and comparison of BN and IN from a deployment perspective. I hope my sharing can help...
In an obituary on M.I.T. 's website, President Rafael Reif concluded that Seymour Papoutt revolutionized at least three fields: child development, artificial intelligence, and the...
Copy the Labelme annotated data to the root directory of the project and name it LabelmeData. Open the project and create labelMetoyolov5.py in the root...