In [1]: import os, sys import torch, torchvision import numpy as np from torch.utils.data import Dataset, DataLoader import cv2 as cv import matplotli Read More
posted @ 2025-02-25 12:38 Funsion Wu Views(28) Comments(0) Diggs(0)
In [1]: import torch import torch.nn as nn from torchvision import transforms, datasets, utils import matplotlib.pyplot as plt from PIL import Image i Read More
posted @ 2025-02-07 18:30 Funsion Wu Views(21) Comments(0) Diggs(0)
In [1]: import torch from torch import nn from torch.utils.data import DataLoader from torchvision import datasets from torchvision.transforms import Read More
posted @ 2025-02-07 10:57 Funsion Wu Views(22) Comments(0) Diggs(0)
In [1]: import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim import numpy as np import matplotlib.pyplot as Read More
posted @ 2025-02-04 22:12 Funsion Wu Views(20) Comments(0) Diggs(0)
In [1]: import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim import numpy as np import matplotlib.pyplot as Read More
posted @ 2025-02-04 15:34 Funsion Wu Views(14) Comments(0) Diggs(0)
In [1]: import torch import pandas as pd import numpy as np import matplotlib.pyplot as plt from torch import nn from torch.utils.data import TensorDa Read More
posted @ 2025-01-31 16:03 Funsion Wu Views(14) Comments(0) Diggs(0)
In [1]: import torch import numpy as np import pandas as pd import matplotlib.pyplot as plt from torch import nn In [2]: data = pd.read_csv('./Income1 Read More
posted @ 2025-01-27 16:27 Funsion Wu Views(36) Comments(0) Diggs(0)
In [1]: from tensorflow import keras import tensorflow as tf import numpy as np import pandas as pd from scipy import ndimage import matplotlib.pyplot Read More
posted @ 2025-01-22 17:21 Funsion Wu Views(30) Comments(0) Diggs(0)
In [15]: from tensorflow import keras import tensorflow as tf import numpy as np import pandas as pd from scipy import ndimage import matplotlib.pyplo Read More
posted @ 2025-01-22 15:00 Funsion Wu Views(21) Comments(0) Diggs(0)
In [1]: from tensorflow import keras import tensorflow as tf import numpy as np import pandas as pd import matplotlib.pyplot as plt In [2]: cfgs = { ' Read More
posted @ 2025-01-22 14:56 Funsion Wu Views(5) Comments(0) Diggs(0)
In [1]: from tensorflow import keras import tensorflow as tf import numpy as np import pandas as pd import matplotlib.pyplot as plt In [9]: def AlexNe Read More
posted @ 2025-01-21 15:14 Funsion Wu Views(7) Comments(0) Diggs(0)
In [1]: from tensorflow import keras import tensorflow as tf import numpy as np import pandas as pd import matplotlib.pyplot as plt In [2]: # 文件下载地址 h Read More
posted @ 2025-01-20 13:40 Funsion Wu Views(5) Comments(0) Diggs(0)
In [1]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import tensorflow as tf from sklearn.preprocessing import StandardScale Read More
posted @ 2025-01-19 22:55 Funsion Wu Views(17) Comments(0) Diggs(0)
In [1]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import tensorflow as tf from sklearn.preprocessing import StandardScale Read More
posted @ 2025-01-19 16:38 Funsion Wu Views(12) Comments(1) Diggs(0)
In [1]: import numpy as np import matplotlib.pyplot as plt import tensorflow as tf from sklearn.preprocessing import StandardScaler import pandas as p Read More
posted @ 2025-01-19 11:50 Funsion Wu Views(8) Comments(0) Diggs(0)