Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New code sample: Job Recommendation System - end-to-end workload #2396

Open
wants to merge 1 commit into
base: release/2024.2_AITools
Choose a base branch
from

Conversation

krzeszew
Copy link
Contributor

Adding a New Sample(s)

Description

This sample illustrates the use of Intel® Extension for TensorFlow* to build and run an end-to-end AI workload on the example of the job recommendation system.

It consists of four main parts:

  1. Data exploration and visualization - showing what the dataset is looking like, what are some of the main features and what is a data distribution in it.
  2. Data cleaning and pre-processing - removal of duplicates, explanation all necessary steps for text pre-processing.
  3. Fraud job postings removal - finding which of the job posting are fake using LSTM DNN and filtering them.
  4. Job recommendation - calculation and providing top-n job descriptions similar to the chosen one.

Checklist

Administrative

  • Review sample design with the appropriate Domain Expert:
  • If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

Security and Legal

  • OSPDT Approval (see Project Manager for assistance)
  • Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
  • Bandit Scans (Python only)
  • Virus scan

Review

  • Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
  • Review readme with Tom Lenth(@tomlenth) and/or Project Manager
  • Tested using Dev Cloud when applicable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants