Find Jobs
Hire Freelancers

Python/R Programmer With Data Science/Data Engineering Experience

$30-250 USD

ปิดแล้ว
โพสต์ มากกว่า 5 ปีที่ผ่านมา

$30-250 USD

ชำระเงินเมื่อส่งงาน
I am looking for python or R programmer (medium/expert level), please answer below questions for short listing you 1) What is the process of creating a new package (or library) in python or R and How to access the package in a different python file ? What python packages do you usually use (example: scikit-learn, etc) 2) What is your hourly rate ? 3) Are you available to discuss on the phone (English) if needed ? and where are you located ? 4) What is your expertise level in R or Python programming? Your bid will not be considered if you don't answer above questions
รหัสโปรเจกต์: 18605414

เกี่ยวกับโปรเจกต์

24 ข้อเสนอ
โปรเจกต์ระยะไกล
ใช้งานอยู่ 5 ปีที่ผ่านมา

กำลังมองหาการสร้างรายได้ใช่ไหม?

ประโยชน์ของการประมูลกับ Freelancer

กำหนดงบประมาณและกรอบเวลาของคุณ
รับเงินจากการงานของคุณ
อธิบายข้อเสนอของคุณในภาพรวม
ลงทะเบียนและเสนอราคาฟรี
24 ฟรีแลนซ์กำลังเสนอราคาโดยเฉลี่ย $153 USD สำหรับงานนี้
รูปอวาตาร์ของผู้ใช้
I have a good hands on working with Advanced R and Python and BI tools and technologies, AI, Big Data. I have quite a good knowledge of DL/ML Algorithm , have also developed Dashboards and Web Applications using flask/django. My area of expertise is building financial models (Stock Markets) , Image Processing and building models for food, healthcare and telecom sector, Classification/Prediction/Clustering, NLP and Chatbots. Specifically, I have worked for long on machine learning and Deep learning including computer Vision and natural language processing and model building for the same. I understand the project requirement and will deliver the desired product within the time specified. I would like to hear from you. Thanks Shivam
$250 USD ใน 3 วัน
4.8 (148 รีวิว)
7.7
7.7
รูปอวาตาร์ของผู้ใช้
1. I will create .py file and put it some where and call it in my application like I call other libraries using import. 2. 44$ per hour 3. Yes i will be available, and i am from Pakistan 4.9/10 l have 6 years of experience in machine learning and done many projects related to that, you can see my portfolio too. Please ping me for the further discussion of your project. Thanks. Regards Sameer.
$244 USD ใน 3 วัน
5.0 (34 รีวิว)
7.1
7.1
รูปอวาตาร์ของผู้ใช้
Dear sir. Your project attracted my attention at first glance, because I've extensive experience in Python & Data Science Programming. I'm really confident about your project, and very eager to join your project. If we have a chance to cooperate, I'll do my best to provide wonderful result. Looking forward to your response. Best Regards.
$150 USD ใน 3 วัน
4.8 (70 รีวิว)
6.6
6.6
รูปอวาตาร์ของผู้ใช้
Hello, Greetings of the day.!! Successfully delivered more than 50 AI/ML projects(R and Python) in last 5 Months with best rating and reviews. Your project attracted my attention at first glance, because I've really rich experience in Machine Learning with R (R studio) and Python Programming. I have worked on several similar projects before! I'm really confident about your project, and very eager to join your project.   If we get a chance to cooperate, I'll do my best to provide wonderful result. Some of the Projects I have worked upon - 1) Twitter Troll Classification using _Python_ 2) Story point prediction analyzing research pdf papers _ Regression model NLP 3) Face recognition using OpenCV / Python 4) Neural Network for stock price prediction using Python 5) Employee Churn prediction Model using _Python_(2 Projects) 6) R programming real time assignment _R_ 7) Twitter Sentiment Analysis using Python _R_ 8) Youtube video Nostalgic Analysis _Python_Tensorflow 9) Python Online Hackathon _Python_ 10) MSC thesis Project on Heart disease prediction using Sklearn and Keras _Python_ 11) Build a XGBoost model to increase the accuracy of a ML model _Python_ 12) Credit card fraud Detection _Python_ 13) Predict the categories to review using R and Python 14) Electricity Load forecasting using Deep Learning models using _Python(Keras)_Tensorflow You can check my all projects and detailed portfolio on my profile || Link -  https://www.freelancer.com/u/invincible1428 Ping me for more details. Lets Discuss....! Thanks, Abhyudaya D
$100 USD ใน 1 วัน
4.7 (117 รีวิว)
6.5
6.5
รูปอวาตาร์ของผู้ใช้
Hi I am data engineer with 4+ years of industry experience. I have been working on design and implementations of analytics solutions using both clouds and onpremises. Kindly look into my profile for more details. Following are answers to your questions: 1. We can create package, like simple folder with __init__ .py file inpython, later on can import module from the package with import statement. Have been using numpy, scikit-learn, nltk etc 2. USD 25 3. Yes from Pakistan 4. Python full expertise Looking forward to hearing from you
$30 USD ใน 3 วัน
4.9 (22 รีวิว)
5.3
5.3
รูปอวาตาร์ของผู้ใช้
A Data Scientist with experience in Python, R programming, R Shiny, R studio and anything related to data science and python Master in Engineering, Electrical and Electronic Engineer, who is dynamic, reliable, resourceful, committed and organized with enthusiastic approach to succeed with a pleasant attitude. Possessing excellent analytical skill and good research background. I have successfully completed IELTS with an overall band of 7 and have a good proficiency in English 10 Years Experience in Data Science Data Visualization Power BI Tableau Business development Anything on R programming COMPLETED PROJECTS • FM radio. • VHDL Design of an Up/Down Counter. • Design of Up/Down Counter using PIC. • Duck Shooter Program using C. • Pointer movement controller on 2-dimentional axis using C. • LCD display Manipulation projects including: o Text Display o Volt-Meter • Analog to Digital Conversion (8-bit). • Sound to Light Color Organ Design and Development. • Minesweeper Player Creation using PIC. • Simulation of an End to End Communication System with MATLAB. • (BENG Individual Project) (MENG Part A). • (MENG Individual Project) (MENG Part B). • (MENG Group Project).
$30 USD ใน 3 วัน
4.9 (18 รีวิว)
4.7
4.7
รูปอวาตาร์ของผู้ใช้
1. For creating a new package, we have to simply define its methods in a python file (*.py), add this file into the packages folder (e.g. C:\Python27\Lib\site-packages), and import that package to the main program using the "import" keyword. I usually use numpy, panda, xlrd, xlwt, etc. packages in my programs. 2. My hourly rate is 10 USD / hr 3. Yes, I am. I am in Canada Waterloo as a grad student. 4. I am at the professional level in Python Dear employer, Hi I have done my M.Sc. thesis using Python and MS Excel. It was about developing a numerical model for simulating fluids flow through porous media. I developed the main code in Python and developed my analyzer tools in Excel VBA. I learned lots of tricks in programming with these two great languages. I also had 2 big contracts. One of them was a contract with an educational institute and was about developing an Excel program for managing their workshops participants. I developed this program with Exel VBA. The other contract was about developing a numerical model for the search and rescue operation in the sea which I developed with C++. I have about 5 years of work experience in computer programming using different languages. My rating is a little low because one of my employers was a dealer and he did not want me to improve my business on this website. But I have some rules for my working life: Be ON TIME, RESPONSIBLE, and RESPECTFUL. You can read the reviews of other employers on my profile. Regards, Ami
$100 USD ใน 3 วัน
4.8 (25 รีวิว)
4.6
4.6
รูปอวาตาร์ของผู้ใช้
Hello? I am a Data scientist with over 5 years experience in using R for data mining, processing, analysis and machine learning projects. Accessing R packages involves use of "install_packages()" and library() functions. I use several libraries like carret, e1017, randomForest, nltk and rSpark. I am available on phone or whatsapp and am located in Kenya. I look forward to chatting more with you over the project details.
$45 USD ใน 3 วัน
2.8 (14 รีวิว)
3.9
3.9
รูปอวาตาร์ของผู้ใช้
Hi there, Sure, i'll provide you all the amswers but please come on chat. I've gone through the post description carefully and ready to start work on this project. Requirements are very clear but please come over the chat so that I can get more requirements if remaining. Please visit my portfolio here- https://www.freelancer.com/u/seemasit My Expert Skills are here: Data Science, Machine Learning, Python, R Programming Language Thanks Seema-P
$155 USD ใน 3 วัน
5.0 (2 รีวิว)
2.0
2.0
รูปอวาตาร์ของผู้ใช้
Hi! I have read all the provided instructions, and I am the right person to work on this task, and I wanted to reach out and see whether the opportunity is still available. As you can see from the previous clients I deliver exceptional quality work, I’m incredibly passionate about your project, and my style compliments your requirements: Click on that__CHAT__button below so that I can ask a few questions concerning your project. If the job’s no longer available, I’d appreciate you throwing my hat into the ring for any similar opportunities in the future. Thank you for your time, I look forward to hearing from you soon, Best Wishes, Damaris Sarange
$150 USD ใน 3 วัน
0.0 (1 รีวิว)
2.9
2.9
รูปอวาตาร์ของผู้ใช้
Hi, I have hands-on experience On python and R programming my Major is machine learning and Data Mining. I know the process of creating a package. I have created one package in R i will send you github repo link if you are interested. My expertise level In R is to Expert level and i have an intermediate level of working in python. I am located in Sweden . yes i can talk in English .
$250 USD ใน 3 วัน
0.0 (0 รีวิว)
1.5
1.5
รูปอวาตาร์ของผู้ใช้
1) What is the process of creating a new package (or library) in python or R and How to access the package in a different python file ? What python packages do you usually use (example: scikit-learn, etc) A: By means of a standard modular programming scheme. 2) What is your hourly rate ? A: 15 $ 3) Are you available to discuss on the phone (English) if needed ? and where are you located ? A:No, my spoken English is not good. Santiago (Chile). 4) What is your expertise level in R or Python programming? A: I am a geophysical engineer graduated from the most prestigious university in my country (UNiversidad Simón Bolívar, Venezuela), with two years of experience in code development in Python and in the use of supervised automatic learning methodologies (SVM, Decision Tree Classifier, Neural Network, ANFIS, KNN, etc) and unsupervised (Dimensionality reduction and clustering) in facies recognition. I manage fluently the numpy, pandas, scipy, matplotlib, pyqt and scikit-learn libraries.
$155 USD ใน 10 วัน
0.0 (0 รีวิว)
0.0
0.0

