The position requires a Masters or foreign equivalent degree in Computer Science, Electrical Engineering or in related field and 4 years of experience in the job offered or in a computerrelated occupation.br br Special Requirements Position requires 4 years of experience in each of the following skillsbr br 1. Using SQLlike languages to query data and handling big datasets in database platforms including MySQL, Oracle, etc.;br 2. Using Python to build data quality frameworks, data pipelines, and analytical models;br 3. Algorithms, data structure, automation with in CICD pipelines, Docker, MapReduce, Airflow, etc.;br 4. Supervised machine learning algorithms including linear regression, logistic regression, random forest, and boosting trees to explain the statistical relationship between independent variables and predict dependent variables;br 5. Unsupervised machine learning algorithms including kmeans clustering and hierarchical clustering to determine different clusters and similarities within the cluster;br 6. Data visualization tools including but not limited to Tableau, AWS QuickSight for reporting, and dashboards to track KPIs and deliver insights into an understandable format;br 7. Building and training machine learning models in distributed systems including but not limited to Spark, GCP;br 8. Neural network including building DNN models, hyperparameter tuning, model hosting. Familiar with Tensorflow, Keras, or Pytorch; andbr 9. Data analyzing skills including data cleaning, feature embedding, feature engineering, dimensionality reduction.br br Employment and background checks may be required.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });