Recommendation algorithm classification工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 recommendation algorithm classification 份搜到的工作,货币单位为 USD

    what needs to be done is adding DH key exchange algorithm for my existing project on a webrtc server straming video and audio. My original project code was recording audio from browser and mobile and comparing them to be a second-factor authentication. And what I want to improve is using webrtc and streaming audio from both to compare them, instead of recording. What I have done so far is making a webrtc signalling server and a url link that streams video and audio. How the connection works now is We create a room with a roomID and the peers make a request to the server with the roomID in the url. RoomID will be put in the same room and they start streaming video and audio. But it's too insecure and I need to generate a diffie hellman key pair on each peer (both desktop and mob...

    $173 (Avg Bid)
    保密协议
    $173 平均报价
    2 个竞标

    从旧报章 1. 侦测和切出每个别小块,得到每块的位置。 2. 得到(切出)每个小块在原图的位置 , 从右上到左下标号。 3. 得到的小块作横直投影。

    $27 (Avg Bid)
    $27 平均报价
    1 个竞标

    从旧报章 1. 侦测和切出每个别小块,得到每块的位置。 2. 得到(切出)每个小块在原图的位置 , 从右上到左下标号。 3. 得到的小块作横直投影。

    $33 - $279
    $33 - $279
    0 个竞标

    Hotel customers using a membership card management system , a need to develop alternatives to achieve full functionality. Features include : And existing interfaces hotel room sales management system ( call each webservice form , with the other engineers do ) ; Membership card classification management , distribution , auditing , enable, payment and other packaging ; Corresponding financial statements , business reports ; Query function ; ( Detailed function menu , see Annex photo ) Claim: We had a similar successful projects ; Autonomously communicate with customers , to explore the details of the demand ; Hotels need to travel to the customer site commissioning and implementation of the ( secondary cities in Sichuan Province ) ; Familiar with business processes ...

    $4691 (Avg Bid)
    加精 加急
    $4691 平均报价
    18 个竞标

    蚁群算法在云环境下的调度实现,开发环境是MyEclipse6.5,cloudsim3.03,输出虚拟机分配时间表的源代码! .........................................

    $420 (Avg Bid)
    $420 平均报价
    4 个竞标

    蚁群算法在云环境下的调度实现,开发环境是MyEclipse6.5,cloudsim3.03,输出虚拟机分配时间表的源代码! .........................................

    $23 - $283
    $23 - $283
    0 个竞标

    蚁群算法在云环境下的调度实现,开发环境是MyEclipse6.5,cloudsim3.03,输出虚拟机分配时间表的源代码! .........................................

    $38 (Avg Bid)
    $38 平均报价
    1 个竞标

    # Project Summary: Short Video Recommendation TensorFlow Lite Model # Objective: Create a TensorFlow Lite model for short video recommendations in a Flutter app, using Firebase Firestore as the database and Firebase ML for deployment. # Requirements:* 1. Recommend videos based on user's liked videos, excluding watched videos. 2. Include popular content to prevent user from getting stuck on the same topic. 3. Use Firebase Firestore to store video data and user interactions. # Workflow: 1. Fetch video data and user interactions from Firestore. 2. Calculate similarity scores between liked videos and remaining videos. 3. Include popular content in recommendations. 4. Train and deploy the model using Firebase ML. # Deliverables: 1. TensorFlow Lite model for video recommendations...

    $12 (Avg Bid)
    $12 平均报价
    1 个竞标

    I'm looking for a creative individual to help me produce engaging entertainment videos for my YouTube channel. Key Requirements: - The content should be centered around comedy sketches, so a good sense of ...maintain viewer interest over this period is crucial. - A good understanding of YouTube's audience preferences and algorithms is a plus. Ideal skills and experience include: - Experience in creating and producing comedy content, particularly for YouTube. - Proficiency in video editing and post-production. - Ability to write compelling, entertaining scripts. - Understanding of YouTube's SEO and algorithm to maximize reach. - Strong communication skills. I'm looking for a long-term collaboration. If you're passionate about comedy and creating engaging ...

    $15 (Avg Bid)
    $15 平均报价
    16 个竞标

    ...outline of what i'll need: User Authentication: Implement user authentication features such as registration, login, and password recovery. You can use Firebase Authentication or other authentication services. User Profiles: Allow users to create and edit their profiles. Include features like uploading profile pictures, adding bio information, and setting preferences. Matching Algorithm: Develop a matching algorithm to suggest potential matches based on user preferences, location, interests, etc. You may consider using machine learning algorithms or predefined rules. Geolocation: Integrate geolocation services to find and display nearby users. This feature is crucial for matching users based on location. Swipe Gestures: Implement swipe gestures for users to indicate i...

    $300 (Avg Bid)
    $300 平均报价
    8 个竞标

    ...should do the following: - 1. Write a briefing statement about the current project and describe the surrounding circumstances. 2. Develop a complete WBS for the project 3. Develop a budget and show the budget using the appropriate way you prefer (a button-up approach has to be used) 4. Schedule the project using networking 5. Crash or expedite the project 6. Allocate resources 7. Discussion and Recommendation- discuss your findings and conclude Note: in your attempt to build the WBS, or even the budget elements, provide a brief discussion of how you came up with your numbers, and show some demonstrations of your work by discussing some aspects for which the WBS, or the budget, have been developed Students who have no access to a case study may work on a simulation-related project...

    $125 (Avg Bid)
    $125 平均报价
    29 个竞标

    I'm looking for a qualified data scraper for a specific platform-oriented task. Your task includes: - Extraction of product information such as Reference, type, value, bed...name, owner email, owner phone, owner category. pickup owner. - Download all images related to each product and save them in a separate folder named according to the product code reference. Ideal candidates will have demonstrated experience in web scraping, data mining, and handling a substantial volume of data extraction for digital products. Proficiency in automated image collection and classification is mandatory, along with familiarity with accessing various platforms to retrieve required data. Your efforts will significantly contribute to my data migration needs. The website in question is in Portu...

    $109 (Avg Bid)
    $109 平均报价
    33 个竞标

    ...* 3 / 5 if sum > 1 then sum = sum + 1 else sum = sum – 1 Part 2: Syntax Analysis In this Part you will extend the work that you did in Part 1 on lexical analysis. You will now add a syntax analyser (parser) to it. The syntax analyser will handle expressions described by the EBNF given as an example in the section 4.4.1 of the textbook. The parser will be based on recursive-descent parsing algorithm and the outline C code for the parser is already given in the textbook. You will improve it by adding error handling capability. First get the code for the recursive-descent parser described in the textbook working. Try it out on simple examples, e.g. (sum + 47) / total. This example should produce the trace given in section 4.4.1 (page 184-185 of 10th edition). To handl...

    $116 (Avg Bid)
    $116 平均报价
    16 个竞标

    I'm looking for a proficient Pine Script writer who can help me develop a customized scanner on Trading View. Here are the fine details: - The scanner must be tailored to incorporate MACD (Moving Average Convergence Divergence) as the primary trading indicator. - I need the scanner t...(Moving Average Convergence Divergence) as the primary trading indicator. - I need the scanner to specifically track short selling trades. - This tool will be solely utilized for the Stock Market. Having substantial experience with Pine Script, as well as a solid understanding of MACD-based strategies and the Stock Market, would be invaluable for this task. You should be able to create a reliable algorithm that accurately tracks the required movements. Sign up if you're the Pine script exp...

    $134 (Avg Bid)
    $134 平均报价
    8 个竞标

    ...these submissions adhere to the highest SEO standards and are done methodically to avoid any negative SEO impacts. - Local Emphasis: Be aware that this project requires a focus on directories within my city. Knowledge of local SEO strategies will be highly valuable to me. - Teamwork: This job is for an experienced team equipped to handle the quantity of work. An understanding of SEO trends and algorithm updates is essential. - Keywords: Deliverables should include optimization for 30 keywords that I'll provide. Freelancers with a track record of effective local SEO strategy and a thorough understanding of directory submissions will be most successful in this role. Interested in specific team Experienced also in DA DR Domain increase technics to improve my website in t...

    $100 (Avg Bid)
    $100 平均报价
    84 个竞标

    I'm in search of a skilled cybersecurity writer to create a comprehensive article on PLC (Programmable Logic Controller) Algorithm Security for a professional audience. Requirements: - The article should delve into in-depth technical analysis, offering thorough insights and understanding of PLC Algorithm Security. - The preferred word count for this piece is 1000 - 1500. - The target audience is primarily cybersecurity professionals; the content should be engaging and informative for this group. - A clear focus on critical insights and mitigation strategies in the realm of PLC Algorithm Security is a must. Ideal Skills and Experience: - Proven track record in cybersecurity writing. - An understanding of the nuances of PLCs, industrial automation, and cybersecur...

    $378 (Avg Bid)
    $378 平均报价
    19 个竞标

    ...looking for: The ultimate goal of this initiative is to boost sales. Therefore, I'm looking for someone who can make these enhancements in a way that ensures a significant increase in conversion rates and overall sales volume. Ideal candidates should have a strong background in e-commerce and digital marketing, with a deep understanding of user interface design, payment systems, product recommendation algorithms, and social media integration. Experience in managing Google Business profiles, reviews, and creating effective marketing campaigns is highly desirable. The ability to understand and deliver on the main goal of this project - increasing sales - is critical. I am looking for someone to do the following tasks for me: 1. Instagram, Facebook, TikTok, and Google sh...

    $101 (Avg Bid)
    $101 平均报价
    21 个竞标

    ...to explore matrimony profiles or join upcoming Satsang events. Satsang Page: On the Satsang page, we cover the following functionality as mentioned Daily Inspiration Carousel Upcoming Events Carousel Event Calendar Recorded Satsang Video Library Search Functionality Matrimony Page: On the Matrimony Page, we cover the following functionality as mentioned User Profile Matching Algorithm Search Filter Featured Profile Messaging System Verification Subscription Success stories/Testimonials Account Page: On the Account Page, we cover the following functionality as mentioned Edit Profile Terms & Conditions Privacy Policy Logout Timeline: 15 Working Days...

    $457 (Avg Bid)
    $457 平均报价
    33 个竞标

    I'm looking for an experienced develope...should support secure online payment processing to facilitate seamless transactions. - User Reviews and Ratings: An essential feature to help build trust and encourage user engagement. - Product Recommendation Engine: An advanced feature that suggests products to users based on their previous interactions with the app. I'm looking for someone who has a strong background in mobile app development, particularly in creating e-commerce apps. Experience with both iOS and Android platforms and integrating payment gateways is highly desirable. Additional experience with user review systems and recommendation engines would be a significant advantage. Please provide examples of previous e-commerce apps you've developed and hi...

    $709 (Avg Bid)
    $709 平均报价
    58 个竞标

    I'm in need of a competent virtual assistant for my growing mobile car wash business to help systematize my leads' pool. Your main responsibility w...excellent organization skills will be of immense benefit in carrying out these tasks effectively. Key tasks and qualifications include: - Reaching out and sifting through leads via phone call - Classifying those explicit in their disinterest in our services or no budget - Performing data entry tasks into CRM - Proficient communication, sales email skills - Exceptional organization and classification skills - Ability to work independently Previous experience as a virtual assistant, particularly in lead organization AND SALES , would be highly advantageous. if possible for every appointment booked by you there will be...

    $11 / hr (Avg Bid)
    $11 / hr 平均报价
    37 个竞标

    I'm aspiring to apply for a PhD program at Harvard University, specifically within the area of Economics and Harvard Business School's Organizational Behavior program. I require expert advice and assistance to prepare my application. The help I need includes: - Reviewing my personal statement - Resume/CV evaluation - Guiding me with the recommendation letters - Mentoring me in my research - Facilitating networking with professors - Training on vital soft skills. Ideal candidates for this job should have an understanding of Ivy League admission processes, preferably having been through the process themselves. Experience in Economics and Organizational Behavior would be beneficial. Your input will be crucial to this process, and your guidance invaluable to the success o...

    $7395 (Avg Bid)
    $7395 平均报价
    16 个竞标

    I'm looking to develop an application tha...based on their preferences and previous interactions. - 1-1 Chat: In-app messaging feature to enable private conversations for users. - Nearby Users: It's important that the app can identify and display other users nearby, to promote physical meetups. - Interests: The app should have a mechanism for users to list their travel interests and preferences, which can then be used for matching and recommendation purposes. Ideal candidates should have experience in developing cross-platform applications, particularly social networking or messaging applications. It's crucial that the app is user-friendly, stable, and able to manage a potentially large user base. Strong communication skills and a proactive approach to problem-solvi...

    $432 (Avg Bid)
    $432 平均报价
    17 个竞标

    I need an experienced developer to replicate Binance Coin for a prototype of a new project. Key Requirements: - Replicate Binance Coin: Prior experience in token replication is essential. - Solid Understanding of Cryptocurrencies: A good grasp of blockchain technology and cryptocurrencies. - Prototype Development: Experience in developing pro...project. Key Requirements: - Replicate Binance Coin: Prior experience in token replication is essential. - Solid Understanding of Cryptocurrencies: A good grasp of blockchain technology and cryptocurrencies. - Prototype Development: Experience in developing prototypes would be advantageous. Please note that the preferred blockchain for this project has not yet been decided. Your expertise and recommendation in this regard would be high...

    $507 (Avg Bid)
    $507 平均报价
    37 个竞标

    Hi are you available for a session sometime within the next 8 hours? I am looking for someone to help teach me and help me to create a C# Web API using ASP.NET core which will be a middleware between an Angular front end and a deep learning model backend ...and help me to create a C# Web API using ASP.NET core which will be a middleware between an Angular front end and a deep learning model backend I have completed a basic start up from Microsofts tutorial - but I am struggling to understand how to link the C# Web API to the front end and to the back end The front end at this stage is a simple button that will endeavour to upload an image for classification - the backend at this stage is a sequence of image pre-processing steps to segment the area of interest from non-areas o...

    $692 / hr (Avg Bid)
    $692 / hr 平均报价
    38 个竞标

    I'm on the market for an SEO expert who specializes in link building. The primary focus for the project is to enhance my website's ranking on Google. The ideal candidate must have experience in SEO optimization, specifically targeting improvements for: - Product-related keywords - Brand-related keywords Understanding Google's ranking algorithm and having a proven history in successful link building is essential. I look forward to seeing increased visibility and overall better rankings for my website. Please provide a brief summary of your strategy and any relevant projects that demonstrate your capabilities in this sector.

    $227 (Avg Bid)
    $227 平均报价
    39 个竞标

    I need an SEO expert on board ASAP to bolster my site's traffic. Your task will include: - Building and managing a backlink strategy. Our competitor has over 35k backlinks. - Keeping Google's algorithm updates in mind while developing these strategies. Ideal candidates for this job will have proven experience in SEO and backlinks, with a focus on generating quality leads. The ability to work quickly without compromising quality will be highly appreciated. Please include specific examples of past work relating to boosts in search engine ranking and lead generation in your proposal.

    $871 (Avg Bid)
    $871 平均报价
    94 个竞标

    I'm seeking a proficient Python data analyst who can unlock interesting trend patterns within a dataset using machine learning models. Your expertise will be instrumental in making sense of the underlying trends that the raw data contains. The main responsibilities will include: - Scrutinizing the datasets rigorously in order to identify trend patterns - Deploying machine l...learning models, would be most suitable for this project. Flexibility in working with different data types will also be a paramount attribute. Please include instances where you have successfully identified trend patterns from datasets in your bid. •Focus: –Key data insight from analysis –Post analysis hypothesis (if any) –Data model used and metrics –Results that answer the questi...

    $30 (Avg Bid)
    $30 平均报价
    27 个竞标

    I'm seeking a proficient Python data analyst who can unlock interesting trend patterns within a dataset using machine learning models. Your expertise will be instrumental in making sense of the underlying trends that the raw data contains. The main responsibilities will include: - Scrutinizing the datasets rigorously in order to identify trend patterns - Deploying machine l...learning models, would be most suitable for this project. Flexibility in working with different data types will also be a paramount attribute. Please include instances where you have successfully identified trend patterns from datasets in your bid. •Focus: –Key data insight from analysis –Post analysis hypothesis (if any) –Data model used and metrics –Results that answer the questi...

    $29 (Avg Bid)
    $29 平均报价
    18 个竞标

    I, as a client, am in need of a skilled professional to handle content creation and scheduling for my Instagram page on a daily basis. This includes: - Images: Photoshoots, editing, and formatting for Instagram posting. - V...for Instagram posting. - Videos: Creation, editing, and formatting for Instagram posting. - Graphics/Infographics: Design and creation of visual content relevant to the message being displayed. The candidate should have experience in digital photography, video filming/editing, graphic design, and social media management. Excellent knowledge of Instagram, its various formats, and the platform's algorithm for maximum engagement is also crucial for successful outcomes. Proficiency in Adobe Photoshop, Illustrator, Premiere Pro, or any similar software will b...

    $96 (Avg Bid)
    $96 平均报价
    9 个竞标

    I'm in need of a UK visa letter of recommendation for a Global Talent fashion design program. The letter should particularly focus on accessory design and formal wear. Key Points: - The letter is for a UK visa application purpose. - The visa is Global Talent, with a specific focus on fashion design. - My potential as a leader in fashion design needs to be highlighted. Skills/Experience Required: - Proven expertise in the fashion design industry. - Experience with creating visa application documentation. - Specifically, a portfolio or background in UK Global Talent visa applications

    $134 (Avg Bid)
    $134 平均报价
    28 个竞标

    I'm looking for a skilled React.Js and Mongo DB developer to create a matrimony web app that includes user registration, profile creation and match rec...design to be 'Colorful and vibrant'. A modern, visually appealing and engaging design is crucial for a successful matrimony web app. Match Recommendations: - The match recommendations feature is an essential part of the app. It should work based on an algorithm analyzing user activity to provide relevant and meaningful suggestions to the users. Ideal Skills and Experience: - Proficiency in React.Js and Mongo DB is a must - Experience with developing user registration and login systems - Prior experience with creating sophisticated recommendation algorithms - Strong design skills, particularly in creating &#...

    $370 (Avg Bid)
    $370 平均报价
    24 个竞标

    I am a business owner looking to establish a strong online presence. I'm in the market for an e-commerce website specifically aimed at selling my products. Key features required: - The main feature I need is a robust product catalog. My potential customers should be able to easily browse through my products. Inventory Classification: - The catalog needs to be sorted by price, therefore the ability to effectively categorize products by price is crucial. Ideal Freelancer: - An experienced website developer with a portfolio showcasing previous e-commerce projects. - Proficient with incorporating shopping platforms into a site. - Ability to make an easy-to-navigate product catalog. I need a smooth, hassle-free website that is easy to navigate and caters to customers who ra...

    $118 (Avg Bid)
    $118 平均报价
    40 个竞标

    I'm in search of an innovative and experienced website designer who is willing to step outside the box and push creative boundaries. Not tied to any specific template or color, I am eager to see your creative flair shine. Main Objectives: - Design a new algorithm that maintains a fresh and innovative aesthetic - Experiment with unconventional layouts - Utilize a mix of color palettes Essential Skills: - Proven experience in communication to persons with different design - Ability to create unique layouts - Aptitude for color theory and application Your portfolio should demonstrate your ability to meet these objectives. Looking forward to collaborating and bringing this project to life.

    $78 (Avg Bid)
    $78 平均报价
    17 个竞标

    ...mining expert to rework my project's problem statement, craft novel project objectives, and link the methodology with a literature review. I'm primarily focusing on Stacking classifier and Hybrid stacking models. The ideal candidate should have a strong background in these models to help develop a completely new approach for my project. Key requirements for this role include: - Expertise in classification models, especially Stacking classifier and Hybrid stacking - Strong experience in data mining and methodology development - Proven track record of combining insights from multiple studies - Ability to write a comprehensive literature review and identify gaps in existing studies Your role will be crucial in not only improving the problem statement and objectives but...

    $104 (Avg Bid)
    $104 平均报价
    29 个竞标

    I'm in need of a talented and reliable developer who can implement a machine learning model in .NET Core for a simple time series prediction task. Key Requirements: - You...model capable of predicting daily /hourly visitors as we have data for each enterance. - The model must be suitable for .NET Core and efficiently integrated into the existing system. Ideal Skills and Experience: - Proficient in .NET Core - Strong understanding of machine learning algorithms, particularly those suited for time series prediction. Please note that the specific machine learning algorithm to be used was not specified, so you'll need to have a versatile understanding of various algorithms. Your ability to work independently and deliver quality results within the specified time frame wi...

    $476 (Avg Bid)
    $476 平均报价
    70 个竞标

    I'm seeking a skilled Python developer who can aid in creating, training, and testing a Convolutional Neural Network (CNN). Specific context about the desired classification problem and the type of images for training/testing are yet to be determined and will be shared as the project goes on. The deliverable of your task will be a working Python code able to solve a given image classification problem, producing corresponding output, which will be discussed further after kickoff. For this task, proficiency in Python and familiarity with machine learning and deep learning frameworks are critical, specifically in areas related to: - Python, with emphasis on libraries for data analysis and manipulation (such as Pandas, Numpy), data visualization (like Matplotlib, Seaborn),...

    $36 (Avg Bid)
    $36 平均报价
    26 个竞标

    I need a highly skilled professional that will help me c... - Present various color options as I am open to suggestions. - The logo can symbolize our services such as: phone icon, repair tools, shield. However, you are allowed to get creative with other symbol representation related to my services. Ideal Skills & Experience: - Graphic design expertise with focus on logo design. - Strong portfolio of similar projects. - Excellent communication and recommendation skills. - Creativity and innovative design abilities. The end goal is a logo that will make our business stand out amongst our competitors, while clearly appealing to our target customers..Keep in mind as this logo will go on the shop sign, website and clothing and stickers(maybe) , so something that can be clear Leea...

    $19 (Avg Bid)
    $19 平均报价
    84 个竞标

    ...be shot and edited and sent to you for posting. - Scheduling: It's important that posts are scheduled daily at optimal times to maximize engagement and visibility. - Interaction: Engaging with my followers is also crucial to maintain a loyal and active audience. Ideal Candidate: - Proficient in Instagram and TikTok: The ideal candidate should be well-versed in both platforms, understanding algorithm changes, content types that work, and how to engage with followers effectively. - Content Creation Skills: A creative flair and the ability to create content that is not only visually appealing but also relevant to my brand and target audience. - Time Management: Given the daily posting schedule, the assistant should be able to manage time effectively and consistently deliver h...

    $699 (Avg Bid)
    $699 平均报价
    49 个竞标

    Project Goal: Conduct a comprehensive SEO analysis of leading payment provider comparison websites in Europe, with a specific focus on POS terminals and Payment Gateways, and recommendation whether and how to enter this market with a new website. Target Markets: Gather key data for UK, Germany, France, Spain, Italy, Netherlands and Denmark. The key requirements for this project are: - SEO Analysis: I'm looking for a professional who can conduct a thorough SEO analysis for the European market. This includes researching relevant keywords, analyzing competitors, and recommendations for a successful new website launch in this market niche - Content Review: Your role would also involve reviewing and suggesting improvements to the content regarding the payment providers. This sh...

    $1927 (Avg Bid)
    $1927 平均报价
    30 个竞标

    I require a skilled social media manager to add promo replies to existing posts on Twitter and Instagram (and maybe other plat...enhancing visibility and creating engaging content for an app such as mine. Key Features: - Create promotional replies for Twitter and Instagram posts. - Prioritize in these replies our Android app product recommendation. - Understanding of social media algorithms and engagement strategies applicable to apps. - Proven experience in digital marketing, specifically for mobile apps. Please put the word SELECT (capetalized) at the top ofyour response, your bid will be ignored otherwise. Ideal Skills: - Proven record in Social Media Management. - App marketing. - Understanding Product Recommendation Strategies. - Out of the box thinker who can inc...

    $44 (Avg Bid)
    $44 平均报价
    27 个竞标

    I'm in need of a skilled data scientist to develop a similarity algorithm for me. How would you create a system where I can select a font and it suggests similar fonts? - We want to categorise 200k+ fonts (and want this system to scale for 500k+ fonts) - Fonts are from various sources (Google Fonts, Monotype, etc) - Fonts are in the TrueType Font File Format (.ttf) - A large selection of open source fonts are available from here

    $152 (Avg Bid)
    $152 平均报价
    24 个竞标

    ...understanding of soccer. You will put together short videos that highlight the most exciting parts of matches, interview players and provide in-depth analysis for my Instagram account. The goal of my content is to engage with fellow football enthusiasts. Ideal skills for this project include: - Experience in video editing with a focus on sports, especially football. - Understanding of Instagram algorithm and what type of content performs well. - Deep knowledge of football, including key players, strategies and game highlights. - Ability to edit videos quickly and efficiently, often within hours of a match. This is more than just putting clips together - it's about telling a story that football fans will find engaging. Your edits should turn exciting games and in-depth foo...

    $108 (Avg Bid)
    $108 平均报价
    43 个竞标

    ...and visualisation on trading or stock market data - Use your data science skills to provide valuable insights - Ensure the accuracy and efficiency of your predictive modeling Ideal Skills and Experience: - Proven experience in trading or stock market data analysis - Proficiency in Python, R, and SQL - Strong analytical and problem-solving skills - Prior experience with predictive modeling and algorithm development - Ability to handle a variety of data sizes and formats, as the size of the data may vary If you have previous experience in the trading industry and can confidently handle data analysis and visualisation, this opportunity is perfect for you. Your work will play a vital role in helping make informed decisions in the trading sector. A deep understanding of trading data...

    $11 / hr (Avg Bid)
    加精
    $11 / hr 平均报价
    13 个竞标

    ...Requirements: - Proficient in Python - Strong knowledge and experience in implementing Depth-first search, Breadth-first search, and A* search algorithms - Experience in Machine Learning projects The freelancer should be skilled in the implementation of these algorithms in a Machine Learning context. I’m looking for someone with a proven track record in this area, as the effectiveness of these algorithm implementations is crucial to the overall success of this project. Your understanding of these algorithms and their applications in the Machine Learning field will be key in ensuring that the project is executed successfully, and that we can reach our desired outcomes....

    $218 (Avg Bid)
    $218 平均报价
    43 个竞标

    I'm searching for an architect experienced in airport renovation projects, specifically concerning interior design and professional finishing. Key tasks will focus on: - Creating structural shop drawings displaying the chosen interior design concepts and finishing techniques. - Offering recommendation and assistance with selecting appropriate furnishings to fit the style and functionality needed for an airport setting. - Formulating an appealing and practical color scheme aligned with the airport's branding. - Designing efficient and attractive lighting arrangements to enhance the ambiance and provide necessary illumination. The specific space for this renovation project is the airport's kitchen, living room, and bathroom. Ideal candidates should have a demonstrate...

    $1925 (Avg Bid)
    $1925 平均报价
    48 个竞标

    I'm seeking an expert in Azure cloud cost savings particularly with regards to the purchase of reserved instances for Virtual Machines. Through Azure Advisor Savings, I have identified an opportunity to potentially reduce total costs. As such, I'm seeking an expert's review and recommendation concerning this initiative. Key Responsibilities: • Review current Azure Advisor Savings recommendation • Provide a comprehensive report justifying the necessity or otherwise of the reserved instances purchase • Recommend optimal configurations (if necessary) to maximize cost savings Ideal Skills and Experience: • Proven experience in FinOps, particularly on Azure Cloud • Expert knowledge on Azure VM Reserved Instances • Strong understan...

    $58 / hr (Avg Bid)
    加急
    $58 / hr 平均报价
    20 个竞标

    I'm in urgent need of a talented designer to create captivating YouTube thumbnails in both English and Hindi for my content. Key Requirements: - Desi...visibility. - Understand and implement the style, tone, and branding of the channel. Skills and Experience: - Proven experience in graphic design, particularly in creating YouTube thumbnails. - Proficiency in using relevant design software and tools. - Familiarity with creating multilingual content, especially in English and Hindi. - Strong understanding of digital marketing and YouTube's algorithm. - Ability to work under tight deadlines without compromising on quality. I need this project completed as soon as possible, so please factor in your availability when bidding. Looking forward to seeing your portfolios and...

    $3 / hr (Avg Bid)
    $3 / hr 平均报价
    19 个竞标

    I'm looking for an experienced AI developer to create an algorithm that generates unique, creative images of CEOs. The focus of this project should be on producing images that push the boundaries of style and innovation, rather than replicating reality. Key Features: - Generate images with an emphasis on Creativity - The subject matter should be centered around CEOs - Portraits should still retain enough detail to be identifiable The images are for personal use, so there's a room for experimentation! Ideally, you'll have experience in AI image generation, an eye for art, and a knack for pushing creative boundaries.

    $28 (Avg Bid)
    保密协议
    $28 平均报价
    4 个竞标
    Mobile Game Developer 4 天 left
    已验证

    *** Please Read Before Messaging *** At this time I am just looking for quotes, if you are serious about this project please send me a direct message with a FULL quote. I will be making a more clear guideline to the app layout later on but for now here is the summary of what I am looking for: I want to build a completely virtual, 3D claw machine game. I will need a specific prize algorithm coded into the game so that the prizes don't spit out at random and we are able to control profit flow. The game will come with 10 free tokens for daily play, but will push sales of additional tokens to win prizes. The boxes in the claw machine will just be color coded boxes that align with the colors on the prize page. This game will need an admin panel, a user page, payment systems...

    $3208 (Avg Bid)
    $3208 平均报价
    47 个竞标

    I’m looking to build a follower base for my novels. I'm looking to organically grow my Instagram follower base. I aim to see gradual, consistent growth over time. My primary focus is to enhance the number of followers, which would in turn improve my brand’s reach and awareness. Key requirements for this project include: - Profound understanding of Instagram's algorithm and community guidelines - Proven track record in growing follower base for product or service-based profiles - Ability to deliver results in a steady, non-spammy manner, ensuring the growth aligns with Instagram's terms of service - Familiarity with engagement tactics to maintain and increase audience interaction The ideal freelancer for this job will have a blend of social media managem...

    $12 / hr (Avg Bid)
    $12 / hr 平均报价
    56 个竞标