Phone:

Techtalks: Traveltech

image placeholder
Vivek Garg

asked  Apr 2, 2023

Dear Altexsoft Team,

 

I'm writing to ask about your services for developing custom software for my company. I found your website and was amazed by the knowledge and skill you have in developing specialized software for different sectors.


I'd like to know more about your bespoke software development pricing policies, project management strategy, and development process. In addition, I'd want to know what technologies and frameworks you're an expert in, as well as your experience creating solutions for companies like mine.

I'd appreciate it if you could give me a ballpark figure for the price and schedule for a moderately complicated custom software project.

I appreciate you taking the time to contact me, and I hope to hear from you soon.

 

Best regards,

[Vivek Garg]

 
 

Tensorflow Certification Exam

859views
0answers
0votes
image placeholder
Nikhil sharma

asked  Oct 7, 2022

Sorry if this is something it was just asked, but I searched for it without success. I am thinking about to apply for the tensorflow certification exam. My first question is if, during the exam, the custom activation functions are allowed.

For example: Imagine a question about a regression when the data is:

features = np.array([0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0], dtype=float)
targets = np.array([0.0, 1.0, 4.0, 9.0, 16.0, 25.0, 36.0], dtype=float

This is clearly a x^2 problem. Could I do something like this?

tf_lpow = lambda x: tf.math.pow(x, 2)
model = tf.keras.models.Sequential([
    tf.keras.layers.Dense(units=1, activation=tf_lpow, input_shape=(1,)),
])

Considering that maybe this could not be allowed, I was thinking about another solution:

lr_scheduler = ReduceLROnPlateau(monitor='loss', factor=0.75, patience=50, min_lr=3e-80)
callbacks = [lr_scheduler]
model = tf.keras.models.Sequential([
    tf.keras.layers.Dense(units=6, activation='sigmoid', kernel_regularizer=tf.keras.regularizers.l2(0.01), kernel_initializer=tf.keras.initializers.RandomNormal(stddev=0.01), input_shape=(1,)),
    tf.keras.layers.Dense(units=1, activation='linear')
])

But even in the case the loss is decreasing, the accuracy is stack in 0.2857, not reaching the goal. In this case, what could I do?

Thanks in advance.

image placeholder
anonymous

asked  Sep 14, 2021

image placeholder
luqman yasin

asked  Jan 2, 2021

Hi, i want to open the new channel management company. and i need the financial feasibility plan for this, please. how you many help in this regards?

thanking you

Awaiting reply

image placeholder
anonymous

asked  Dec 5, 2020

image placeholder
anonymous

asked  Nov 26, 2020

image placeholder
anonymous

asked  Nov 26, 2020

image placeholder
anonymous

asked  Nov 26, 2020

How do I develop a zoom clone app?

2.7 Kviews
0answers
0votes
image placeholder
anonymous

asked  Oct 9, 2020

Business meeting apps, online meeting

image placeholder
Joana Lauren

asked  May 28, 2020

Hello everyone. I want to make an app for my shop, so I`m interested in a qualified web application development team/service, which can help me.

WCAG2.0 AA Test lead

2.7 Kviews
0answers
0votes
image placeholder
anonymous

asked  May 16, 2020

Recently I've been put in charge of testing and implementing WCAG 2.0 AA compliance into our websites (PHP CMS based). However, my experience with this is pretty limited. My questions are:

Is Mac VoiceOver sufficient enough to test?

Should I test with JAWS on Windows instead?

Any tools besides the VO's I should be using while developing and QAing our products?

I use the Wave tool as of now to check code, but not sure if there anything else that could help this process speed up.

Thank you for your suggestions and help. This is a big step for us and we are hoping to create a standard where accessibility and compliance is 2nd nature to us and our devs.

 

Encodingcompiler

image placeholder
Atonal Wilson

asked  May 12, 2023

Hello,

Is it possible to use Six Sigma Quality Management with Software Development Processes?

What's your experience with that?

If you're using an Agile method like Scrum or XP, isn't Six Sigma too bureaucratic?

I'm talking about quality management in software development as a whole, from requirements gathering until deployment and operations, and not only the construction phase (in which tools like TDD and unit testing are more or less already established as best practices). All these topic of quality management and software development is discussed in the six sigma green belt certification. 

Thanks

Atonal

How Do Dev and Ops Work?

642views
1answer
1vote
image placeholder
anonymous

asked  Dec 22, 2022

image placeholder
lance ziemann

asked  Jun 12, 2022

Both gRPC and the net/rpc package are under the Google umbrella. gRPC is a "generic RPC framework" that uses ProtoBuffer to serialize and deserialize data, whilst the net/rpc package appears to be able to perform "roughly" the same thing with encoding/gob.

The question now is, what differentiates them from one another? Which of these options comes with more benefits and fewer drawbacks?

image placeholder
anonymous

asked  Feb 9, 2022

image placeholder
anonymous

asked  Jan 4, 2022

image placeholder
anonymous

asked  Jul 21, 2021

What are the benefits of using flutter mobile app 2.0 version in 2021?

image placeholder
anonymous

asked  Jun 28, 2021

Hai all i want to know the essential Features of an Employee Intranet Portal?

image placeholder
anonymous

asked  Jun 24, 2021