Trying to convert this code to run on GPU using CUDA(pycuda)
Please help convert the following code to run on OPU using pycuda.
import pandas as pd
import matp1otlibpypot as pit
import numpy as np
from time import time
un = (Thttps://archiveics.ucLedu/mi/machine-leaming-databases/abalone/abalone.data)
abalone = pd.read_csv(url. header=None)
abalone.headO
abalone.columns = rSexLength ameterHeighr,Whole weightShocked weight’’Viscera
weightShelI weghtRingsJ
abalone = abalonedropÇSex”, axisl)
abalone[Rings9.hist(bins=15)
plt.showO
correlation_matrix = abalone.cord)
pnnt(correlation_matrixRings9)
X = abaIone.&opÇRings axis=1)
X = X.values
y = abalonerPingsj
y = y.values
new_data_point =
np.array([O.569552.O.4464O7,O.154437.1.O16849O.439O5i,O.222526.O.29i2O8,])
ti = time()
*This next line should be parallelized in CUDA
distances = np.linalg.norm(X - new_data_point. axis=i)
k=3
nearest_neighbor_ids = distances.argsortú[:kJ
print(nearest_neighbor_ids)
nearest_neighbor_rings = y(nearest_neighbor_ids)
pnnt(nearest_nesghbor_nings)
prediction = nearest_neighbor_nings.mean()
print(pœdiction)
t2 = timeû-ti
pnnt(t2)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of