Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    235 epsilon iş bulundu, ücretlendirmeleri EUR

    I'm looking for a talented web designer who can create a professional, easy-to-navigate website. It's intended as an informational hub for a professional audience. Key Requirements: - The main purpose of the website is to provide information, please make sure the design is clean and easy to navigate. - It's crucial that the site is designed with professionals in mind. The ...needed, please do let me know your thoughts on this and provide a separate cost estimate if you recommend it. Ideal skills and experience: - Proven experience in designing informational websites. - Understanding of user experience and ability to design with a professional audience in mind. - Strong communication skills to advise on potential mobile optimization. I am a Certified Partner of EPSILON...

    €195 (Avg Bid)
    €195 Ortalama Teklif
    222 teklifler

    I'm looking for an intermediate level Epsilon functional consultant to help me with setting up the payroll parameters for a new company within our group. The main priorities for this project include: - Calculating salaries accurately - Efficiently handling deductions - Ensuring the smooth integration of the payroll system with other operational systems Ideal candidates for this role should have: - Intermediate level experience with Epsilon - Proficient in payroll parameterization - Prior experience in integrating payroll systems with other operational systems - Strong communication skills, especially for phone conversations - Ability to understand, communicate and act on the needs of a new business within a larger group. I prefer to communicate through phone calls t...

    €24 / hr (Avg Bid)
    €24 / hr Ortalama Teklif
    31 teklifler
    €93 Ortalama Teklif
    1 teklifler

    ...separate code versions of the implementation of the Laguerre method for finding polynomial roots: 1. Python Version: - Accepts input coefficients for the polynomial - Calculates roots using the Laguerre method - Handles given epsilon value - Outputs a list of roots - Plots the polynomial and its roots Please, do not utilize the numpy or any other library for these functionalities, I need pure Python code. 2. Scheme Version: - Accepts input coefficients for the polynomial - Calculates roots using the Laguerre method - Handles given epsilon value - Outputs a list of roots Again, I would like this version to be implemented without the use of any external libraries. Ideal candidates for this project should be well-versed in both Python and S...

    €83 (Avg Bid)
    €83 Ortalama Teklif
    18 teklifler

    ...matrix of size 1000*1000 plus epsilon error and get the exponential matrix. It is required to compare epsilon to the Lagrange form of the remainder. If the remainder is smaller, we will return the exponential matrix to the user. It is forbidden to use library functions like numpy or scipy I need to calculate an exponential matrix of M How do I calculate e^M using a Taylor column for the function e^X when the formula is as you know it is sigma from i to a certain n (which I need to find) of M^i/i! Now how do I know which term I need to calculate the matrix in order to reach the precision of an exponential matrix? Thanks to the Lagrange form of the remainder, I will check what the remainder is that comes out if I calculated only one term. If it is greater than epsilon...

    €136 (Avg Bid)
    €136 Ortalama Teklif
    31 teklifler

    I am looking for a professional to Create an API to connect my Wordpress/Woocommerce with Epsilon Smart Invoice Software. I need the connection to be able to have a two-way connection including Uploading, Editing, Removing Products, Getting and Sending orders. Documentation of Epsilon Smart is available here in Greek:

    €501 (Avg Bid)
    €501 Ortalama Teklif
    114 teklifler

    Hi Epsilon Z., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €232 (Avg Bid)
    €232 Ortalama Teklif
    1 teklifler

    Hi Epsilon Z., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €232 (Avg Bid)
    €232 Ortalama Teklif
    1 teklifler
    Epsilon Living Bitti left

    Opening project. Will upload files for quotes.

    €9 (Avg Bid)
    €9 Ortalama Teklif
    1 teklifler

    ...and b. Then use the bisection method or the bisection method with regula falsi to find a real root x. After finding x*, do a long division of Pn(x) by (x-x*) and recursively call the algorithm on Qn-1(x). Step 3: If the degree of the polynomial Pn(x) is even, use Newton's complex method to find a root x* which may be complex x*=a*+bi. If x turns out to be real (b in absolute value is less than epsilon), do a long division of Pn(x) by (x-a*) and recursively call the algorithm on Qn-1(x). If x* turns out to be complex, do a long division of Pn(x) by (x2-2ax2+(a)2+(b*)2) and recursively call the algorithm on Qn-2(x). While discovering each root, it must be accumulated in a data structure and if it is complex, its conjugate must also be added. In the second phase of the proje...

    €117 (Avg Bid)
    €117 Ortalama Teklif
    14 teklifler
    Trophy icon An new company logo Bitti left

    I want a logo for a company called "Eudaimonia Chem" I like the Idea of an apple made up of the E from eudaimonia and the C from chem. I would like to break the words up by using pastel colours going through the shades of the rainbow in syllables to help people know how to pronounce...syllables to help people know how to pronounce it. When I have a nice design with this and a font that fits nicely with the stylised E and C from the "apple" with using the e from the apple in the first word and the C from the apple in the last word. I would then like to do a further assignment creating just a badge for the apple and then adding the greek Letters(symbols) for alpha, beta, omega, epsilon. into the centre of the badge but larger, so a coordinated set. I am really bad ...

    €102 (Avg Bid)
    Özellikli Garantili Önde Gelen Yarışma
    €102
    846 girdi

    ...the bisection method with "regula falsi". After finding x*, perform long division of Pn(x) by (x-x*) (i.e., get Qn-1(x) = Pn (x)/(x-x*)) and recursively call the algorithm on Qn-1(x). c. Otherwise, i.e., if the degree n of the polynomial Pn(x) is odd, use the complex Newton-Raphson method to find a root x* that may be complex, x* = a* + bi. If x is real (b in its absolute value is smaller than epsilon), perform long division of Pn(x) by (x-a*) (i.e., get Qn-1(x) = Pn (x)/(x-a*)) and recursively call the algorithm on Qn-1(x). If x* is complex, perform long division of Pn(x) by (x2-2a*x2+(a*)2+(b*)2) (Qn-2(x) = Pn(x)/ (x2-2a*x2+(a*)2+(b*)2)), and recursively call the algorithm on the resulting polynomial Qn-2(x). While discovering each root, it should be stored in a data...

    €156 (Avg Bid)
    €156 Ortalama Teklif
    13 teklifler

    ...convert a Context Free Grammar into the Chomsky Normal Form. The program should be written in Java, and it should be relatively straightforward to create. This program should be able to generate the code for this conversion, ensuring that the grammar is in the Chomsky Normal Form. The program should get the input from the user on run-time using scanner. It should create a new start symbol, remove epsilon rules, unit productions and lengthy non-terminals (Basically should change the context free grammar according to the Chomsky Normal Form rules). This needs to be completed in another 5 hours. I am looking for someone who is an experienced programmer and is familiar with Java. If you are able to help me with this project, I would be deeply grateful. Thank you for your time and co...

    €24 (Avg Bid)
    €24 Ortalama Teklif
    10 teklifler

    ...and b. Then use the bisection method or the bisection method with regula falsi to find a real root x. After finding x*, do a long division of Pn(x) by (x-x*) and recursively call the algorithm on Qn-1(x). Step 3: If the degree of the polynomial Pn(x) is odd, use Newton's complex method to find a root x* which may be complex x*=a*+bi. If x turns out to be real (b in absolute value is less than epsilon), do a long division of Pn(x) by (x-a*) and recursively call the algorithm on Qn-1(x). If x* turns out to be complex, do a long division of Pn(x) by (x2-2ax2+(a)2+(b*)2) and recursively call the algorithm on Qn-2(x). While discovering each root, it must be accumulated in a data structure and if it is complex, its conjugate must also be added. In the second phase of the projec...

    €131 (Avg Bid)
    €131 Ortalama Teklif
    13 teklifler

    CCGT INTEGRATED with carbon capturing system use epsilon Professional to analysis for CCGT

    €939 (Avg Bid)
    €939 Ortalama Teklif
    15 teklifler

    ...weights. Also it should use a reply/experience memory. Train the agent/model using various epsilon values. Try different model/training hyperparameters and tune them, as usually done in Deep Learning. A. DQN Agents The agent must be a Convolutional Neural Network (CNN). It receives an observation, which represents a color image of 210 x 160 x 3 pixels in a numpy array, and produces an output of length env.action_space.n (which is 4 for the Breakout's reduced action space) that indicates the probability distribution of the actions. All other details of the model are up to you. You first run the model for a sufficient number of times to populate the reply memory. Then you train the model, using the epsilon too, and tune the model and training hyperparameters such as lea...

    €12 (Avg Bid)
    €12 Ortalama Teklif
    14 teklifler

    This project requires integrating several existing programs in order to create a program that fundamentally finds an optimal solution to the optimization problem, calculates the Hessian matrix of the second order conditions, and checks whether the Hessian is positive definite, negative definite, indefinite, non-positive definite, or undefined....+ λH(x). The required minimum is found by finding the root of the system of equations obtained by finding the minimum of the sum of the squares of the equations. There is a difficult problem of obtaining high accuracy in these algorithms. It seems that the smallest value of some of the epsilons is 0.003. If the algorithm does not converge to this accuracy, it is possible to reduce the value of epsilon, but the accuracy of the algorith...

    €128 (Avg Bid)
    €128 Ortalama Teklif
    14 teklifler

    I need a design for the front and back of a shirt/ hoodie for Sigma Phi Epsilon fraternity. You can look up the flag, etc to get some ideas. Definitely something simple, sleek, and clean for the front with the Greek letters in the top right section of the shirt/hoodie. For the back, would love to focus on something cool and creative, maybe having to do with the sig ep national flag / logo etc. these designs are manly going to go on black, grey, and white shirts/hoodies, so keep that in mind while mocking up these designs. It’s not the hardest project, but I am thinking about expanding to other Greek life, such as sororities like Tri Delta and Kappa Delta.

    €75 (Avg Bid)
    €75 Ortalama Teklif
    52 teklifler

    This project requires integrating several existing programs in order to create a program that fundamentally finds an optimal solution to the optimization problem, calculates the Hessian matrix of the second order conditions, and checks whether the Hessian is positive definite, negative definite, indefinite, non-positive definite, or undefined....+ λH(x). The required minimum is found by finding the root of the system of equations obtained by finding the minimum of the sum of the squares of the equations. There is a difficult problem of obtaining high accuracy in these algorithms. It seems that the smallest value of some of the epsilons is 0.003. If the algorithm does not converge to this accuracy, it is possible to reduce the value of epsilon, but the accuracy of the algorith...

    €12 (Avg Bid)
    €12 Ortalama Teklif
    13 teklifler

    This project requires integrating several existing programs in order to create a program that fundamentally finds an optimal solution to the optimization problem, calculates the Hessian matrix of the second order conditions, and checks whether the Hessian is positive definite, negative definite, indefinite, non-positive definite, or undefined....+ λH(x). The required minimum is found by finding the root of the system of equations obtained by finding the minimum of the sum of the squares of the equations. There is a difficult problem of obtaining high accuracy in these algorithms. It seems that the smallest value of some of the epsilons is 0.003. If the algorithm does not converge to this accuracy, it is possible to reduce the value of epsilon, but the accuracy of the algorith...

    €161 (Avg Bid)
    €161 Ortalama Teklif
    12 teklifler

    We require a logo and letter head and a visiting card. Sharing some files for better reference.

    €29 (Avg Bid)
    €29 Ortalama Teklif
    20 teklifler

    I have a simple function that takes a float parameter x in the range [-1.0, 2.0] and maps it to range [0.0, 1.0] such that values below 0.0 are mapped to 1.0 and values above 1.0 are mapped to 0.0: float wrap_ternary(float x) { // result is between [0.0, 1.0] return x < 0...wrapping of this algorithm is inclusive i.e. 1.0/2.0 are mapped to 0.0 whereas the ternary version would map these values to 1.0 as seen by the results table attached to this post. (generated by stepping through the x-range [-1, 2] in increments of 0.5): How would I modify my algorithm so that it produces the same results as the ternary version without using conditional logic? I've tried to subtract EPSILON from my modulo but that didn't really work... I just can't wrap my head around this...

    €16 (Avg Bid)
    €16 Ortalama Teklif
    9 teklifler

    Hi, Firm’s name is Epsilon and it’s a group of companies doing different businesses. Iam attaching the company address. I am expecting a unique Logo which conveys the message that it is a group of companies.

    €30 (Avg Bid)
    €30 Ortalama Teklif
    27 teklifler

    ...near user1 hf = sqrt(df^-eta)*(randn(1,N) + 1i*randn(1,N))/sqrt(2); hn = sqrt(dn^-eta)*(randn(1,N) + 1i*randn(1,N))/sqrt(2); gf = (abs(hf)).^2; %channel gain of far user1 gn = (abs(hn)).^2; %channel gain of near user2 R1 = 1; %Target rate bps/Hz epsilon = (2^(R1))-1; %Target SINR %Transmit power Pt = 0:30; pt = (10^-3)*db2pow(Pt); %Noise power No = -114; no = (10^-3)*db2pow(No); for u = 1:length(pt) a1 = epsilon*(no + pt(u)*gf)./(pt(u)*gf*(1+epsilon)); a1(a1>1) = 0; a2 = 1 - a1; %Sum rate of fair PA C1 = log2(1 + pt(u)*a1.*gf./(pt(u)*a2.*gf + no)); C2 = log2(1 + pt(u)*a2.*gn/no); C_sum(u) = mean(C1+C2); %cummulative sum rate end plot(Pt,C_sum,'linewidth',1.5); le...

    €136 (Avg Bid)
    €136 Ortalama Teklif
    9 teklifler

    We have are doing PDF to XML conversion projects, it all tool based process. Ms word, epsilon, XML validator Immediate joiners full time coimbatore persons

    €262 (Avg Bid)
    €262 Ortalama Teklif
    14 teklifler

    For a given set of data, I want to find the optimal set of solutions/non-dominated set of solutions and plot it in a graph indicating pareto font. This can be achieved by any alogorithm namely NSGA2, epsilon dominance etc. You have to code in either python or c in order to find the optimal solutions. I have attached a data below for which you need to find a pareto font

    €169 (Avg Bid)
    €169 Ortalama Teklif
    12 teklifler

    En la universidad me han pedido que convierta un código en C a lenguaje fortran. Tengo un poco avanzado, el codigo no es extenso, aqui lo comparto (este esta en C): #include <stdlib.h> #include <stdio.h> #include <math.h> #define EPS 0.001 #define NMAX 20 #define H 0.001 #define SIGMA 20 #define EPSILON 0.001 #define GAS 20 #define RMENOS 0.001 #define RMAS 20 #define NAME 0.001 float sum_par (int n, float mu){//Calcula las sumas parciales int i,j,k; float aux,sum=0; for(i=-n;i<=n;i++) for(j=-n;j<=n;j++) for(k=-n;k<=n;k++){ aux=(float)i*i+j*j+k*k+i*j+i*k+j*k; if(aux) sum+=pow((float)aux,-0.5*mu); } return sum; } float suma(float mu){ int n=1; float sum,aux...

    €19 (Avg Bid)
    Acil
    €19 Ortalama Teklif
    1 teklifler

    The project is a lab report written on shell and tube heat exchanger with multiple data collected and gathered on an excel file. The report requires to calculate UA( heat transfer coefficient) to be calculated using log mean temperature and NTU-epsilon method using excel and compare the results. I have attached three excel sheets with different temperatures. I just need the result and discussion part of the report and the excel file with calculations.

    €83 (Avg Bid)
    Acil
    €83 Ortalama Teklif
    11 teklifler
    Logo design Bitti left

    We are a contracting and maintenance company looking for a logo designer Our name in (Epsilon) and we want to include (Contracting and Maintenance) at the logo .

    €25 (Avg Bid)
    €25 Ortalama Teklif
    96 teklifler
    Local design Bitti left

    We are a contracting and maintenance company looking for a logo designer Our name in (Epsilon) and we want to include (Contracting and Maintenance) at the logo .

    €25 (Avg Bid)
    €25 Ortalama Teklif
    78 teklifler

    comparing SARSA and Q-learning in the cliff-walking task. Investigate the effect of choosing different values for the exploration parameter epsilon for both methods

    €13 / hr (Avg Bid)
    €13 / hr Ortalama Teklif
    6 teklifler
    Trophy icon AKA Letter head Bitti left

    I would like to have letter head for my sorority created. Background is pink #ff92EC with the ivy leaf green #63ff5a top banner 2 inches wide. Epsilon Delta Omega written in the ivy leaf like the picture shown with 20 white pearls around the outside in a circle. Also want the words Alpha Kappa Alpha Sorority, Inc. Beckley, WV (top) Chartered April 3, 1949 (bottom). I have enclosed a sample of what the ivy leaf looks like. I would like to be able to use the image as a banner in a PDF & Word documents.

    €14 (Avg Bid)
    Garantili
    €14
    69 girdi

    The purpose of the project is to create an like Instagram app. Mostly, you need to build a management site, API server, iPhone app, Android app. 1. Management site It has already been built. 2. A...server, iPhone app, Android app. 1. Management site It has already been built. 2. API server Already built on the admin site. The following modifications are required. - service charge [Followers] = [Percentage] 0-49 = 40% 50-99 = 35% 100-149 = 30% 150-199 = 25% 200-249 = 20% 250 ~ = 15% -Payment gateway Paypal and Stripe are working fine, but you may need to use GMO Epsilon. 3. iPhone app The app is already built in Swift and needs to be fixed. -UI changes (see attached ) -Gift function 4. Android app You need to build an app.

    €529 (Avg Bid)
    €529 Ortalama Teklif
    39 teklifler

    The purpose of the project is to create an like Instagram app. Mostly, you need to build a management site, API server, iPhone app, Android app. 1. Management site It has already been built. 2. A...server, iPhone app, Android app. 1. Management site It has already been built. 2. API server Already built on the admin site. The following modifications are required. - service charge [Followers] = [Percentage] 0-49 = 40% 50-99 = 35% 100-149 = 30% 150-199 = 25% 200-249 = 20% 250 ~ = 15% -Payment gateway Paypal and Stripe are working fine, but you may need to use GMO Epsilon. 3. iPhone app The app is already built in Swift and needs to be fixed. -UI changes (see attached ) -Gift function 4. Android app You need to build an app.

    €868 (Avg Bid)
    €868 Ortalama Teklif
    30 teklifler

    You are tasked to optimize a machine Learning Algorithm. Its DBScan or Kmeans. Where we initialize K cluster initially or Epsilon value. You need to make an Algorithm which can auto detect the K value or Epsilon in any of the clustering.

    €14 (Avg Bid)
    €14 Ortalama Teklif
    6 teklifler

    You need to code a Ml model with an improved optimisation way. DBscan is the algorithm. You need to find out the optimal Epsilon without pre declaration. More details will be shared inbox. code should be in python

    €9 (Avg Bid)
    €9 Ortalama Teklif
    3 teklifler

    Build optimal algorithm for DBscan along with a sample data. Epsilon value should be taken automatically without pre determining it. contact for more details. Work needs to be done in Python only

    €20 (Avg Bid)
    €20 Ortalama Teklif
    3 teklifler

    I want to build a website for my company (Epsilon web consulting)

    €150 (Avg Bid)
    €150 Ortalama Teklif
    64 teklifler

    I need flow analysis over NACA 2412 in Ansys at different solution models at high Reynolds number [i.e. Turbulence flow (>1e-7)]. at AoA of 0,2,6,8,10,12 It should show output of different solution models :- k-omega SST, k-epsilon and Sparta-Alamar The solution should be correct as it will be used for validation purpose. The vorticity countor for turbulence will be shown and we will be needing whole file of Ansys project work.

    €37 (Avg Bid)
    €37 Ortalama Teklif
    8 teklifler

    find Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €28 / hr (Avg Bid)
    €28 / hr Ortalama Teklif
    1 teklifler

    find Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €23 / hr (Avg Bid)
    €23 / hr Ortalama Teklif
    2 teklifler

    find Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €11 / hr (Avg Bid)
    €11 / hr Ortalama Teklif
    2 teklifler

    find Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €6 / hr (Avg Bid)
    €6 / hr Ortalama Teklif
    2 teklifler

    find Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €379 (Avg Bid)
    €379 Ortalama Teklif
    4 teklifler

    Convert Epsilon NFA to NFA then to DFA then to regular expression in colab(URGENT,Preferably Indian )

    €17 - €142
    €17 - €142
    0 teklifler

    Hello there, This is Ravindra from Epsilon are manufacturer and exporter of porcelain and ceramic tile. We are plan to redesign our brand logo and find tagline for our company. we have to design our logo "Epsilon". and also find tagline. We are looking simple for simple logo , we don't need too much complicated work. If work is good then we forward more work of our company like visiting card, letter head, envelope, product catalog etc. For more details you can contact me on info(a)epsilontile.com. here i give sample image.

    €47 (Avg Bid)
    €47 Ortalama Teklif
    26 teklifler

    Χρειαζόμαστε να γίνει αυτοματοποίηση επαναλαμβανόμενων εργασιών, μέσα από την εφαρμογή της softomotive - winautomation. Είμαστε λογιστικό γραφείο και δουλεύουμε με τα προγράμμ&alpha...

    €1077 (Avg Bid)
    €1077 Ortalama Teklif
    2 teklifler

    I need cover art for my upcoming EP Borderlands. I am an electronic music producer for my project Epsilon XIould be great. Thank you.

    €31 (Avg Bid)
    €31 Ortalama Teklif
    31 teklifler

    Hello, I'm looking for some designs to be done for a banner ad campaign. Please check out the attached creative to get an idea of what we're looking for. I need the following sizes: 300×250 336×280 728×90 300×600 320×100 Tagline: "Rush DKE!" or "Rush Delta Kappa Epsilon!" Copy: "Recolonizing at Miami" and "Open for Rush Week"

    €63 (Avg Bid)
    €63 Ortalama Teklif
    60 teklifler