Svm multiclass classification pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 svm multiclass classification python jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr (Avg Bid)
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud
    AD Meta data capture 6 dagar left
    VERIFIERAD

    Active Directory Expert to create a Python script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, AD RMS (Rights management Services) group policy GPO etc. and export to a MS Excel File. More information attached.

    $34 (Avg Bid)
    $34 Snittbud
    3 bud

    I'm looking for a machine learning expert to create a sentiment classification model for customer reviews. The main objective of this project is to classify customer reviews into one of three categories: Positive, Negative, or Neutral. The sentiment classification model should be able to accurately and reliably analyze the sentiment of a given customer review. Key requirements include: - Data Source: The data to be analyzed will be sourced exclusively from customer reviews. - Sentiment Detail: The model should identify and categorize the sentiment of reviews into Positive, Negative, or Neutral. Ideally, you should have: - Proven experience in machine learning, particularly in sentiment analysis - A strong understanding of natural language processing and text analytic...

    $16 / hr (Avg Bid)
    $16 / hr Snittbud
    13 bud

    I require a skilled developer to create a Windows-based low level keyboard emulator primarily for gaming purposes. Key Requirements: - OS Compatibility: The emulator should work on Windows systems only. - Emulation Focus: The main target of this project is to mimic keyboard inputs for gaming applicati...emulator should press the Z1 key when the Caps Lock LED is on, and stop when it is off. Friends who want to provide a solution with 'keybd_event' and 'SendInput'; this method does not work. A lower-level approach is required Conditions: Notes: The keyboard emulator must work in the game. The project must be compatible with Windows 10. The project should use one of the following languages: C++, Python, or Pascal. Important Information: Macro usage in the game i...

    $20 (Avg Bid)
    $20 Snittbud
    2 bud

    I'm in need of an all-round developer who has strong experience in both Python and PHP, specifically for the creation of an e-commerce website. The desired professional should be well-versed in crafting custom web solutions as well as knowledgeable in leveraging the WordPress CMS beneficially. Skills and Experience Required: - Demonstrated expertise in Python and PHP web development. - Proven experience in developing successful e-commerce websites. - Proficiency with WordPress CMS. - Understanding of e-commerce website security essentials. - Articulate in communicating project progress and potential hurdles. Freelancers who can showcase previous work on similar projects will be given priority. I look forward to your enticing bids and am eager to form a productive pa...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    11 bud

    ...recognising handwritten digits - The primary focus will be on mathematical problems - Ensure accuracy and adaptability to various handwriting styles - Configure the algorithm to output recognized digits as digital numbers Ideal skills & experience: - Proficiency in machine learning algorithms and principles - Extensive experience with handwriting recognition software - Demonstrate capabilities in Python, TensorFlow or similar platforms - Have a deep understanding of Optical Character Recognition (OCR) - Familiarity with mathematical problems and their structures The end goal is to develop a practical, efficient, and accurate automaton that simplifies the process of converting handwritten mathematical problems into digital numbers. I am looking for someone who can attentive...

    $38 (Avg Bid)
    $38 Snittbud
    5 bud

    ...transactions data just ideas for python data simulation *****you provide SQL code to calculate per day summary for each day for each product for each store for 3 years suggest your columns also more needed columns will be provided simulate tables with store transactions take to account - promotions -store location -state -usa holydays simulate lookup tables for 1 promotion 2 store locations 3 prices changes each 3 months etc data simulation may be done in python and then upload to SQL DB (but better in SQL) you provide both sql and python code for both simulation (sql or python ) and main table creations (only sql) if you use python for simulation provide detailed

    $95 (Avg Bid)
    $95 Snittbud
    17 bud

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $18 (Avg Bid)
    $18 Snittbud
    16 bud
    Telegram Data Scraper & Inviter 6 dagar left
    VERIFIERAD

    I'm in need of a skilled developer who can create a Telegram bot for scraping user data and automatically inviting ...join a specific channel Key Requirements: - Ability to work with multiple telegram accounts (multithreaded). - The bot should be able to scrape usernames and phone numbers from specific Telegram groups or channels already added into relevant accounts. - The scraped data should be used to automatically send invites to join a specified group. Ideal Skills & Experience: - Proficiency in Java or Python and the Telegram API for bot development. - Experience with web scraping and data extraction. - Proven ability in creating Telegram bots for automatic interaction. Please note that the bot will be used for legitimate purposes and should comply with Telegram&...

    $234 (Avg Bid)
    $234 Snittbud
    25 bud

    I'm searching for an experienced Python developer to handle data collection and processing in the financial sector. Your tasks will consist of two core elements: - Data Collection: Obtaining data from diverse financial sources, including stock market data, cryptocurrency data, and financial news data. - Data Processing: Once collected, you'll perform various calculations and analyses, including statistical analysis, trend analysis, and calculations with a focus on historical data. Familiarity with these tasks and the financial sector is crucial to delivering the results needed. Your expertise in Python and financial data processing will contribute significantly to the project's success.

    $39 (Avg Bid)
    $39 Snittbud
    5 bud
    Python prompt to 3D Model Bug Fix 6 dagar left
    VERIFIERAD

    I have a prompt to 3D generation source code written in Python. Unfortunately, the current code is riddled with bugs, specifically syntax errors, runtime errors, and logic errors. I'm in need of a Python expert who can help me debug and fix these issues. Key responsibilities: - Execute a thorough debugging process to locate and correct syntax, runtime, and logic errors. - Ensure the model is running efficiently and effectively. Ideal skills and experience for this job: - Proficiency in Python with a focus on debugging. - Prior experience working with 3D models is a plus. - Good understanding of software development and bug fixing processes.

    $25 (Avg Bid)
    $25 Snittbud
    4 bud

    I need someone to convert my current trading bot that was written in Node.js into Python, specifically version 3.10. The bot, which uses Puppeteer for browser automation on the Quotex platform, needs to be programmed to use Selenium in the Python version. Key features to incorporate into the new Python bot include: - Real-time data monitoring - Regular trading automation - Custom trading strategies Freelancers should have an extensive understanding of Python and Selenium, along with experience in trading automation. The end goal is to have a Python version of the trading bot that works flawlessly round the clock without any hitches, preserving all the functional features of the original Node.js version. It's crucial that the script can run 24/7 wi...

    $160 (Avg Bid)
    $160 Snittbud
    29 bud
    Embedded Software Developer 6 dagar left
    VERIFIERAD

    I'm seeking a skilled embedded software developer who's proficient in C, C++ and Python to create a custom solution for a microcontroller-based system. The primary focus of this project is the successful implementation of various communication protocols on the embedded software. Key Responsibilities: - Develop an embedded software running on a microcontroller - Implementation of communication protocols within the software - Testing and debugging of the software for optimum performance Ideal Skills and Experience: - Proficient in C, C++, and Python - Previous experience in embedded software development - Familiarity with microcontroller systems - Strong understanding of various communication protocols Please include any relevant past projects or experience with s...

    $312 (Avg Bid)
    $312 Snittbud
    6 bud

    Seeking ML expert (MSc/PhD) to implement hybrid DCN model for Bitcoin price prediction using Python. Tasks: data collection/preprocessing, EDA, model training/evaluation, results analysis & report writing. Ideal candidate has experience in financial forecasting & cryptos.

    $250 (Avg Bid)
    $250 Snittbud
    1 bud

    I'm seeking a Python developer experienced in Selenium to create an automation bot. The primary aim of this project is to automate repetitive tasks. https://pump. fun/6rEPojp1CJxgKUts64hrKpvNRFUYd3JvxE5KKYXgCkjj this is script description: i will provide list of privatekey and list of text /image post. bot will post reply you need to install phantom wallet extension connect wallet with this site and then post reply Key tasks include: - Developing a Python Selenium bot that can perform specific, pre-defined tasks - Ensuring the bot is easy to use for personal use Ideal candidates will have: - Proficient in Python and Selenium - Experience in developing automation bots - Can work with little supervision and have excellent communication skills.

    $26 (Avg Bid)
    $26 Snittbud
    4 bud

    As an investor seeking to streamline my algorithmic trading operations, I am in need of an able Python Developer who specializes in automation tasks. This role requires an individual with: - Mastery of Python and experience with automation tasks, most especially within the investment and stock market scenario. - Skilled and knowledgeable in stock market terminology with experience in use of Websockets for API integration Suitable candidates are expected to have good communication skills to effectively understand and implement required changes in a timely fashion. Help me maximize my trading potential with your Python expertise!

    $169 (Avg Bid)
    $169 Snittbud
    7 bud
    Python Mass Mailing Script Upgrade 6 dagar left
    VERIFIERAD

    I'm looking for a Python developer who can upgrade my current mass mailing script. The goal is to enhance its overall performance, improve the user interface, and add email delivery tracking. Key requirements: - **Performance Improvement**: The upgraded script should handle mass mailing more efficiently, ensuring that emails are sent promptly and don't get caught in spam filters. - **User Interface Enhancement**: A more user-friendly interface with clear controls and options is essential for effective use. - **Email Delivery Tracking**: I need to be able to track email delivery statuses for each recipient. In addition, the primary goal of this upgrade is to improve the inboxing rate. While the current script is functional, I want to enhance it by making it more user-fri...

    $151 (Avg Bid)
    $151 Snittbud
    29 bud

    ...Catalog management Content tracking Analysis Daily Trends Analysis Audience targeting Monitoring of music lists Video editor Royalty accounting software Neighbouring Rights Collection DMCA automated takedown Min. Requirements: - Must have experience with DDEX music supply chain and infrastructure - Experience with B2B DDEX implementation - Experience with technologies such as JSON/XML, AWS, NoSql, Python, Javascript - Familiar with MEAD standards provided by DDEX, Ruby on rails knowledge. Please only apply if you have build something like this before! More info: Key Features: - Rights Management: Implement a secure and reliable mechanism for managing music rights within the system

    $2115 (Avg Bid)
    $2115 Snittbud
    8 bud

    I'm looking for a Python expert to evaluate the CI checks and implement a solution to effectively detect configuration drift. The primary goal of this task is to establish a system that can automatically alert via email or messaging platforms whenever a drift is detected. Key Requirements: - Strong proficiency in Python and extensive experience in its usage - Strong knowledge of atlantis and terraform - Solid understanding of CI checks - Prior experience with monitoring and fixing configuration drift - Ability to configure alerts Your role will be crucial in ensuring that our CI check is enhanced to identify any drift and alert the team in real-time. Please provide your proposal outlining your approach, relevant experience, and expected timeline for the completion of t...

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    11 bud

    I'm seeking a proficient data analyst to decode my online shopping platform's sales data. The primary task is to a...identify prevailing sales trends. Your role will encompass: - Cleaning and preparing raw sales data from the online shopping platform - Utilizing advanced statistical methods to analyze the data - Identifying significant sales trends - Providing a detailed report on the findings Ideal Skills: - Proven experience in data analytics, particularly sales data - Proficiency in statistical software like Python, R or SAS - Ability to interpret complex data and communicate findings effectively - Prior experience working with online shopping platform data will be advantageous. Your detailed understanding of sales trends will inform our strategic direction and deci...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    10 bud

    I am in need of an experienced Algo / Python developer with a strong background & deep understanding of algorithm construction. As part of this project, you’ll be responsible for: Algo for Range breakout :-- - Developing algo in python for Range Breakout strategy - Test it & implement for the demat account in brokers- Upstock, Alice Blue, Dhan & 5paisa Ideal skills for this role include: - Extensive experience with Python specifically in the areas of automation and algorithm development - Familiarity with stock market - Strong ability to run effective algorithms Your role in this task is more tilted towards the developmental side, with the creation of an algorithm being the primary focus. You are expected to apply your Python skills to cre...

    $345 (Avg Bid)
    $345 Snittbud
    10 bud

    Hi there! I'm seeking an expert in Python and VBA who can develop a real-time data statistical analysis tool for use on Windows. The tool must be able to process financial data. Though the format of my data wasn't specified, please be ready to handle a diverse range of formats, including but not limited to CSV files, SQL databases, and Excel files. Skills and Experience: - Mastery of Python and VBA - Experience with statistical data analysis - Familiarity with financial data - Proficiency in handling diverse data formats. - Skill in working on Windows OS. Ultimately, I require a reliable system for my ongoing financial data analysis needs. Your track record of similar successful tasks will be a plus.

    $7 (Avg Bid)
    $7 Snittbud
    2 bud

    My Python script is intended to scrape specific Telegram groups, but it's not functioning as expected. I need a developer to address these issues, described below. - **Issue Description**: The script is crashing when scraping certain Telegram groups, which is likely due to the fact that it's not respecting selections. The error presented is “ AttributeError: 'MessageMediaWebPage' object has no attribute 'document'” I can provide the script if you want to check how it’s working. I am open to a whole new script being made. So long as it functions in a similar way. If not familiar you can view telethon api - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that

    $26 (Avg Bid)
    $26 Snittbud
    11 bud

    I'm seeking an expert in Python and VBA who can develop a real-time data statistical analysis tool for use on Windows. The tool must be able to process financial data. Though the format of my data wasn't specified, please be ready to handle a diverse range of formats, including but not limited to CSV files, SQL databases, and Excel files. Skills and Experience: - Mastery of Python and VBA - Experience with statistical data analysis - Familiarity with financial data - Proficiency in handling diverse data formats. - Skill in working on Windows OS. Ultimately, I require a reliable system for my ongoing financial data analysis needs. Your track record of similar successful tasks will be a plus.

    $17 (Avg Bid)
    $17 Snittbud
    11 bud
    Daily Google Play Data Scraper 6 dagar left
    VERIFIERAD

    I need a script that can scrape the Google Play store specific data from list of apps in the search result url of any keyword. Need data in Excel spreadsheet. Eg : if i search ...counts, and URL of the app. - The scraped data should be compiled into an Excel spreadsheet format for my review and analysis. - deploy the script into my server The Ideal Freelancer: - Proficient in web scraping tools and techniques - Experience working with Google Play store data - Competent in automating data extraction and processing - Ability to deliver a reliable, daily scraping solution - python experts, node.js experts If you think you're the right person for this job, please get in touch with your relevant experience and a brief overview of your proposed approach. The script is for educa...

    $89 (Avg Bid)
    $89 Snittbud
    18 bud

    Functionality: Data Collection: Retrieve historical stock data (price and volume) for a given set of stocks from a reliable financial data provider (e.g., Yahoo Finance, Alpha Vantage). Store the data in a suitable format (e.g., CSV files or a database). Data Preprocessing: Clean and preprocess the collected data, handling missing values and ensuring consistent formatting. Calculate necessary technical indicators, such as moving averages (e.g., 50-day, 200-day), Relative Strength Index (RSI), and trading volume. Technical Analysis: Implement functions to identify bullish signals based on technical indicators, such as: Moving Average Crossovers: Detect when a shorter-term moving average crosses above a longer-term moving average (e.g., golden cross). RSI Oversold: Identify stocks w...

    $181 (Avg Bid)
    $181 Snittbud
    19 bud

    ...TypeScript, JavaScript, HTML, and CSS to a Python-based system. The website currently allows users to input a URL for evaluation on its ACT and WCAG compliance. Once evaluated, it highlights any errors and provides recommendations for improvement. The source code is provided. Key Requirements: - Recreate user input URL evaluation - ACT and WCAG compliance checking - Error highlighting - Recommendation provision Design Changes: - Redesign of the website's layout - Improvements to the user interface Design Preferences: - Clean and minimalist design - Modern and trendy elements The source code is available for reference. Ideal candidates should have a solid understanding of web development, particularly in TypeScript, JavaScript, HTML, CSS, and Python. Experience wit...

    $366 (Avg Bid)
    $366 Snittbud
    30 bud
    Pine to Python Backtesting Script 6 dagar left
    VERIFIERAD

    ...convert this script into Python so that I can run backtests on my local machine. This Python script should produce the same results as the Pine script on TradingView, but handle different data resolutions (1hr to 1Day data). Key Requirements: - Convert a Pine Script into Python. - Ensure the output of the Python script matches the results produced by the Pine Script on TradingView. - The Python script should be able to handle different data resolutions from 1hr to 1Day. Ideal Skills and Experience: - Prior experience in backtesting trading strategies in Python - Proficiency in Pine Script and familiarity with TradingView - Strong understanding of different data resolutions and how they impact backtesting - Ability to replicate the functionalit...

    $108 (Avg Bid)
    $108 Snittbud
    19 bud

    ...implement the visual and interaction design. - Conduct thorough testing across different platforms to ensure functionality and responsiveness. - Maintain regular communication with the project team to ensure alignment and address any technical challenges. **Key Skills Required:** - Strong experience in game development with a portfolio of successful projects. - Proficiency in JavaScript, C#, Python, and frameworks like Unity or Phaser. - Demonstrable experience with both web and mobile game development. - Knowledge of API integration for real-time data processing. - Ability to work independently and manage time effectively. **Deliverables:** - A fully functional front-end application for web and mobile. - Documentation of the development process and code. - Regula...

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    55 bud

    I'm seeking an entry-level Python developer to help create a new application. Key Responsibilities: - Developing the backend of the application with Python - Ensuring the application is robust and scalable Ideal candidate: - Proficient in Python; prior experience with web development is a plus - Ability to work efficiently as part of a team - Open to learning and growing in the role - Familiarity with HTML and HTTP concepts.

    $177 (Avg Bid)
    $177 Snittbud
    40 bud

    I am working on a classification problem with logistic regression and L1 and L2 regularization. I have a code that kind of works but it needs to be cleaned up and checked that it employs the right methods.. more details will be shared over a chat

    $133 (Avg Bid)
    $133 Snittbud
    40 bud