Skip to content
View Jectrianama's full-sized avatar
😁
I'm back
😁
I'm back

Block or report Jectrianama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jectrianama/README.md

About Me

My work focuses on tackling (or at least trying to 😅) some challenges related to machine learning and data analysis. I specialize in designing frameworks to handle messy, real-world data, particularly in environments filled with noise, variability, and non-stationarity. Lately, I've been applying these ideas to practical fields like precision agriculture. Here, you’ll find my research projects, experiments, and tools that aim to push the boundaries of conventional machine learning methods.


🚀 Research Areas

1. Robust Multiple-Annotator Systems

Supervised learning traditionally relies on expert labeling, but when dealing with large datasets, this can be both costly and time-consuming. I work on alternative methods to handle multiple annotators, with varying expertise levels, through Generalized Cross-Entropy-based Chained Deep Learning (GCECDL).

  • Key Contributions:
    • Developed a framework that adapts to each annotator's non-stationary patterns and preserves inter-dependencies between them.
    • Combines deep learning with a noise-robust loss function to tackle unreliable labelers.
    • Achieves robust classification performance, outperforming state-of-the-art methods.

2. Precision Agriculture and Non-Stationary Data Analysis

Agricultural management and crop optimization require the analysis of complex datasets, often characterized by high variability and non-linear relationships. My work in Local Biplot provides insights into such data, focusing on crop water status prediction.

  • Key Contributions:
    • Introduced Local Biplot, a method combining UMAP with affine transformations and SVD decomposition to codify non-stationary data patterns.
    • Applied the method to remote sensing data for precision agriculture, improving feature relevance and prediction accuracy.
    • Enhanced interpretability and clustering performance for both synthetic and real-world datasets.

💻   Technology and Tools Experience

Programming Languages

Python R LaTeX

Data Analysis and Machine Learning

Data Analysis Machine Learning Pandas  NumPy  TensorFlow Keras scikit-learn

Remote Sensing and Image Processing

QGIS GDAL OpenCV

Projects

⚙️  GitHub Analytics

Popular repositories Loading

  1. opencv-lane-vehicle-track opencv-lane-vehicle-track Public

    Automatically exported from code.google.com/p/opencv-lane-vehicle-track

    C++ 1

  2. Kinect_V2.0 Kinect_V2.0 Public

    C#

  3. GCCE_TEST GCCE_TEST Public

    Jupyter Notebook

  4. Neural-Network-Architecture-Diagrams Neural-Network-Architecture-Diagrams Public

    Forked from kennethleungty/Neural-Network-Architecture-Diagrams

    Diagrams for visualizing neural network architecture (Created with diagrams.net)

  5. Datasets_biplot Datasets_biplot Public

    rice and grass datasets

    Jupyter Notebook

  6. python-gcpds.Local_biplot python-gcpds.Local_biplot Public

    Object for data analysis using linear and non-linear Biplots obtained by SVD decomposition and a Generalized SVD decomposition . This class implements a set of functions for data analysis, includin…