Techtalks: Traveltech
Inquiry about Custom Software Development Services
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
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.
What is the difference between RPC and gRPC?
asked Sep 14, 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?
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
What APIs have the best documentation?
asked Dec 5, 2020
What operating system is preferred for IoT devices?
asked Nov 26, 2020
What are the most vital parts of data lake architecture?
asked Nov 26, 2020
What is the difference between a data warehouse and a data lake?
asked Nov 26, 2020
How do I develop a zoom clone app?
asked Oct 9, 2020
Business meeting apps, online meeting
Do you know any web application development team?
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
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.
Six sigma quality management and software development.
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?
asked Dec 22, 2022
What is the difference between the gRPC framework and the net/rpc package of the Golang programming language?
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?
What is the best free picture recognition software?
asked Feb 9, 2022
What is the best API documentation generator?
asked Jan 4, 2022
What is the difference between a Software Architect and a Solutions Architect?
asked Oct 18, 2021
What are the benefits of using flutter mobile app 2.0 version in 2021?
asked Jul 21, 2021
What are the benefits of using flutter mobile app 2.0 version in 2021?
What are the essential Features of an Employee Intranet Portal?
asked Jun 28, 2021
Hai all i want to know the essential Features of an Employee Intranet Portal?
What is the difference between API and SDK?
asked Jun 24, 2021