Category: ব্লগ । Blog

ব্লগ । Blog

NLP: Answer the questions by reading the notes after the questions (i.e. by reading the paper if available online)

Answer the questions by reading the notes after the questions (i.e. by reading the paper if available online): Can you use RNN-LSTM for Text Classification? Can you use RNN-LSTM for Text Summarization? Can you use CNN for Text Classification? Can you use CNN for Text Classification? What does CNN stand for? What does RNN stand …

Continue reading

Resources: Cisco Security Certifications

Data sheets Cisco Security certifications overview (PDF – 957 KB) Security certification comparison chart (PDF – 57 KB) — Sayed Ahmed Linkedin: https://ca.linkedin.com/in/sayedjustetc Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com Online and Offline Training: http://Training.SitesTree.com Affiliate Links: Hottest Deals on Amazon USA: http://tiny.cc/38lddz Hottest Deals on Amazon CA: http://tiny.cc/bgnddz Hottest Deals on Amazon Europe: http://tiny.cc/w4nddz

Resources including Research papers for Dietary pattern and Kidney Diseases

Resources including Research papers for Dietary pattern and Kidney Diseases Also, includes topics related to data analysis [1] The National Institute of Diabetes and Digestive and Kidney Diseases. What Is Chronic Kidney Disease? https://www.niddk.nih.gov/health-information/kidney-disease/chronic-kidney-disease-ckd/what-is-chronic-kidney-disease [2] Jaimon T. K., Suetonia C. P., Shu N. W., Marinella R., Juan-Jesus C., Katrina L. C., and Giovanni F. M. …

Continue reading

Some Research on CKD Disease, Chronic Kidney Disease

Some Research on CKD Disease, Chronic Kidney Disease. Just to keep track These are research i.e. studies. These are not to be interpreted by everyone; however, only for the people who have the background to interpret. There should be 1000s of studies or 100’s of 1000s studies on this and related topic. Hence, do not …

Continue reading

USA and Canada Tax Treaty

Instructions for Completing Internal Revenue Service Tax Forms for Royalty Payments https://www.upenn.edu/pennpress/about/taxforms.html Instructions for Completing Internal Revenue Service Tax Forms for Royalty Payments https://www.millerthomson.com/en/publications/communiques-and-updates/tax-notes/april-2013/overview-of-limitation-on-benefits-article-in/ Sayed Ahmed Linkedin: https://ca.linkedin.com/in/sayedjustetc Blog: http://bangla.saLearningSchool.com http://SitesTree.com, Online and Offline Training: http://training.SitesTree.com

OOP concepts in PHP 5 in brief

OOP concepts in PHP 5 in brief OOP concepts in PHP 5 in brief OOP concepts in PHP 5 in short Why this short — note? if you are familiar with OOD and any OOP language such as Java/C++, this short note will give you enough information to start with PHP 5 OOP Class Class definition starts …

Continue reading

PHP SQL Server Stored Procedure

/* prepare the statement resource */ $stmt=mssql_init("your_stored_procedure", $conn); /* now bind the parameters to it */ mssql_bind($stmt, "@id", $id, SQLINT4, FALSE); mssql_bind($stmt, "@name", $name, SQLVARCHAR, FALSE); mssql_bind($stmt, "@email", $email, SQLVARCHAR, FALSE); /* now execute the procedure */ $result = mssql_execute($stmt); Another Example $conn = mssql_connect($db_host,$db_user,$db_password);if ($conn===false){ echo ‘Cannot connect.’; exit; } if (mssql_select_db("YourDatabase",$conn) === false) …

Continue reading

Important Basic Concepts: Statistics for Big Data

Important Basic Concepts: Statistics for Big Data Graphical : Exploratory Data Analysis (EDA) methods? First of all, EDA is about exploring the data and understanding if the data will be good for the experiment and study. Graphs and plots can easily show the data patterns. The raw data can be difficult to understand for patterns …

Continue reading

Questions Answered by Exploratory Data Analysis (EDA)

Questions Answered by Exploratory Data Analysis (EDA) What are the key properties of a Dataset (Center, Spread, Skew, probability distribution, correlation, outliers) 1. What is the center of the data (mean, median, mode) 2. How much spread is there in the data? (Variance, Standard deviation, Quartiles, Interquartile Range (IQR), Example: IQR = Q3 – Q1) …

Continue reading

Best Practices in Data Preparation

Best Practices in Data Preparation 1. Check data formats (Image, CSV, PC, Mac, mainframe, text, structured, unstructured) 2. Verify data types (numbers, text, floats, currencies, nominal, ordinal, interval, range) 3. Graph your Data (Scatter, Histogram, bar, line) 4. Verify the data (data accuracy, data makes sense) 5. Identify outliers ( Examples: very large or very …

Continue reading