11+ Artificial Neural Network (ANN) Jobs in Chennai | Artificial Neural Network (ANN) Job openings in Chennai
Apply to 11+ Artificial Neural Network (ANN) Jobs in Chennai on CutShort.io. Explore the latest Artificial Neural Network (ANN) Job opportunities across top companies like Google, Amazon & Adobe.
Job Description:
1. Machine Learning Development & Deployment
· Design and implement supervised and unsupervised models for predictive analytics, including churn prediction, demand forecasting, renewal risk scoring, and cross sell/upsell opportunity identification.
· Translate business problems into ML frameworks and production solutions that improve efficiency, revenue, or customer experience.
· Build, optimize, and maintain ML pipelines using tools such as MLflow, Airflow, or Kubeflow.
2. Cross-Functional ML Use Cases
· Partner with teams across Sales (e.g., lead scoring, next-best action), Customer Service (e.g., case deflection, sentiment analysis), Finance (e.g., revenue forecasting, fraud detection), Supply Chain (e.g., inventory optimization, ETA prediction), and Order Fulfillment (e.g., delivery risk modeling) to define impactful ML use cases.
· Develop domain-specific models and continuously improve them using feedback loops and real-world performance data. 3.
3. Model Governance and MLOps
· Ensure robust model monitoring, versioning, and retraining strategies to keep models reliable in dynamic environments.
· Work closely with DevOps and Data Engineering teams to automate deployment, CI/CD workflows, and cloud-native ML infrastructure (AWS/GCP/Azure).
4. Data Engineering and Feature Architecture
· Collaborate with data engineers to define feature stores, data quality checks, and model-ready datasets on platforms like Snowflake or Databricks.
· Perform feature selection, transformation, and engineering aligned with each domain’s business logic. 5. Communication & Stakeholder Collaboration
· Present technical insights and model results to business and executive stakeholders in a clear, actionable format.
· Work with Product Owners and Program Managers to scope, prioritize, and plan delivery of ML projects.
Qualifications:
Required
• Bachelor’s or Master’s degree in (e.g., Computer Science, Engineering, Statistics, Mathematics)
• 4+ years of experience in machine learning, data science.
• Proficiency in Python, XGBoost, PyTorch, TensorFlow, or similar.
• Experience deploying models into production using ML pipelines and orchestration frameworks.
• Strong understanding of data structures, SQL, and cloud platforms (e.g., AWS SageMaker, Azure ML, or GCP Vertex AI).
• Hands-on experience in implementing machine learning algorithms such as Random Forest, XGBoost, Logistic Regression, and Deep Learning techniques including Neural Networks (ANN, CNN)
Preferred:
• Experience supporting business functions such as Finance, Sales, or Operations with ML use cases.
• Familiarity with MLOps tools (MLflow, SageMaker Pipelines, Feature Store).
• Exposure to enterprise data platforms (e.g., Snowflake, Oracle Fusion, Salesforce).
• Background in statistics, forecasting, optimization, or recommendation systems.
As a Senior Full Stack Engineer, become part of a cross-functional development team engineering experiences of tomorrow.
Project Description: Client is looking for a Senior Software Engineer will work closely with other engineers of varying disciplines (DevOps, QA, Front-End ReactJS, etc), product, as well as other parts of the organization. They craft applications in Java/Kotlin, leveraging AWS, CircleCI, and Terraform. We are always looking to adopt modern technology to solve business challenges.
Responsibilities:
Build out features and solutions to collect, moderate, and/or deliver user-generated content to our customers
Become an expert on multiple of our solutions and areas of our codebase, while understanding the larger architecture of our entire suite of solutions
Participate in technical brainstorming and knowledge transfer sessions; provide technical advice at a team level and a department level
Communicate across teams by collaborating with fellow engineers, product managers, UX designers, operations, and other development teams to build a holistic experience
Proactively identify pain points and potential issues within our architecture and code base, and proactively tackle tech debt
Contribute to each step of the product development process, from ideation and design, to planning and architecting, to building out the solution and infrastructure, to testing, to releasing, and maintenance
Participate, build, and implement department CI/CD, application monitoring, security, and general developer tooling initiatives
Other duties as assigned
Requirements:
6+ years of full-stack application development in our language stack (Kotlin, Java) and with AWS
5+ years of experience developing APIs for front-end applications
5+ years of strong experience with relational databases (PostgreSQL, MySQL) and large data sets
2+ years of experience leveraging and maintaining CI/CD tooling (CircleCI, Drone, GitHub Actions)
2+ years of experience leveraging infrastructure as code using Terraform
1+ years of experience with event-driven development (SQS, SNS, Kafka, Kinesis, Pub/Sub) and idempotent patterns
Previous experience leveraging automated database DDL (Liquibase, Flyway)
Previous experience leveraging automated database DDL (Liquibase, Flyway)
Previous experience with object data stores (AWS S3, Azure Blob Storage, GCP Cloud Storage) and/or document data stores (AWS DynamoDB, MongoDB, NoSQL)
Previous experience building containerized applications (Docker) and deploying them to orchestration (AWS ECS, Kubernetes, Docker Swarm)
Experience with source control tools such as Git
Role overview:
We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.
Key responsibilities
- Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
- Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
- Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
- Safeguard tenant isolation and security across a per-company Cognito authentication model.
- Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
- Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
- Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
- Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
- Document decisions and designs and collaborate with the frontend (Angular) and product teams.
Challenges you'll solve.
We prefer to be candid — these are the problems that make this role genuinely interesting:
Latency under a hard ceiling
API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.
Least-privilege, per-request security
A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.
Graph-shaped data, relational store
The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.
Watertight multi-tenancy
One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.
VPC-bound serverless
Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.
Resilient external integrations
Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.
Compute-heavy workloads
Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.
The stack.
Runtime — Node.js, Python, AWS Lambda
AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2
Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL
Qualifications.
- 5+ years building and operating production backend systems.
- Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
- Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
- Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
- Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
- Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.
Interview Process:
Introductory call-Mutual fit and role overview.
Technical deep-dive- A walkthrough of a challenging production problem you have owned.
Practical exercise -A realistic backend task, or a walkthrough of your own representative code.
System design- Collaborative design on a real scenario.
Final conversation- Values, ownership, compensation, and offer.
The Installation Technician is responsible for on-site installation, assembly, and fitting of company products (such as wardrobes, kitchens, furniture, fixtures, or equipment) as per design specifications and quality standards. The role ensures timely completion of installations while maintaining safety and customer satisfaction.
Key Responsibilities:
· Carry out installation, assembly, and fitting of products (wardrobes, kitchens, sliding doors, fixtures, etc.) at customer sites.
· Read and interpret layout drawings, installation plans, and design specifications.
· Ensure all installations are completed as per company standards, within the given timelines.
· Conduct pre-installation checks, including site measurements and readiness verification.
· Handle tools, materials, and equipment responsibly and ensure proper maintenance.
· Coordinate with the project manager, designer, and client for smooth execution.
· Perform finishing work such as adjustments, alignment, and final inspection.
· Report any site issues, damages, or delays immediately to the supervisor.
· Follow all safety protocols and ensure a clean and organized work area.
· Provide on-site service support and rectify installation-related issues if required.
key skills - Flutter, android development, ios development
Experience: 1 - 4 years
location - chennai
Roles and Responsibilities
- Good programming skills in Dart and Object-Oriented concepts.
- Experience with Flutter - Material design, BLOC, Async, Streams, Navigation.
- Exposure to Android and iOS Mobile Application Stack.
- Experience in working with RESTful APIS, TCP / Sockets.
- Knowledge in version control - Git
Linux Administration and VM Management with 6-8 Yrs. Exp: Client is based in US - No of positions -2
- CPU/Memory/Storage Monitoring
- Patch Management
- Disk Space Management
- System Log file management
- User account Management
- Server Start/Shut down
- Incident/SR Handling
- Pro-active monitoring of the customers infrastructure.
- Follow up on tickets with the internal IT Team for resolution/SLA
- Create and modify ansible/scripts to perform SA tasks
- Provide input on ways to improve the stability, security, efficiency, and scalability of the environment
- Collaborate with other teams and team members to develop automation strategies
- and deployment processes
- Lead and manage all Service Requests (SRs) with Oracle Support and Cloud Operations to coordinate and complete SA
- Lead and support Oracle Cloud Infrastructure, Oracle PaaS platform administration, and Security integrations with Oracle Cloud Applications
- Responsible for defining audit procedures to validate user permissions and creating custom user roles based on segregation of duties.
- Monitor and investigate any system performance issues and works with Oracle, project teams and end users to identify and resolve root causes.
- OCI infrastructure administration (Install, configure, migrations, tuning, patching, administration & monitoring).
- Identifies emerging technologies to solve complex business problems.
- Leads and directs all administrative support for new implementations, upgrades, and migrations.
- Effective collaboration with infrastructure teams, application development teams, testing, and release teams.
- Design/develop current and future state user security maps, identifying technical gaps, and building remediation plans with the new system.
- Implementing Disaster Recovery and High Availability.
- Applying automated configuration management & infrastructure provisioning
- Experienced in provisioning and supporting OCI components related to Network (VCN, IPSec, FastConnect, Firewall ….)
- Excellent written and verbal communication skills.
- Work cross functionally with the team on system administration, access management and security management tasks in OCI
- Responsible for coordinating the review of new release details, as well as communicating platform maintenance events to project teams and end users affected by both planned and unplanned events.
- Establish and maintain the security policies for the firewall as new customer locations are added.
- Establish and maintain DR plans for the network topology
- Switch from primary IPSec tunnel to backup tunnel
- Switch back to Primary when appropriate
- Backup policy development and administration for OCI tenant
- VM Backup scripting (includes testing and enhancements as needed).
- Should be willing to work in shifts.
Devops
Job Sector: IT , Software
Job Type: Permanent
Location: Sholinganallur (Chennai)
Experience: 6 -8 Years
Salary: 11 – 13 LPA
Education: Any Graduate
Notice Period: Immediate
Key Skills: CI/CD Tools –Maven, Gradle, Fastlane, Jenkins, Travis
CV submission closing date: 22/07/2021
Contact at triple eight two zero nine four two double seven
Job Responsibilities:
- Design, develop, ship, and motivate the creation of software and systems to increase product reliability and organizational efficiency.
- Guide reliability practices through the entire software development lifecycle through activities like architecture reviews, code reviews, creating platforms and frameworks, capacity planning, and chaos testing.
- Maintain service health through monitoring and incident response.
- Improve service reliability through blameless post-incident reviews and using code to prevent or respond to problem recurrence.
Required Skills:
- BS degree in Computer Science, related technical field, or equivalent practical experience.
- Experience writing code in Java, Go, Shell, Perl, Python, or a similar language.
- Ability to debug, optimize code, and automate routine tasks.
- Strong interest in SRE topics like SLOs, resilience, scaling, performance, and more.
- We get excited about engineers who:
- have previous experience with public clouds and enabling technology (AWS & Terraform preferred or other similar technologies)
- Familiar on one or more CI/CD Tools – Maven, Gradle, Fastlane, Jenkins, Travis/CircleCI
- Experience designing using asynchronous messaging patterns
What are we looking for? :
- Experience of upto 3 years in PHP or other backend programming languages.
- Understanding of MVC structures, OOPs concepts and Frameworks.
- Experience working with Linux, Nginx or Apache and Git, REST APIs.
- Experience with Third party API integrations and using various vendor libraries.
- Have knowledge of Database schemas, structures and migrations.
- Experience in Laravel would be a huge plus.
What you will be doing?:
- Collaborate with team members and solve new challenges through tech and research.
- Take end-to-end ownership of delivering new modules - analyze customer usage & feedback, review business requirements, develop functionalities and test code.
- Write clean readable code and also follow best practices for efficiency and performance.
- Self learn and work independently, Also collaborate with the team when required.
- Communicate constructively and value user experience and feedback.
.
What can you expect to learn?:
- Exposure to latest web technologies and frameworks like Angular, Laravel, PHP, Magento, PWAs, REST APIs, Elastic search and Web services.
- Develop custom functionalities and modules in Laravel to implement business ideas and user requirements.
- Best coding practices and various methodologies to optimize performance and produce the best quality product. Various caching techniques and optimization standards.
- Microservices architecture and Scalability using cloud services, Automation of manual tasks using linux and shell scripting, Data migrations, SQL and Version control tools like bitbucket.
Perks :
- Competitive salary
- Flexible work hours
- No dress code
- Group outings
- Supportive work culture
General Information:
You will be working as a Full Stack Developer and will be based out in Chennai. The main part of the job will consist in the development of a Web platform using .NET, C#, ASP.NET, JAVA Script & SQL Server and to provide contributions to the application design, assurance on code quality with a focus on scalability, maintainability, security, and performance.
Your Responsibilities:
- Extensive experience developing Application Programming Interfaces (API), RESTful Web Services, and interfacing with 3rd party & custom applications.
- Hands-on experience in Performance Engineering Tools & Techniques.
- Excellent debugging skills; able to debug complex technical issues involving multiple system components.
- Identify options for potential solutions and assess them for technical and business suitability.
- Keep abreast of technical and industry developments.
- Familiarity with version control systems such as TFS, Bit bucket, IBMs CM Synergy & code management strategies.
- Experience with Agile methodologies.
Requirement:
- Masters or bachelor’s degree in computer science, MIS, or Engineering.
- Minimum 1-6 years of experience required in. .NET, C#, ASP.NET, JAVA Script & SQL Server.
- Should have experience in designing/developing large-scale or mission-critical applications, preferably in the field of Healthcare.
- Exposure to Mobile platforms (Android/iOS) is an added advantage.
- Passion for programming extends beyond working hours.
- Excellent written and verbal communication skills with the ability to influence both internally and externally.
Establish Customer Support Practices
Customer Success Managers are responsible for creating policies and procedures that optimize the customer experience. Customer Success Managers may gather feedback from their customers, study other customer success programs, and analyze customer data to identify the best practices. The Customer Success Manager must establish policies the entire staff can adhere to so all customers receive the same quality of service.
Provide Technical and Product Support
Customer Success Managers must know the company’s products inside and out. They are often called upon to provide technical support to customers or to provide training on their products. They may even help customers plan and understand the best ways to utilize their software or products based on the customer’s business needs or business plans. The Customer Success Manager is not focused on making sales, rather on educating their customers on the flexibility and capabilities of their software so customers are encouraged to continue using their services.








