随笔分类 - python学习
            
    Heart 
    
            
        
摘要:笔芯 -- (利用python 绘图工具turtle 进行动态心形的绘制) profession to you: import time import turtle time.sleep(1) # 画心形圆弧 def hart_arc(): for i in range(200): turtle.r
        阅读全文
            
        
            
    PyTorch-LSTM 
    
            
        
        
摘要:1 import torch 2 import torch.nn as nn 3 4 torch.random.manual_seed(10) 5 6 input_size = 2 # 输入向量维度 7 hidden_size = 4 # 隐层层维度 8 num_layers = 2 # 层数 9 
        阅读全文
            
        
            
    Numpy  学习
    
            
        
摘要:I'm so hard (=; Time fies so fast ~ there is no time left for you to sad. ( ~ my poor english) "understand AXIS in NUMPY ~"
        阅读全文
            
        
            
    多元线性回归(用numpy和tensorflow分别实现)
    
            
        
摘要:...以前所有机器的学习代码都是看别人写的, 这个算是第一个自己独立写出的代码吧(虽然很简单 加油~~~
        阅读全文
            
        
            
    numpy 笔记
    
            
        
摘要:# url = 'https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data'# iris = np.genfromtxt(url, delimiter=',', dtype='object')1 argsort(
        阅读全文
            
        
            
    python---map 用法 [转载]
    
            
        
摘要:转载链接==https://www.cnblogs.com/lincappu/
        阅读全文
            
        
            
    python学习1 ---range()函数
    
            
    
摘要:奇怪的现象 在paython3中 得出的结果是 range(0,10) ,而不是[0,1,2,3,4,5,6,7,8,9] ,为什么呢? 官网原话: In many ways the object returned by range() behaves as if it is a list, but
        阅读全文
            
        
 
                    
                 浙公网安备 33010602011771号
浙公网安备 33010602011771号