Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    14 algoithm jobs found, pricing in USD

    implementing sat horn all functions

    $20 (Avg Bid)
    $20 Avg Bid
    7 bids

    Hello, I'm looking for qualified person, who create an algorithm using python NLP or Deep Learning. This algoithm takes a .txt file which is the resume, then it will extract {Work Experience, Education, Projects}, just those I need. To make the idea clearer, please take a look at and upload a resume, then look how it will parse it. The algorithm should return JSON file. I need it after two weeks maximum after dealing.

    $190 (Avg Bid)
    $190 Avg Bid
    14 bids

    Part 1) write a pandas algorithm to remove rows from dataframe based on rules in excel file Dataset = Cleaning rules = NC Cleaning all attached Write a pandas algoithm that takes both these dataframes and does the following: 1) removes from original dataset rows based on rules and conditions in the excel sheet names method B 2) adds all removed rows to a new dataframe called outliers 3) adds a new column to the new dataset outliers = to value of the "Rule" column from excel data cleaning rules Part 2) Optimize my method which is a nested query that compares 7 columns in 2 datasets and return some values. Make this method take n columns where n is parameter attached is code for method: example: the below line should be dynamic (NOT hardcoded anymore) given parameter ...

    $30 (Avg Bid)
    $30 Avg Bid
    8 bids

    Write a python function that takes as input 2 dataframes: (a large full dataset with 50,000 rows and 10 columns, and a small dataframe which will be a single row with 10 columns) both dataframes are of the exact same format (same column names and format) 1) The function should count the number of rows in the larfe full dataset where all 10 values in the small dataset match exactly, if the count is greater than 10, return the count, else remove a column and count the number of rows where values for 9 columns match, if count >=10, return count, else remove another column and do the same for 8 columns until the base case of 2 columns is reached, then count and return the count Columns are final and should be hardcoded column names are: MEDICALCASECATEORY PROVIDERENTITYID ...

    $24 (Avg Bid)
    $24 Avg Bid
    30 bids

    i need to develop the code for the hybrid algoithm developed using paillier algorithm and elgamal algorithm

    $7 - $18
    $7 - $18
    0 bids

    ... Project Schedule with Expected Deliverables and Budget: ----------------------------------------------------------------------------------- 1- Project Proposal (6 weeks): 01/2014-02/2014: Formulation of project's proposal with literature survey. 2- Stage-1 (6 months): 02/2014-08/2014: Development of a novel algorithm and testing its results with existing algorithms in the area (the algoithm has to outperform the existing algorithms). 3- Stage-2 (6 months): 09/2014-03/2015: Development of the second algorithm about the problem domain (it should also has some novelty). The algorithms in stage 1 and 2 should be complementary. 4- Stage-3 (6 months): 03/2015-09/2015: Implementation of algorithms in Stage 1 and 2 to solve a real-world problem. ----------------...

    $2910 (Avg Bid)
    $2910 Avg Bid
    5 bids

    ...mind! Project Schedule with Expected Deliverables and Budget: ----------------------------------------------------------------------------------- 1- Project Proposal (6 weeks): 01/2014-02/2014: Formulation of project's proposal with literature survey. 2- Stage-1 (6 months): 02/2014-08/2014: Development of a novel algorithm and testing its results with existing algorithms in the area (the algoithm has to outperform the existing algorithms). 3- Stage-2 (6 months): 09/2014-03/2015: Development of the second algorithm about the problem domain (it should also has some novelty). The algorithms in stage 1 and 2 should be complementary. 4- Stage-3 (6 months): 03/2015-09/2015: Implementation of algorithms in Stage 1 and 2 to solve a real-world problem. ------------...

    $4355 (Avg Bid)
    $4355 Avg Bid
    5 bids

    ...mind! Project Schedule with Expected Deliverables and Budget: ----------------------------------------------------------------------------------- 1- Project Proposal (6 weeks): 01/2014-02/2014: Formulation of project's proposal with literature survey. 2- Stage-1 (6 months): 02/2014-08/2014: Development of a novel algorithm and testing its results with existing algorithms in the area (the algoithm has to outperform the existing algorithms). 3- Stage-2 (6 months): 09/2014-03/2015: Development of the second algorithm about the problem domain (it should also has some novelty). The algorithms in stage 1 and 2 should be complementary. 4- Stage-3 (6 months): 03/2015-09/2015: Implementation of algorithms in Stage 1 and 2 to solve a real-world problem. ------------...

    $4281 (Avg Bid)
    $4281 Avg Bid
    11 bids

    ...bid. Project Schedule with Expected Deliverables and Budget: ----------------------------------------------------------------------------------- 1- Project Proposal (6 weeks): 01/2014-02/2014: Formulation of project's proposal with literature survey. (500$) 2- Stage-1 (6 months): 02/2014-08/2014: Development of a novel algorithm and testing its results with existing algorithms in the area (the algoithm has to outperform the existing algorithms). (2250$) 3- Stage-2 (6 months): 09/2014-03/2015: Development of the second algorithm about the problem domain (it should also has some novelty). The algorithms in stage 1 and 2 should be complementary. (2250$) 4- Stage-3 (6 months): 03/2015-09/2015: Implementation of algorithms in Stage 1 and 2 to solve a real-world problem. (1500$)...

    $250 (Avg Bid)
    $250 Avg Bid
    1 bids

    ... Project Schedule with Expected Deliverables and Budget: ----------------------------------------------------------------------------------- 1- Project Proposal (6 weeks): 01/2014-02/2014: Formulation of project's proposal with literature survey. (500$) 2- Stage-1 (6 months): 02/2014-08/2014: Development of a novel algorithm and testing its results with existing algorithms in the area (the algoithm has to outperform the existing algorithms). (2250$) 3- Stage-2 (6 months): 09/2014-03/2015: Development of the second algorithm about the problem domain (it should also has some novelty). The algorithms in stage 1 and 2 should be complementary. (2250$) 4- Stage-3 (6 months): 03/2015-09/2015: Implementation of algorithms in Stage 1 and 2 to solve a real-world problem. (1500$)...

    $8059 (Avg Bid)
    $8059 Avg Bid
    7 bids

    I am creating an SJF code ( no preemtion). It is functioning correctly (as far as i can tell) but always some processes(1-4 out of 10) are not sorted correctly. Assume there are 10 processes I attached my code with comments. Also here is my logic behind it. Burst times and arrival times are generated and are known before the algoithm begins 1) I sort all processes and find the one that is going to be executed first ( if two have same arrival time its the one with the lower burst time) 2)After this there are three variables. Completed ( how many processes are done), Totaltime( time that has passed) and counter ( how many processes have arrived after 1 was completed 3) i begin a repetition for i=1 until 10 ( the rest 9 processes). Totaltime has been initialized as burst[0]+arri...

    $49 (Avg Bid)
    $49 Avg Bid
    7 bids

    ...out**, so manager will be able to know who need a taxi after office hour or to pick up 1d All the grouped addresses has to have an itinerary for each taxi (5 person capacity) so system has to make a matrix for all points in the map and save the kms in road from eah point to point , ex: point (a,b) (a,c) (a,d).... Second part: MAke and itinerary for each taxi effectibly using a simple algoithm (macs-vrptw check in google) this part is the most important, if somebody has the method, with sample, will win this project, depending if you can show me a sample i will start asap. Restrictions: max5 person per taxi, and a person has to be 90 minutes max inside taxi After Grouping i need to send notifications to some profiles, the project has to have different profiles, us...

    $1022 (Avg Bid)
    $1022 Avg Bid
    6 bids

    I need a clone of with the contents changed. The complete program in PHP + mysql, do a mockup of the website, with the full templates done. And a working example of the algoithm. For experienced web designers only who have done a similar design. If you have not done this before, please do not bid. I have several more related projects which I will give you when the job is done well. Bonus will be given for a good job.

    PHP
    $73 (Avg Bid)
    $73 Avg Bid
    3 bids

    I need a clone of with the contents changed. The complete program in PHP + mysql, do a mockup of the website, with the full templates done. And a working example of the algoithm. For experienced web designers only who have done a similar design. If you have not done this before, please do not bid. I have several more related projects which I will give you when the job is done well. Bonus will be given for a good job.

    PHP
    $77 (Avg Bid)
    $77 Avg Bid
    2 bids