728x90 data science1 체중 감소 예측 프로그램 (딥러닝) Weight-Loss-Prediction (with ANN) 가상 데이터 생성하는 소스코드 data.py import random import numpy as np import csv import matplotlib.pyplot as plt # Create a list to store the data data = [] m_weight_graph = [] m_redu_graph = [] f_weight_graph = [] f_redu_graph = [] total_reduced_weight = 0 total_weight = 0 total_fat_per = 0 # Generate data for 10,000 people for i in range(30000): # Create a dictionary to s.. 2023. 2. 7. 이전 1 다음 728x90