Hello! My name is Ishaan Jain, a Information Technology undergrad at Manipal University Jaipur. I will be working on developing an information theoretic approach to filter out artificial information and real information in geospatial datasets for Xbitinfo during Google Summer of Code 2023
What did I do this week?
-
Integration of Artificial Information Filter: One of the key tasks I tackled was integrating the artificial information filter as a parameter within the
get_keepbits
function. This addition represents a significant step forward in making the function more versatile and adaptable to different datasets and use cases. The filter allows us to selectively identify and manage artificial information within the data, contributing to improved data quality. -
Challenges with Different Dimensions: During the implementation of the artificial information filter, I encountered some issues related to handling datasets with varying dimensions. Ensuring that the filter works seamlessly across datasets of different sizes and structures is a complex task, and I dedicated time to address these challenges effectively.
What is coming up next?
Will complete the addition of filter to get_keepbits function.