MobileNet actual combat: tensorflow2 Version x, MobileNetV2 image classification task (large data set)

MobileNet actual combat: tensorflow2 Version x, MobileNetV2 image classification task (large data set) abstract This example extracts part of the data in the plant seedling data set as the data set. The data set has 12 categories. Today, I work with you to implement tensorflow2 For the X version image classification task, the classification m ...

Added by arbelo on Wed, 02 Feb 2022 08:40:23 +0200

Caffe studies unbutun18 Configure Caffe OCR under 04

Caffe learning (8) unbutun18 Configure Caffe OCR under 04 preface Whereas https://github.com/senlinuc/caffe_ocr There is no linux version. Here is a record of how to convert the Windows version to the linux version Preparation stage https://github.com/senlinuc/caffe_ocr https://github.com/BVLC/caffe Installing caffe Here is mainly to ...

Added by tomsasse on Wed, 02 Feb 2022 08:32:52 +0200

Basic commands of Git (learning notes)

I'm a sophomore. The purpose of writing this article is to make a certain record of my knowledge and technology, and I'm willing to share it with you. Because I'm still young, there are inevitably some mistakes and omissions in the published article. Please forgive me and correct me if you read this article. If you have any questions during rea ...

Added by greenie__ on Wed, 02 Feb 2022 08:26:57 +0200

Configuring python virtual environment on remote server through Anaconda under Mac os

1, SSH management software Here I recommend a software I am using, termius. Termius is a very easy to use and beautiful SSH client, which can quickly control the server remotely and customize your favorite themes Termius not only covers Windows, Linux and OSX, but also supports Android and iOS (in the future, you can take out your mobile phone ...

Added by the_NEWBIE_ON_THE_BLOCK on Wed, 02 Feb 2022 02:31:04 +0200

Python bitwise operators -- detailed explanation

Python bitwise operators -- detailed explanation Python Bit operation operates according to the binary bits (bits) of data in memory. It is generally used for underlying development (algorithm design, driver, image processing, single chip microcomputer, etc.), which is not common in application layer development (Web development, Linux operati ...

Added by onewaylife on Wed, 02 Feb 2022 01:21:25 +0200

Zero basics Python python database programming [10]

Overall article directory 1, Current chapter contents 2, Database introduction Database functions: Data definition function. DBMS provides corresponding data language to define database structureDDL usually includes creation, modification and deletion commands for each object. Data manipulation function. DBMS provides data manipul ...

Added by seran128 on Wed, 02 Feb 2022 01:16:44 +0200

Basic tutorial for getting started with Python: quickly generating web dynamic presentation projects

  1. Streamlit In a word, Streamlit is a library that can write web app s in python, which can easily and dynamically display your machine learning projects. advantage You don't need to understand html, css, js, etc. to write web app s in pure python language Including common web components: text box, button, radio box, check box, drop-do ...

Added by powergen on Tue, 01 Feb 2022 23:29:54 +0200

Web front end overview

A brief history of HTML October 1991: an informal CERN( European Center for Nuclear Research )For the first time, the document discloses 18 HTML tags. The author of this document is a physicist Tim Berners-Lee So he is web The inventor, too World Wide Web Consortium Chairman of the Committee.November 1995: HTML 2.0 standard release (RFC 1866) ...

Added by divito on Tue, 01 Feb 2022 23:17:15 +0200

Python 3 web crawler: I want to climb handsome boy!!! (climbing handsome man)

Please indicate the author and source of Reprint: https://blog.csdn.net/qq_45627785?spm=1011.2124.3001.5343 Running platform: Windows Python version: Python 3 x   Foreword Preparatory knowledge Actual combat         0. background         1.requests installation         2. Cra ...

Added by jordy on Tue, 01 Feb 2022 23:12:48 +0200

L3&L4 first crawler project

L3 & L4 first crawler project 1 basic steps of reptile Send a request to the server - parse the source code in the web page - extract data - save data Send a request to the web page to obtain the web page source code;Import the new module and analyze the web page source code;View the data nodes in the web page;Analyze the content and ext ...

Added by bryanzera on Tue, 01 Feb 2022 22:02:18 +0200