[tensorflow] - tensorboard visual calculation diagram and parameter curve loss diagram

reference: https://zhuanlan.zhihu.com/p/71328244 catalogue 1. Visual calculation diagram 2. Visualization parameters 3. Remote tensorboard 4. Error reporting It's true that you have to pay it back sooner or later. You've always refused to learn Tensorboard because there are alternatives until you find that you have to use it. The follow ...

Posted by Maeltar on Tue, 08 Mar 2022 06:05:21 +0100

Elasticsearch+Logstash+Kibana log collection service is built and simply integrated

ELK introduction ELK is the abbreviation of Elasticsearch+Logstash+Kibana Elasticsearch is a distributed search and analysis engine, which can be used for full-text retrieval, structured retrieval and analysis, and can combine the three. Elasticsearch is based on Lucene and is now one of the most widely used open source search engines. Logst ...

Posted by astricks on Tue, 08 Mar 2022 01:41:20 +0100

Zero basis entry data mining - used car transaction price prediction Task2

The main task of Task 2 is data exploratory analysis 1, EDA introduction and purpose Introduction: EDA (exploratory data analysis) refers to a data analysis method that explores the existing data under as few a priori assumptions as possible and explores the structure and law of the data by means of drawing, index, equation fitting, calculat ...

Posted by apervizi on Sat, 05 Mar 2022 06:48:52 +0100

Summary of six common methods of visual deep learning model architecture

Visualization helps to explain and understand the internal structure of deep learning model. Through the visualization of the model calculation diagram, we can find out how the neural network is calculated. The visualization of the model mainly includes the following aspects:How many layers does the model haveInput and output shapes of each lay ...

Posted by zonkd on Sun, 20 Feb 2022 05:26:17 +0100

Learning notes of financial risk control training camp game question understanding (task 2)

This learning note is the learning content of Alibaba cloud Tianchi Longzhu Docker training camp. The learning links are: https://tianchi.aliyun.com/notebook-ai/detail?spm=5176.20850282.J_3678908510.4.f2984d57AnIOhB&postId=170949 Task 2 purpose: 1. The value of EDA mainly lies in being familiar with the basic situation of the whole dat ...

Posted by ina on Sat, 19 Feb 2022 04:52:35 +0100

Visualization | analyze nearly 5000 tourist attractions in Python and tell you where to go during the holiday

Hello, I'm Ou K. The May Day holiday is coming. There is plenty of time for welfare (five-day holiday) this year. How do you want to play such a long holiday? Play like this? Still playing like this? In this issue, we will briefly analyze the distribution of popular scenic spots and national travel in China through the sales of ti ...

Posted by malam on Sat, 19 Feb 2022 04:14:51 +0100

[Python 3] credit card fraud detection based on logistic regression

preface The actual combat series of this project is mainly based on the tutorials on the network. It mainly refers to the ideas and specific implementation codes in learning machine learning with Digo. However, the version used in the book should be python2. Some codes also have problems, some key steps are omitted, and some are syntax problem ...

Posted by journeyman73 on Thu, 17 Feb 2022 09:37:14 +0100

Unexpectedly, Python can also make Web visualization pages!

When it comes to Web pages, you may first think of HTML, CSS or JavaScript. This time I'll introduce you how to make a data visualization web page with Python, using the Streamlit library. Easily convert an Excel data file into a Web page for everyone to view online.   Whenever you save changes to Excel files, Web pages can be updated in ...

Posted by kaos057 on Fri, 11 Feb 2022 20:47:55 +0100

Database lab challenge TASK-3 (Alibaba cloud)

brief introduction The scenario introduces how to visually configure the data of student achievement through AnalyticDB, generate the large screen and dashboard of student achievement distribution with one click, and produce the achievement report by cycle through task arrangement. relevant Experience Lab Developers master what and how of cl ...

Posted by freakus_maximus on Fri, 11 Feb 2022 04:07:53 +0100

Snake games (C language)

Write before: Greedy snake, I believe everyone has played it. After learning the C language, I also want to write a greedy Snake game myself. Then I checked some materials. Finally, based on a video of station B, I added my own thinking, design and improvement, and created my own greedy Snake game, which I share with you here. (original vide ...

Posted by Motionographer on Thu, 10 Feb 2022 21:45:00 +0100