Category: ব্লগ । Blog

ব্লগ । Blog

Market melty: Theme of the Week

From Bloomberg Opinion on Stock Market News . Junk Bonds Endure an Awful Day But Live to Tell About It – Brian Chappatta Mnuchin Forgot to Check His Figures on Stock Volatility – Nir Kaissar Fed’s No-Win: Balancing Growth and Market Fragility – Mohamed A. El-Erian A Financial Canary in a Coal Mine – John …

Continue reading

Different types of Distance for ML Algorithms

Manhattan, Cosine, Ln Form # http://dataaspirant.com/2015/04/11/five-most-popular-similarity-measures-implementation-in-python/ # Manhattan def manhattan(x, y): return sum( abs(a-b) for a, b in zip(x,y)) d = manhattan([5,10], [30,20]) print(d) #—— Cosine Distance import math def square_rooted(x): return math.sqrt(sum([a * a for a in x])) def cosine_distance(x, y): numerator = sum ( a * b for a, b in zip(x, y …

Continue reading

Future Startup Weekly

Future Startup Weekly Email "FS Weekly Please find the updates that you missed from FS in last 7 days. If you enjoy them, please share the mail with others. Adzuna Acquires UK’s Leading Tech Startup Job Board Work in Startups Chaldal Launches Bangladesh’s Largest E-commerce Warehouse CMED Health Wins The HEAD Foundation Innovative Social Enterprise …

Continue reading

These Startups Want To Shake Up Primary Education, Fashion, Real Estate Buying, Travel, And What Food You Consume In Dhaka

These Startups Want To Shake Up Primary Education, Fashion, Real Estate Buying, Travel, And What Food You Consume In Dhaka These Startups Want To Shake Up Primary Education, Fashion, Real Estate Buying, Travel, And What Food You Consume In Dhaka FS Weekly Digest: The Insights You Missed Last Week (Late)

Building Serverless Web Applications with AWS Amplify

An AWS Online Tech Talk. Webinar: Building Serverless Web Applications with AWS Amplify Recording Presentation slides

Migrating Microsoft Workloads Like an Expert

an AWS Online Tech Talk. Webinar: Migrating Microsoft Workloads Like an Expert Recording Presentation slides

Empower Your Organization with Alexa for Business

an AWS Online Tech Talk. Webinar: Empower Your Organization with Alexa for Business Recording Presentation slides

Automate Threat Mitigation Using AWS WAF and Amazon GuardDuty

AWS Online Tech Talk. Webinar: Automate Threat Mitigation Using AWS WAF and Amazon GuardDuty Recording Presentation slides

Using Predictive Analytics in Industrial IoT Applications

AWS Online Tech Talk. Webinar: Using Predictive Analytics in Industrial IoT Applications Recording Presentation slides

Distributed Tracing for Kubernetes Applications on AWS

AWS Online Tech Talk. Webinar: Distributed Tracing for Kubernetes Applications on AWS Recording Presentation slides