Posts
All the articles I've posted.
CSPCC5002. Machine learning paradigms
Updated: 25 min readLearning Scenarios in Machine Learning - Various approaches to how models learn and are evaluated based on the availability, type, and sequence of training data.
CSPC2005/02. Construct and Execute a C Program Showing the Use of Pointer to Structure
Published: 2 hours readTo understand the concept of self-referential structures in C. To learn how to create and manipulate linked structures. To implement a simple program using a self-referential structure to manage a list of items.