CakeResume Talent Search

Advanced filters
On
De 4 a 6 años
6-10 años
10-15 años
Más de 15 años
Taichung City, Taiwan
Avatar of 施冠宇.
Avatar of 施冠宇.
Data engineer @H2 Inc.
2021 ~ Presente
AI engineer, ML engineer, data scientist
En un plazo de tres meses
on validation dataset. Accuracy 達到 93%, 已與醫師合作發表醫學 paper 3. Pathology案件 -建立 two stage segmentation model, stage one segmentation model 達到86% IOU, stage two segmentation model 達到 94% custom dice coefficient 學歷 清華大學 動力機械工程學系技能 Software AWS Airflow Dagster Docker Git Flask Pytorch Tensorflow DVC Languages Python SQL Bash-Shell script C/C++ Javascript Technical Skill Data Modeling Custom ETL Development Data Analysis System Resource Analysis AWS IaaS
Airflow
Docker
AWS
Empleado
Abierto a oportunidades
A tiempo completo / Interesado en trabajar a distancia
De 4 a 6 años
清華大學
動力機械工程學系
Avatar of the user.
Avatar of the user.
Senior AI Research/Engineer (part-time) @NeuroBonic Inc.
2022 ~ 2023
AI工程師、機器學習工程師、深度學習工程師、資料科學家、Machine Learning Engineer、Deep Learning Engineer、Data Scientist
En un mes
Python
PyTorch
Machine Learning
Empleado
Abierto a oportunidades
A tiempo completo / Interesado en trabajar a distancia
De 4 a 6 años
National Yang Ming Chiao Tung University
Computer Science
Avatar of 林昭源 (Leo Lin).
Avatar of 林昭源 (Leo Lin).
資深經理 @緯創資通
2021 ~ Presente
Technical Manager
En seis meses
林昭源 (Leo Lin) 1. Two years of management experience. 2. More than 10 years of computer vision and deep learning/software architecture development experience. 3. Programming experience using python. 4. Good paper reading ability and practical ability 5. Familiar with computer vision, deep learning (CNN, Resnet, densnet, GAN), object detection (Yolo series, RCNN series), segmentation models (UNet, DensUNet). 6. Experience in semi-supervised or unsupervised learning (pesudo labeling, Voxmorph model). 7. Experience with Docker, Git, Jenkins DevOps. Education: National Taiwan University of Science and
Research
Unsupervised Learning
Computer Science
Empleado
A tiempo completo / Interesado en trabajar a distancia
10-15 años
National Taiwan University of Science and Technology
Master's degree Computer Science and Information Engineering

El plan de reclutamiento más ligero y eficaz

Busque currículums y tome la iniciativa de ponerse en contacto con los solicitantes de empleo para lograr una mayor eficacia en la contratación. La elección de cientos de empresas.

  • Examinar todos los resultados de la búsqueda
  • Acceso ilimitado para iniciar nuevas conversaciones
  • currículos accesibles sólo para empresas de pago
  • Ver dirección de correo electrónico y números de teléfono de los usuarios
Consejos de búsqueda
1
Search a precise keyword combination
senior backend php
If the number of the search result is not enough, you can remove the less important keywords
2
Use quotes to search for an exact phrase
"business development"
3
Use the minus sign to eliminate results containing certain words
UI designer -UX
Sólo los currículums públicos están disponibles con el plan gratuito.
Actualiza a un plan avanzado para ver todos los resultados de la búsqueda incluyendo decenas de miles de currículums exclusivos en CakeResume.

Definition of Reputation Credits

Technical Skills
Specialized knowledge and expertise within the profession (e.g. familiar with SEO and use of related tools).
Problem-Solving
Ability to identify, analyze, and prepare solutions to problems.
Adaptability
Ability to navigate unexpected situations; and keep up with shifting priorities, projects, clients, and technology.
Communication
Ability to convey information effectively and is willing to give and receive feedback.
Time Management
Ability to prioritize tasks based on importance; and have them completed within the assigned timeline.
Teamwork
Ability to work cooperatively, communicate effectively, and anticipate each other's demands, resulting in coordinated collective action.
Leadership
Ability to coach, guide, and inspire a team to achieve a shared goal or outcome effectively.
Más de un año
Student
HTC
2021 ~ Presente
Hsinchu, Hsinchu City, Taiwan
Professional Background
Situación actual
Desempleado
Progreso en la búsqueda de empleo
Professions
Other
Fields of Employment
Software
Experiencia laboral
Menos de 1 año
Management
Ninguno
Habilidades
Python
Tensorflow
PyTorch
Scikit-Learn
Data Structures and Algorithms
Git
C++
C
Machine Learning
SQL
Keras
Database Management System
Kotlin
Java
Idiomas
English
Nativo o bilingüe
Indonesian
Nativo o bilingüe
Chinese
Intermedio
Job search preferences
Posición
AI工程師、機器學習工程師、深度學習工程師、資料科學家、Machine Learning Engineer、Deep Learning Engineer、Data Scientist
Tipo de trabajo
Intern
Ubicación
Hsinchu, Hsinchu City, Taiwan, Taipei, Taiwan, Taoyuan, Taiwan, Taichung, Taiwan
A distancia
Interesado en trabajar a distancia
Freelance
No.
Educación
Escuela
National Tsing Hua University
Mayor
Computer Science
Imprimir