เกี่ยวกับลูกค้า

ปักธงของ UNITED STATES
New York, United States
4.8
16
ยืนยันวิธีการชำระเงินแล้ว
เป็นสมาชิกตั้งแต่ ธ.ค. 8, 2007

การยืนยันลูกค้า

ขอบคุณ! เราได้ส่งลิงก์สำหรับเครดิตฟรีให้คุณทางอีเมลแล้ว
เกิดข้อผิดพลาดขณะส่งอีเมลของคุณ กรุณาลองอีกครั้ง
โลโก้ Freelancer Thailand / ภาษาไทย ช่วยเหลือและสนับสนุน FreelancerประเภทโปรเจคการประกวดFreelancerองค์กรแพ็กเกจสมาชิกโครงการ Freelancer ชั้นแนวหน้าการจัดการโปรเจคงานในพื้นที่Photo Anywhereหน้าจัดแสดงผลงานAPI สำหรับนักพัฒนาได้รับการยืนยันDesktop App เกี่ยวกับเกี่ยวกับเราวิธีใช้งานความปลอดภัยนักลงทุนแผนผังเว็บไซต์เรื่องราวข่าวออกสื่อทีมรางวัลข่าวประชาสัมพันธ์ร่วมงานกับเรา ข้อกำหนดนโยบายความเป็นส่วนตัวข้อกำหนดและเงื่อนไขนโยบายลิขสิทธิ์ข้อพึงปฏิบัติค่าธรรมเนียมและค่าบริการหุ้นส่วนEscrow.comLoadshiftWarrior Forum แอปโลโก้ Apple App Store โลโก้ Google Play
ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้ โปรดลองอีกครั้งหลังปรับเปลี่ยนการอนุญาต
คัดลอกไปยังคลิปบอร์ดแล้ว
ผู้ใช้ที่ลงทะเบียน งานที่มีการโพสต์ทั้งหมด
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
กำลังโหลดตัวอย่าง
ได้รับอนุญาตสำหรับตำแหน่งทางภูมิศาสตร์
เซสชั่นการเข้าสู่ระบบของคุณหมดอายุและคุณได้ออกจากระบบแล้ว กรุณาเข้าสู่ระบบอีกครั้ง