Careers at Deci

Be a part of the team that’s pushing the boundaries of AI

If you run toward learning, innovation, and the extraordinary, join us.

What our team loves about Deci

careers-page-testimonials-kate
“I love working at Deci because it provides an open-minded and stimulating environment. We work collaboratively and inspire each other to continuously find new ways to grow the company.”
Kate Yurkova, Deep Learning Engineer
Group 1000002769 (2)
“Deci allows me to learn new skills. I get to work on and solve challenging problems that expand my knowledge in AI and enhance my creativity. Thanks to Deci, I can now write rock-solid production software on the fly.”
Avi Lumelsky, Deep Learning Software Engineer
deci-careers-testimonial-mike
“Working at Deci is a rewarding experience. We are constantly creating and building together to help deliver a state-of-the-art AI platform to the world’s best AI teams. Being on the sales team has pushed me to continuously develop my skill set and also grow as a person. I look forward to solving new challenges every day.”
Mike Flynn, Sales Development Manager

Open Positions

Careers

Deep Learning Research Engineer

Tel Aviv · Full-time

About The Position

As a deep learning research engineer at Deci AI, you will conduct high-quality hands-on engineering and empirical research, using and developing state-of-the-art techniques and algorithms. Your work will be done both solo and in collaboration with other deep learning engineers and researchers. We are looking for someone who is fast-paced, versatile, display leadership qualities, and is passionate about taking on new challenges.

Requirements

  • 5+ years of deep learning hands-on, production-oriented experience in industrial settings, with 1+ years of experience in PyTorch
  • M.Sc. in computer science or a similar technical field
  • Comprehensive knowledge of machine learning and deep learning
  • B.Sc. degree in computer science or a similar technical field
  • Excellent team player with strong communication skills in verbal and written English
  • Extensive knowledge of OOP, design patterns, and SOLID software development principles in Python

Preferred qualifications


  • Publication in a top-tier machine or deep learning peer-reviewed venue
  • Experience with the original design of deep neural models for complex problems
  • Proven track record in delivering deep learning models for industrial production

Responsibilities

  • Design and implement DL algorithms to deliver advanced computer vision solutions.
  • Lead and carry out effective scientific research by formulating meaningful research questions, conducting experiments, organizing results, concluding and communicating results in presentations, blog posts, and scientific papers, and integrating outcomes into our product
  • Manage individual customer projects. Handle priorities, deadlines, and deliverables, and conduct frequent interactions with our customers’ highly-skilled deep learning engineers and scientists
  • Mentor and collaborate with deep learning engineers

Apply for this position

Accelerate your career in a hyper-growth company

Gain a competitive edge and easily scale your business by delivering your customers better results faster.

Work with the brightest minds

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Life at Deci

Office Activities

Celebrating holidays, learning from subject matter experts, playing foosball. There’s always a new activity that encourages the team to take a break, unwind, and learn new things in a fun way.

Pets

We’re a pet friendly office, and we’re happy to share that there are several cute, fluffy dogs that are part of our team.

Events and conferences

Our team members actively participate in various conferences on a regular basis to stay up to speed on the latest research, technological breakthroughs in their respective fields.

Continuous learning

The Deci team doesn’t only solve problems and create value, but we also unlock new opportunities and drive impactful change. We sharpen our skills and adopt new capabilities with continuous learning.

Perks

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Our values

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")