Wu Enda Machine Learning Programming Job Summary —— Logistic Regression with Neural Network Thinking
Write a custom directory title here
Summary of Wu Enda's Machine Learning Programming Jobs--Logistic Regression with Neural Network Thinking
1. Cat tutorial
1.1 Training Set and Test Set Introduction
1.2 Picture data processing
1.2.1 Dimension reduction for pictures, transpose:
1.2.2 Standardized, dividing each row of pict ...
Posted by apacheguy on Sat, 11 May 2019 07:01:18 +0200
Django Basic Concepts
Django
Following the framework of the MVC design pattern, MVC is short for the three words Model, View, Controller.Represents models, views, and controllers.
Create Project
From the command line, first step into a virtual environment where Django is installed
Through pycharm
#Create Project
1. Command line: django-admin startproject [proje ...
Posted by vboctor on Fri, 10 May 2019 20:16:30 +0200