Jason J Ashjasonjash.hashnode.net·Nov 9, 2022What is stochastic RSI vs. RSI?What is the Relative Strength Index (RSI)? The RSI is a technical indicator used to evaluate price velocity in technical analysis. Its values are determined by dividing the total number of positive changes over a given time period by the total number...Discuss·10 likesindicator
SIVARAMAN Asivayuvi79.hashnode.net·Sep 27, 2022DSA -Analysiswe have some steps to construct an algorithms, In those steps analysis is the last one. But before start the Problem solving we need to study the analysis part very well then only we can see our algorithms works well or not. To find optimized code we...Discuss·1 likeDSA using PythonTime Complexity
Averrous Saloomaverrous.hashnode.net·May 30, 2022validating ticketValidating a ticket is a hard task. Especially with a hyped event. The event official needs to validate if the ticket is the right ticket, and in some event, need to validate if the ticket is in the right ownership. For the first problem, we can tack...DiscussScratching Thingsanalysis
Harsh Duchecodexperiences.hashnode.net·Apr 14, 2023Asymptotic AnalysisThe Mathematical Definition: Asymptotic behavior is a mathematical concept that describes how a function behaves as the input (or independent variable) approaches infinity It sounds too nerdy because it is. What does asymptotic analysis of an algorit...DiscussAlgorithmsalgorithms
Mohamadreza Bagheri KabouraghforARTMIS A.I artmis.hashnode.net·Apr 3, 2023Market Data Analyzing ModelLSTM seq2seq VAE import sys import warnings if not sys.warnoptions: warnings.simplefilter('ignore') In [2]: import tensorflow as tf import numpy as np import matplotlib.pyplot as plt import seaborn as sns import pandas as pd from sklearn.prepro...Discussstockmarket
Vikram Singh Ranavikramsinghranain.hashnode.net·Feb 28, 2023The Surprising Benefits of Overthinking in Software EngineeringHave you ever been told that you think a bit too much? As a software engineer, you might think overthinking is a bad thing. However, what if we told you that overthinking could actually be beneficial? In this post, we will explore the surprising bene...Discuss·52 readsSoftware Engineering
MemgraphforMemgraphmemgraph.hashnode.net·Feb 10, 2023How I Found The Most Influential Users on Hacker NewsAt the beginning of my internship and before starting this project, I had no idea what Hacker News was. So for people like me, here’s a quick intro - Hacker News is a website that contains content from the tech industry. Users submit stories from dif...DiscussMemgraph
Bhagirath Deshani bhagirathkd.hashnode.net·Feb 9, 2023#101 Machine Learning & Data Science Challenge 101What is Time Series Analysis? Time series analysis: It involves developing models that best capture or describe an observed time series to understand the underlying cause. This study seeks the “why” behind the time-series datasets. This involves ...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning
Bhagirath Deshani bhagirathkd.hashnode.net·Feb 8, 2023#100 Machine Learning & Data Science Challenge 100What are the components of the Time -Series? Time series analysis: It provides a body of techniques to understand a dataset better. The most useful one is the decomposition of the time series into four constituent parts: Level- The baseline valu...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning
Shoyab Khanshoyab.hashnode.net·Feb 7, 2023Java Heap Dump AnalysisJava is a popular programming language that is used to develop many applications, from small desktop applications to large-scale enterprise systems. Java is known for its memory management, which includes automatic garbage collection. However, even w...DiscussJava
Emirhan AkdenizforSerpApiserpapi.hashnode.net·Jan 26, 2023LLMs vs SerpApi: A Comparative Analysis of the Webscraping CapabilitiesIn this writing, we are going to compare current Open Source and Paid Large Language Models, ChatGPT and SerpApi for a technical task that requires a precise and fast solution. We will make a comparison by extracting different parts of the visible te...Discuss·43 readsArtificial Intelligence
MemgraphforMemgraphmemgraph.hashnode.net·Jan 12, 2023Perform What-if Analysis of Your Network Directly in Storage Without Compromising Data IntegrityOne of the most difficult jobs when deciding upon the company’s next steps is decision-making. We all faced hard decisions at least once in our lives. After weighing the pros and cons, as well as how will the outcome of a decision impact our future, ...DiscussMemgraph
Bhagirath Deshani bhagirathkd.hashnode.net·Jan 5, 2023#31 Machine Learning & Data Science Challenge 31What is Association Analysis? Where is it used? Association analysis uses a set of transactions to discover rules that indicate the likely occurrence of an item based on the occurrences of other items in the transaction. The technique of association...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning