Interested in working in machine learning and AI. Currently in MS program in software development (June 2025).
Pinned Loading
-
capstone-project
capstone-project PublicForked from WilliamDann/capstone-project
A programming MMO game developed as a Capstone Project at LWTech
Python
-
csd412-final
csd412-final PublicForked from WilliamDann/csd412-final
ASP.NET Core Final Application for CSD 412 at LWTech.
C#
-
PrintToArrayList: Java class and met...
PrintToArrayList: Java class and methods to divert the System.out to an ArrayList using java.io.PrintStream. Useful if you want to use an existing method that's sending to System.out and you'd rather capture to an ArrayList. 1import java.io.PrintStream;
2import java.util.ArrayList;
34/**
5*
-
Movie prediction from Data Analytics...
Movie prediction from Data Analytics class 010522 1import numpy as np
2from sklearn.linear_model import LinearRegression
34x0 = [148.04, 91.36, 1.20, .89, 2.00, 251.00, 48.00, 64.00, 67.00]
5y0 = [2798, 1403, 44, 27, 4.7, 2048.6, 306.8, 327.48, 1370]
-
-
VirtualMemory
VirtualMemory PublicVirtual Memory assignment to write my own methods to initialize a memory pool, allocate a memory block, and free memory.
C
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.