Pinned Repositories
ADS-assn1
algorithms-in-c
This project comprises several tasks which require you to design your own algorithms to solve a given problem within the given time/space complexity. Following that, it contains a complexity analysis performed for every algorithm. It demonstrates a deep understanding of advanced C concepts such as dynamic memory allocation, structures, linked lists, etc.
BNPL-ranking-project
A Full Stack DS Capstone Project building a recommender model on real-world data for the future of payments
Brobot-aiproject
The idea behind this project is to develop a new generation of mental healthcare tools that are as dynamic as the people they serve. This has been achieved by deploying a bot service that helps ease the initial screening process for people who are seeking mental health related aid. BroBot is designed to be there for you, to have a tiny conversation, to vent out your feelings and to direct you to the right professionals if required.
c-programming
Short programs to solve popular problems in C language
comp30027-assignment2
data-linkage-and-classification
The aim is to implement and evaluate a data linkage system and a classification system using sound data science principles.
graph-algorithms
This project comprises several tasks which require you to design algorithms that solve graph problems. Following that, it contains a complexity analysis performed for every algorithm.
python-data-crawling-and-scraping
A small data science project including some data crawling, scraping, processing, and analysis using Python.
sql
10 SQL queries relating to a specific problem/task. Assignment for INFO20003 Database Systems.
harshita-soni's Repositories
harshita-soni/Brobot-aiproject
The idea behind this project is to develop a new generation of mental healthcare tools that are as dynamic as the people they serve. This has been achieved by deploying a bot service that helps ease the initial screening process for people who are seeking mental health related aid. BroBot is designed to be there for you, to have a tiny conversation, to vent out your feelings and to direct you to the right professionals if required.
harshita-soni/data-linkage-and-classification
The aim is to implement and evaluate a data linkage system and a classification system using sound data science principles.
harshita-soni/sql
10 SQL queries relating to a specific problem/task. Assignment for INFO20003 Database Systems.
harshita-soni/ADS-assn1
harshita-soni/algorithms-in-c
This project comprises several tasks which require you to design your own algorithms to solve a given problem within the given time/space complexity. Following that, it contains a complexity analysis performed for every algorithm. It demonstrates a deep understanding of advanced C concepts such as dynamic memory allocation, structures, linked lists, etc.
harshita-soni/BNPL-ranking-project
A Full Stack DS Capstone Project building a recommender model on real-world data for the future of payments
harshita-soni/c-programming
Short programs to solve popular problems in C language
harshita-soni/comp30027-assignment2
harshita-soni/csv-manipulation-and-c-fundamentals
This program reads a CSV file and performs various operations to calculate statistical parameters(min, max, avg) and display them as specified in the spec. In addition to this, it sorts the input data in a manner specified by user input and plots the statistical values accordingly. Demonstrates a thorough understanding of arrays, strings, functions, typedef and other core C concepts.
harshita-soni/data-visualisation
Various visualizations of the iris dataset
harshita-soni/graph-algorithms
This project comprises several tasks which require you to design algorithms that solve graph problems. Following that, it contains a complexity analysis performed for every algorithm.
harshita-soni/python-data-crawling-and-scraping
A small data science project including some data crawling, scraping, processing, and analysis using Python.
harshita-soni/er-modelling
Small project for INFO20003 (Database systems) comprising of modelling an ER diagram for Netflix.
harshita-soni/rpa-and-advanced-c
Program to evaluate candidate routines for Robotic Process Automation. Demonstrates a strong understanding of dynamic memory and linked data structures and programming skills in terms of program design, testing, and debugging. The main aim is to implement RPA for executing routine clerical tasks in organizations and implement simple mechanisms for checking candidate routines in a given trace of executed activities.