Ervin Samuel, 陳才兵

    


[email protected]
0961 100 735Hsinchu, Taiwan

Work Experience

June 2021 — August 2021

Software Engineering Internship at HTC

  • Responsible for writing automated tests using Robot Framework, a test automation framework based on Selenium.
  • Worked on a UI test for the VIVE UK home page that verifies texts are correct, images can load properly, links and buttons lead to a working page, and forms are able to submit.
  • Worked on an API test for the VIVE UK Accessories page that verifies the product prices displayed are the correct prices received from the API.

Education


September 2018 — Present, expected to graduate in June 2022.

BS, Computer Science, National Tsing Hua University

Current GPA - 3.97
Relevant Skills and Courses:
        — Python, C++, C, SQL                     Data Structures and Algorithms
         Keras, Pytorch, Scikit-learn         Git Version Control
        Data Science                                 Database Systems

Projects

3D Tic-Tac-Toe with Monte Carlo Tree Search


Applied the Monte Carlo Tree Search with Upper Confidence Bound applied for Trees on a 4 by 4 by 4 Tic-Tac-Toe state space to create an agent that calculates the next optimal move which resulted in a more than 100%-win rate when faced against a Random Agent.

Image Classifier with ResNet

Developed an image classifier in python using the fast.ai library with training data taken from Bing image search by fine-tuning the ResNet model, which resulted in a prediction accuracy higher than 90%.

Tic-Tac-Toe agent with Reinforcement Learning

Designed a Tic-Tac-Toe agent by learning state values from over 50,000 iterations of playing against itself and applying the Monte Carlo algorithm, which resulted in an unbeatable agent.

COVID-19 30-day Mortality Prediction from CXR

Built a CNN model by using Keras in the Tensorflow library with three hidden layers, which predicts a 30-day mortality from CXR which had a 0.75 F1 score.

Pathfinding Visualizer

Designed and built a program with python to visualize pathfinding in a randomly generated maze using Kruskal's Algorithm, Bellman-Ford and A* Search algorithms.

Resume
Perfil

Ervin Samuel, 陳才兵

    


[email protected]
0961 100 735Hsinchu, Taiwan

Work Experience

June 2021 — August 2021

Software Engineering Internship at HTC

  • Responsible for writing automated tests using Robot Framework, a test automation framework based on Selenium.
  • Worked on a UI test for the VIVE UK home page that verifies texts are correct, images can load properly, links and buttons lead to a working page, and forms are able to submit.
  • Worked on an API test for the VIVE UK Accessories page that verifies the product prices displayed are the correct prices received from the API.

Education


September 2018 — Present, expected to graduate in June 2022.

BS, Computer Science, National Tsing Hua University

Current GPA - 3.97
Relevant Skills and Courses:
        — Python, C++, C, SQL                     Data Structures and Algorithms
         Keras, Pytorch, Scikit-learn         Git Version Control
        Data Science                                 Database Systems

Projects

3D Tic-Tac-Toe with Monte Carlo Tree Search


Applied the Monte Carlo Tree Search with Upper Confidence Bound applied for Trees on a 4 by 4 by 4 Tic-Tac-Toe state space to create an agent that calculates the next optimal move which resulted in a more than 100%-win rate when faced against a Random Agent.

Image Classifier with ResNet

Developed an image classifier in python using the fast.ai library with training data taken from Bing image search by fine-tuning the ResNet model, which resulted in a prediction accuracy higher than 90%.

Tic-Tac-Toe agent with Reinforcement Learning

Designed a Tic-Tac-Toe agent by learning state values from over 50,000 iterations of playing against itself and applying the Monte Carlo algorithm, which resulted in an unbeatable agent.

COVID-19 30-day Mortality Prediction from CXR

Built a CNN model by using Keras in the Tensorflow library with three hidden layers, which predicts a 30-day mortality from CXR which had a 0.75 F1 score.

Pathfinding Visualizer

Designed and built a program with python to visualize pathfinding in a randomly generated maze using Kruskal's Algorithm, Bellman-Ford and A* Search algorithms.