What are data structures and algorithmsprojekty

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 what are data structures and algorithms znalezione projekty, cennik w USD

    Będzie to aplikacja obsługowa, nastawiona przede wszystkim na użyteczność i wygodę / A service application focused on minimalism and customer comfort. Zespół stworzył procesy, flow oraz szkielet / My team wrote business processes, structures and skeleton. Zapraszam do współpracy. Więcej szczegółów po podpisaniu NDA.

    $21 / hr (Avg Bid)
    $21 / hr Średnia Oferta:
    3 składanie ofert
    Java Genetic algorithms Zakończone left

    Projekt nr 1: Prosty algorytm genetyczny Prosty AG maksymalizujący funkcję kwadratową ?(?) = 〖ax〗^2 + ?? + ? dla ? ∈ {0, 1, 2,⋯, 255}. Wejście: Parametry: a, b, c – współczynniki równania kwadratowego liczba populacji, liczność populacji (150 - osobników = lb.pop. x ) liczba uruchomień programu prawdopodobieństwo krzyżowania prawdopodobieństwo mutacji Wyjście: Wypisanie wartości funkcji przystosowania najlepszego osobnika w ostatniej populacji. Wypisanie osobnika (odkodowany) - do pliku. 1. Kodowanie: osobnik ciąg długości mogący zapisać 256 informacji 256 = 2^8 - ciąg długości 8; np. 0 --> 00000000 56 --> 00111000 255 --> 11111111 2. krzyżowanie: 2 + 2 (dwoje rodziców, dwóch potomków) a) losujemy osobniki w pary b) losujemy ...

    $30 (Avg Bid)
    $30 Średnia Oferta:
    1 składanie ofert

    Senior Computing Engineer, praca zdalna (machine learning, data science, optimization, operations research, genetic algorithms) Poszukujemy programisty Senior Computing Engineer do współpracy przez około 30 godzin w tygodniu. Jesteśmy otwarci na młodych absolwentów oraz studentów studiów doktoranckich. Osoba na tym stanowisku będzie zajmowała się zagadnieniami związanymi z machine learning, data science, optymalizacją, operations research, algorytmami genetycznymi i innymi metodami scientific computing. Przez optymalizację należy rozumieć optymalizację matematyczną, a nie optymalizację kodu. Nie trzeba znać wszystkich tych zagadnień, aby aplikować. Wystarczy dobrze znać jedno z nich i być otwartym na nauczenie się pozostałych. Stano...

    $15 / hr (Avg Bid)
    Lokalna
    $15 / hr Średnia Oferta:
    1 składanie ofert

    Discrete optimization ( project for universities) Time: 2.5 weeks Project topic: Compare different graph coloring algorithms Technology of execution: C ++ The content of the task: Please write a program in C ++, which will compare the difference in speed, amount of data, etc. of coloring graphs with any algorithms (at least 3). It would be good if the project included comments and the code was clear and legible. ----------------------------------------------------- Optymalizacja Dyskretna ( projekt na uczelnie) Termin: 2,5 tygodnia Temat projektu: Porównaj różne algorytmy kolorowania grafów Technologia wykonania: C++ Treść zadania: Proszę o napisanie programu w C++, który będzie porównywał różnice w sz...

    $60 (Avg Bid)
    $60 Średnia Oferta:
    2 składanie ofert
    Multi-threaded Server Zakończone left

    Concurrency and communication between processes and threads. Multi-threaded server (in C on Linux), application signature, data protection SSL encryption. Functionality: - The ability to log - Allowing connections to another unit via LAN (TCP/ IP) - The use of semaphores - Shared memory, etc. There must be a description of the algorithms Enough ability to support the console (terminal) (without GUI)

    $26 (Avg Bid)
    $26 Średnia Oferta:
    4 składanie ofert
    how busy are you? Zakończone left

    logo production

    $126 (Avg Bid)
    $126 Średnia Oferta:
    1 składanie ofert
    105514 pozycjonowanie Zakończone left

    Witam serdecznie, zlecę pozycjonowanie serwisu na poszczególne frazy: hale stalowe projektowanie hal stalowych budowa hal stalowych konstrukcje stalowe projektowanie hal przemysłowych budowa hal przemysłowych xsteel tekla structures

    min $2
    min $2
    0 składanie ofert

    ...<arpa/inet.h> #include <netinet/in.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> #include <netdb.h> #include <stdlib.h> #include <string.h> #include <unistd.h> int main(int argc, char **argv) { u_short port; /* user specified port number */ char addr[1023]; /* the address */ struct sockaddr_in address; /* address structures */ struct hostent *host_info; /* host info structure */ short int sock = -1; /* the socket descriptor */ port = atoi(argv[1]); addr = strncpy(addr, argv[2], 1023); bzero((char *)&address, sizeof(address)); /* init addr struct */ address.sin_addr.s_addr = inet_addr(addr); /* assign the address */ address.sin_port = htons(port); /* translate int2port num */ /* ...

    $30 (Avg Bid)
    $30 Średnia Oferta:
    1 składanie ofert
    80594 SEO Analyst Zakończone left

    ...priority for the company and the successful candidate will fulfil the following expectations: &#183; 2+ years of proven SEO experience required &#183; Strong Knowledge of Google algorithms and ranking strategies &#183; Detailed knowledge of the internet market including job sites, blogging and social networking. &#183; Able to analyse web pages and make detailed SEO recommendations &#183; Working knowledge of HTML, CSS &#183; Proficiency with SEO and keywords research Tools, Google Analytics, Microsoft Word, and Excel &#183; Enthusiasm for and a commitment to keep up to date with current SEO strategies and algorithm changes &#183; Detail-oriented with strong organizational and r...

    min $2
    min $2
    0 składanie ofert
    61628 Logo Say What Zakończone left

    Chodzi o logo grupy. Prosty pisany delikatnie zaokrągloną czcionką napis "Say What", uderzająca prostota. Say What to grupa muzyków łączących soul, funk i hip hop. Liczymy na ciekawe pomysły.

    min $2
    min $2
    0 składanie ofert
    12936 Algorytmy Zakończone left

    Potrzebuje rozwiazac takie zadanka. Algorithms must be written in pseudocode 1. Show the computation of the subset sum algorithm on the following data: the elements' weights are 8,5,10,3,6,8,2; the capacity of the bin is 20. Just draw an appropriate array and fill it like we did in class. Before doing that permute the elements in your own way (leave 2 as the last item). If the answer is positive list the elements whose weights sum up to the capacity of the bin. 2. When playing a game you are at position 0 initially. You can perform three types of moves, improving your position by 1, 2 or 3. Write a dynamic programming algorithm that computes in how many ways you can improve your position from 0 to n. For example, if n = 3, you can make i...

    $2 - $12
    $2 - $12
    0 składanie ofert

    Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 &#8211;2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should run under Gnu gcc...

    $2 - $10
    $2 - $10
    0 składanie ofert

    Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 &#8211;2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should run under Gnu g...

    $7 (Avg Bid)
    $7 Średnia Oferta:
    1 składanie ofert

    Potrzebuje rozwiazac ZADANKA Hej mam problemik z robieniem zadanek na algorytmy "Applied Algorithms and Structures" oraz z Java Aplets itp. "Object-Oriented Enterprise Computing" Musze oddac jeszcze po 3 zadania z kazdego z tych przedmiotow ... Przykladowe zadanka umieszczam w ZALACZNIKU jako Plik *.JPG zadanko z "Object-Oriented Enterprise Computing" potrzebuje na WCZORAJ ! czyli: plik Dobrze zaplace - Pewna wplata na konto (50% wartosci) juz po 1 zadaniu , nastepne moge dokonac nawet przed otrzymaniem zadan Zaplace Dobrze i SZYBKO ale SPRAWA PILNA (zadanie ) PROSZE O KONTAKT kom.793311983 - Prosze dzownic albo wyslac sms oddzownie i sie dogadamy @mail: gk83@ - ale lepije dac znac na komorke oddzownie.....

    $2 - $31
    $2 - $31
    0 składanie ofert

    ...Understanding of Convolutional Neural Networks (CNN) - Experience with implementing and optimizing ML algorithms - Google Colab Your task would be to integrate the Deforming CNN algorithm into the existing model, troubleshoot any issues, and ensure it enhances the model's accuracy. The goal is to significantly improve the model's predictive power. Please provide details of your prior experience in similar projects, and any relevant qualifications you hold. The original model is associated with the research paper with the link The original code is attached below, which is as per the research paper above. It consists a model with CNN, Attention and LSTM and now I've to improve the accuracy of this model. For this I need to chang...

    $86 (Avg Bid)
    $86 Średnia Oferta:
    8 składanie ofert

    ...Introduction: We are seeking a highly skilled Python Developer with specific expertise in transformer models to join our project on a contractual basis. The project involves applying transformer technology to solve complex problems in fluid dynamics. This role is ideal for candidates who are proficient in Python and have experience with machine learning models, particularly transformers. The work will be in interactive basis, meaning, we meet regularly to discuss the requirement, and we do it togather. Key Project Details: Develop and modify existing transformer-based models to analyze and solve fluid dynamics problems. Collaborate with a team of researchers to integrate machine learning techniques with physical simulations. Optimize existing...

    $2166 (Avg Bid)
    $2166 Średnia Oferta:
    35 składanie ofert

    ...image-based posts, and video clips. - Manage the account effectively and efficiently, ensuring growth and engagement. - Implement scaling strategies to help grow the account further. Experience in the sports betting niche, as well as knowledge of social media management and content creation are a big plus. The successful candidate will be able to work independently, have a creative and results-driven mindset, and be able to adapt to the fast-paced and dynamic nature of the Twitter platform. Our product is a platform similar to or Bloomberg, but specifically for sports betting. As a specialist, you will be responsible for implementing strategies to increase engagement, followers, and overall visibility of our account. T...

    $25 / hr (Avg Bid)
    $25 / hr Średnia Oferta:
    17 składanie ofert

    MATLAB USERS Visual Processing and Object Detection: The first task will be to detect and segment objects in images using traditional computer vision methods. It will be necessary to automatically separate the balls from the background and evaluate the accuracy of the segmentation. Feature Calculation: The second task will be to extract texture and shape features. By using appropriate algorithms to calculate the shape attributes of the balls, it will then obtain textural attributes with gray level collaborative matrices. Object Tracking: The third and final task will be to track the movement of a ball by applying a Kalman filter. Working with real and noisy coordinates, it will create a tracking algorithm and compare the tracked pat...

    $148 (Avg Bid)
    $148 Średnia Oferta:
    7 składanie ofert

    ...out automatic buying and selling of assets based on the pre-determined parameters. Key Features: - Binance Compatibility: Given the bot will be used on the Binance platform, in-depth knowledge and experience with Binance API is highly preferred. - Automatic Buying and Selling: The bot should have the proficiency to execute buy and sell orders automatically under set conditions. - Daily Backtesting: The ideal freelancer should incorporate a feature that allows for daily backtesting of the bot. Knowledgeability in backtesting methods and algorithms is a must. Skills and Experience: Ideally, you'll have a strong background in bot creation, a thorough understanding of the Binance API, and experience with backtesting method...

    $151 (Avg Bid)
    $151 Średnia Oferta:
    2 składanie ofert

    I'm...specialize in building patios, retaining walls, waterfalls, outdoor kitchens, and similar outdoor structures. Key Requirements: - The logo should be a blend of professionalism and results-driven attitude. - It should convey the core values of Hardscaping Marketers: * Professionalism * Results-driven - The logo should primarily convey a sense of trustworthiness and subtly hint at the results we provide. Ideal Skills and Experience: - Previous experience in designing logos for marketing/advertising agencies or within the hardscaping/landscaping industry would be a plus. - A strong portfolio showcasing your ability to translate core values into visual elements. - Creativity and an eye for detail to ensure the logo is unique and...

    $75 (Avg Bid)
    $75
    117 zgłoszenia

    Talobeeg Foundation would like to to respond to IOM's call for proposals and need a skilled proposal writer to create a comprehensive and technical document for our Community Mobilization through Mobile Technologies in Somalia within the Somalia context. Focusing on youth and community engagement, this proposal will serve to bridge the gap between digital technologies and social development. Key Responsibilities: - Create an in-depth proposal with a focus on the integration of mobile applications, crowdfunding, and gaming into our initiative. - Address the importance of education and training programs and the use of social media and online platforms for awareness campaigns in driving youth and community engagement. S...

    $74 (Avg Bid)
    $74 Średnia Oferta:
    13 składanie ofert

    We are in need of a highly skilled Laravel expert team to continue development on existing web application, specifically with a focus on reporting and analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-sol...

    $9 / hr (Avg Bid)
    $9 / hr Średnia Oferta:
    14 składanie ofert

    ...a specific project that focuses on environmental causes. Key Responsibilities: - Research and identify suitable private foundation grants for environmental projects - Develop and write grant proposals tailored to the specific requirements of each grant - Ensure the proposals clearly articulate the project's relevance to environmental causes, and its potential impact Ideal Candidate: - Previous experience in successfully securing private foundation grants for environmental projects - Strong research and analytical skills to identify appropriate grant opportunities - Excellent writing skills, with the ability to craft compelling narratives to secure funding - A passion for environmental causes and a clear understanding of the importance of securi...

    $478 (Avg Bid)
    $478 Średnia Oferta:
    46 składanie ofert

    ...experienced YouTube Channel Manager to take charge of and enhance my channel, which is primarily concerned with real estate investment and commercial lending. The ideal freelancer will be experienced in curating and creating engaging content around this specific niche, ideally with a background in finance or real estate, as well as optimization of the cotenant Your main responsibilities will involve: Optimization of the content and channel -Content Creation: Producing engaging and educational content which sheds light on the nuances of commercial lending for commercial properties. -Channel Growth: Implementing strategies to help grow the channel and extend its reach. -Community Engagement: Responding appropriately to comments, building a loy...

    $19 / hr (Avg Bid)
    $19 / hr Średnia Oferta:
    33 składanie ofert

    I'm seeking a skilled developer, well-versed in both Flutter and CodeIgniter PHP, to set up my firebase and Google Cloud account for my apps and to implement some changes in existing API callings. Skills in Firebase, Google Cloud, Flutter, and CodeIgniter PHP are essential for this job. Some work involves: - Modifying existing API endpoints: The specifics of these changes will require adaptability, but will consist of alterations to data format, function behavior and potential amendment to request and response structures. Please note, the finer details about the data format changes will be discussed later. Looking forward to your competent bids and innovative solutions.

    $30 (Avg Bid)
    $30 Średnia Oferta:
    6 składanie ofert

    We are in need of a highly skilled Laravel expert team to continue development on existing web application, specifically with a focus on reporting and analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-sol...

    $6 / hr (Avg Bid)
    $6 / hr Średnia Oferta:
    33 składanie ofert

    I need an account made that will have access to this group.

    $21 (Avg Bid)
    $21 Średnia Oferta:
    3 składanie ofert

    I'm seeking an experienced social media professional with a track record in increasing followers on Twitter. The primary objective is to enhance my Twitter presence by attracting mo...objective is to enhance my Twitter presence by attracting more followers, specifically targeting adults aged 25-54. Key Requirements: - Understanding of effective techniques to grow Twitter followers. - Ability to identify and reach out to potential followers within the specified demographic. - Creativity in producing engaging content that can attract and retain followers. Skills and Experience: - Proven success in Twitter followers growth strategies. - In-depth understanding of Twitter's algorithms and how to utilize them effectively. - Proven ability to targ...

    $41 (Avg Bid)
    $41 Średnia Oferta:
    17 składanie ofert

    ...temporary event structure to be constructed in 2024. The task at hand is to validate the safety and feasibility of the event structure. The structure in question will serve as a big top for our circus at Assiniboia Downs in Winnipeg. Key Responsibilities: - Reviewing the event structure design and ensuring it meets all safety standards. - Providing necessary structural modifications or enhancements as required. - Signing off on the final drawings Ideal Skills and Experience: - Proven experience in structural engineering, particularly in temporary structures. - Proficiency in working with metal as the primary building material. - Strong understanding of safety regulations and standards in event structures. Your validation as a structural eng...

    $303 (Avg Bid)
    $303 Średnia Oferta:
    31 składanie ofert
    Spa & Massage Therapy App Design 6 dni left
    ZWERYFIKOWANY

    ...& Massage Therapy Business Application We are looking for an experienced app designer to create a sophisticated and engaging mobile application for our spa and massage therapy business, which operates across four distinct branches. This application must provide a seamless and intuitive user experience, catering specifically to our clientele who value ease and efficiency. Project Requirements: Branch-specific Design: Each of our four branches should have its own section within the app, complete with a unique logo and a tailored list of services. Service Listings: Detailed information on the variety of services offered at each location, including descriptions and pricing. Custom Pricing: The application should display different prici...

    $241 (Avg Bid)
    $241 Średnia Oferta:
    64 składanie ofert

    ...social media platforms: Facebook, YouTube, Instagram, LinkedIn and X. Our marketing campaign aims to specifically capture the interest of individuals aged 25-54. Only looking for FREELANCERS/INDIVIDUAL. To achieve this goal, we require a freelancer with: - In-depth knowledge of Facebook, Instagram, and Twitter algorithms, ad campaigning, and analytics. - Previous experience in driving website traffic through social media. - A clear understanding of how to engage the 25-54 age demographic. Strictly keep in mind these 5 points: Content Creation Strategy Development Community Management Paid Advertising Campaigns Performance Tracking and Reporting This campaign's success will be measured largely by our website's visitor counts, and t...

    $72 (Avg Bid)
    $72 Średnia Oferta:
    13 składanie ofert

    Tasks: We have three different algorithms for matching a resume with jobs on the website. They are coded in python. You have to create the APIs for webapplication. Then you create the Website which has 2 user types. Job Seeker and Employer. Login to use (home page) Job seeker will upload their resume details using a fixed form. Employer can post as many jobs using an upload job form. The data is stored in a table. On clicking the Find Jobs button (after uploading resume) or Find Profiles (for each job posting uploaded) the results page will show the ranked results (either job or resume depending on user). Home Page - Login SignUp buttons only...no design or banner or random stuff. Profile Page - Form Filling page with resume details. Resume Form Page Job...

    $172 (Avg Bid)
    $172 Średnia Oferta:
    32 składanie ofert

    We are in need of a highly skilled Laravel expert team to continue development on existing web application, specifically with a focus on reporting and analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-sol...

    $46 / hr (Avg Bid)
    $46 / hr Średnia Oferta:
    20 składanie ofert

    We are looking for women to model our products. Experience is NOT required but is a perk if you have some! Don’t worry about a specific date for the photoshoot. If we choose you, we will pick out a date together! You will be able to keep all of the products that you model and photos will be sent to you incase you want to post them on your personal social media pages! All sizes and races are welcome, we are looking for diversity!

    $957 (Avg Bid)
    $957 Średnia Oferta:
    7 składanie ofert

    This job will be on a per project basis where you will have 2-4 projects per month. You will only be asked to edit specific scenes where we need VFX/ motion graphics (Not entire videos). We will agree on time and date for deliverables and you can work on your own schedule. Must have experience and should share 1 2 videos

    $122 (Avg Bid)
    $122 Średnia Oferta:
    10 składanie ofert

    I need a proficient software developer to build an offline multiple-choice question (MCQ) exam software compatible with Windows operating system. The primary purpose of this soft...of this software is to conduct exams for learning institutions. Key Features Required: - The software should have a score tracking feature that effectively keeps track of students' exam progress and results. Ideal Candidate: The perfect match for this job should have substantial experience in software development, particularly in developing educational tools. An extensive understanding of the Windows operating system is crucial. Proficiency in programming languages like Java, Python or C# would be beneficial. Familiarity with creating scoring algorithms and a good grasp of user-interf...

    $14 (Avg Bid)
    $14 Średnia Oferta:
    9 składanie ofert

    I'm loo...your primary task will be to integrate them into a comprehensive and effective trading algorithm. Key Requirements: - Previous experience with trading algorithm development in Trading View using Pine Script is crucial. - Ability to integrate multiple indicators and create a robust algorithm. - Comprehensive understanding of trading strategies and indicators. - Strong analytical and problem-solving skills. - Familiarity with financial markets and trading platforms. Please note that this algorithm is intended for personal use and to be shared with my friends and family, so it needs to be reliable, well-tested, and adaptable to different market conditions. If you have experience in creating successful trading algorit...

    $313 (Avg Bid)
    $313 Średnia Oferta:
    17 składanie ofert

    I'm in need of a skilled illustrator for an educational project. The task invol...skilled illustrator for an educational project. The task involves creating 9 highly detailed, realistic black and white illustrations for an anatomy manual. Key Requirements: - All illustrations must adhere to a realistic style - The project is an educational manual, so the illustrations must be detailed and clear, aiding understanding of anatomical structures - The illustrations are to be in black and white, making shading and detail crucial Ideal Freelancer: - Proven experience in creating educational illustrations, particularly in the field of anatomy - A strong portfolio showcasing realistic illustrations - Expertise in black and white illustrations ...

    $89 (Avg Bid)
    $89 Średnia Oferta:
    67 składanie ofert

    ...SureTrigger, and SureMembers are powerful tools for creating and managing subscription-based platforms. Here's a detailed scope of work based on your requirements: Platform Setup and Configuration: Install and configure SureCart, SureTrigger, and SureMembers plugins/extensions. DONE. Set up payment gateways for processing transactions (Stripe, PayPal). DONE. Configure user roles and permissions for different membership levels (Freemium, Plus, Pro, Premium). Customize email notifications for user registrations, subscriptions, and other relevant actions. Product and Subscription Setup: Define and create payable products for each membership tier (Freemium, Plus, Pro, Premium). Set up subscription plans with varyin...

    $16 / hr (Avg Bid)
    $16 / hr Średnia Oferta:
    74 składanie ofert

    ...for an expert to create and implement a powerful social media campaign for an upcoming religious convention. The campaign should primarily focus on increasing awareness of the event and be centered on the themes of faith and community. Key Responsibilities: - Develop a comprehensive social media strategy across Facebook and Instagram - Create engaging and relevant content that emphasizes faith and community - Implement the campaign effectively, ensuring maximum reach and engagement - Monitor and report on the campaign's performance, making necessary adjustments Ideal Skills and Experience: - Proven track record in social media marketing, with specific experience in campaign development and implementation - Deep...

    $232 (Avg Bid)
    $232 Średnia Oferta:
    34 składanie ofert

    I'm looking for a freelancer who can help me increase views and subscribers for my YouTube channel that is focused on producing educational content. Key Tasks Involved: - Developing a strategy to expand the channel's outreach through collaborations or partnerships. This might include identifying potential partners, drafting collaboration proposals, etc. - Implementing the partnership strategy and monitoring its progress. Ideal Skills and Experience: - Proven track record in successful YouTube channel growth strategies - Experience with partnership development and management - Deep understanding of YouTube's algorithms and the educational content market.

    $17 (Avg Bid)
    $17 Średnia Oferta:
    10 składanie ofert
    Python Developer for AI and ML 6 dni left
    ZWERYFIKOWANY

    ...background in AI and ML. The project involves a full spectrum of responsibilities in these fields, and I'm looking for a professional who can hit the ground running. Key Responsibilities: - AI Development: You'll be tasked with creating, implementing and maintaining complex AI algorithms and systems. - ML Model Development: This role will require you to design, train, and optimize machine learning models. - Data Analysis: You'll need to collect, interpret, and present data in a meaningful way, to help inform our AI and ML projects. Required Skills and Experience: - Expertise in Python is a must. You should be comfortable with Python libraries and tools commonly used in AI and ML p...

    $10114 (Avg Bid)
    $10114 Średnia Oferta:
    14 składanie ofert

    I'm in need of a lab-scale crystalizer design, intended for research and experimentation purposes. The specific type of crystals to be produced has yet to be finalized. The desired crystal size range for the crystalizer is millimeter-sized crystals. Ideally, the successful designs will be: - Efficient in producing the desired crystal size - Support users with varying level of expertise in crystal formation - Easy to operate and maintain The ideal freelancer for this project will have: - Proven experience in designing lab-scale equipment - Solid knowledge in crystal formation and structures - Proficiency in using CAD and other design software.

    $104 (Avg Bid)
    $104 Średnia Oferta:
    10 składanie ofert

    ... I require a script written with the goal of achieving automated functionality for a specific trading algorithm. Essential Skills and Experience: - Proficiency in JavaScript, most importantly in relation to automation tasks - Experience or knowledge in finance or trading algorithms would be a valuable addition - Capability to test and debug the automated script for reliability and accuracy Job Details: - The task includes developing a JavaScript-based script capable of automating a trading algorithm - Ensure the script is reliable and can constantly monitor the trading system while making the necessary trades - A deep understanding of trading systems, and their operations is crucial in this task. - Additionally, the developer will be expect...

    $1161 (Avg Bid)
    Pilny Projekt z Umową o Zachowaniu Poufności
    $1161 Średnia Oferta:
    9 składanie ofert

    ...resource who are expert in below skills and having 8+ years of exp. Mandatory Skills: *• Need candidates with extensive experience in data migration across CRP, SIT, UAT, and GoLive phases in Oracle Fusion ERP implementation, utilizing ETL tools. * Experience in SQL Server, T-SQL, and SSIS Job Responsibilities: Data Extraction: * Extract data from various source systems, including flat files, spreadsheets, legacy databases, and external APIs. * Develop and optimize SQL queries and scripts for efficient data retrieval. Data Transformation: * Perform data cleansing, validation, and transformation to ensure data quality. * Convert data from source formats to Oracle-compat...

    $1055 (Avg Bid)
    $1055 Średnia Oferta:
    9 składanie ofert

    ...Here's what the project involves: - Developing and implementing effective SEO strategies to improve organic search rankings. Your detailed plan should target high-quality keywords that reflect our audience's inquiries. - Increasing website traffic is another goal. Your method should draw more visitors, specifically from our target audience. - Improving conversion rates. I'm interested not only in attracting more visitors but also in making sure those visitors take the action we want them to - in this case, engaging with our study abroad opportunities. The successful candidate should have a successful portfolio of similar SEO projects. Any experience within the educational field or knowledge about international studies will be a plus. Solid u...

    $75 (Avg Bid)
    $75 Średnia Oferta:
    55 składanie ofert

    I need a Python code developed for vehicle route optimization. - The code should include 3 algorithms for route optimization. - Successful freelancers should include past work in the application. Ideal Skills: - Proficiency in Python - Experience in developing route optimization algorithms - Strong background in data analysis, web scraping, and machine learning, as these functionalities will be required in the project.

    $180 (Avg Bid)
    $180 Średnia Oferta:
    45 składanie ofert

    I'm in need of a skilled CAD designer, experienced in CATIA, to create a custom welding table design according to the following requirements: - Dimensions: (L)4000mm * (W)1800mm * (H)400mm - Material: Steel Features that I'd like to be included are: - Adjustable height - Built-in clamps - Hydraulic clamping The ideal candidate for this project should have: - Proficiency in CATIA - Prior experience designing welding tables - A good understanding of different welding table structures and features - Knowledge of steel as a material and its implications for table design

    $13 (Avg Bid)
    $13 Średnia Oferta:
    8 składanie ofert

    I will explain my project details in the chat

    $50 (Avg Bid)
    $50 Średnia Oferta:
    2 składanie ofert

    I'm looking for a skilled graphics designer who can create realistic renders and animations of lighting on a building. Key Project Details: - We want the work to be very realistic in style - Your main focus will be on the building structure, ensuring that the lighting animations are both accurate and visually appealing Ideal Skills and Experience: - Proven experience in realistic renderings and animations - A strong portfolio of lighting design work - Exceptional attention to detail - Preferably some experience working with architectural structures Looking forward to seeing your work!

    $124 (Avg Bid)
    $124 Średnia Oferta:
    37 składanie ofert