Introduction to project management using dot project 3 #Project Management

https://www.youtube.com/watch?feature=player_embedded&v=mofDRCbSfaU From: http://sitestree.com/?p=2618
Categories:Project Management
Tags:Project Management
Post Data:2015-10-18 18:47:20

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Python, Pycharm, Anaconda, and Jupyter: installation, configuration, and basic Python code #Python #Python #Introduction to Python

[youtube https://www.youtube.com/watch?v=9jzv4dMIqH8?list=PLUA7SYgJYDFr-Huj3SMEOwsv46DNYdXkJ&w=852&h=480] From: http://sitestree.com/?p=12308
Categories:Python, Python, Introduction to Python
Tags:
Post Data:2018-09-14 23:18:03

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Basic Data Handling Functions in Python using pandas library #Python #Python #Introduction to Python

 

# import pandas library
import pandas as pd

# read the online file by the URL provides above, and assign it to variable “df”
path=”https://……”

df = pd.read_csv(path,header=None)
print(“Done”)

# show the first 5 rows using dataframe.head() method
df.head(5)

# create headers list
headers = [“name”, “price”, “make”]

#show the list

headers

df.columns = headers

#show top 10 rows
df.head(10)

df.dropna(subset=[“price”], axis=0)

df.columns

 

Data Formate Read Save
csv pd.read_csv() df.to_csv()
json pd.read_json() df.to_json()
excel pd.read_excel() df.to_excel()
hdf pd.read_hdf() df.to_hdf()
sql pd.read_sql() df.to_sql()

 

dataframe.dtypes

 

# check the data type of data frame “df” by .dtypes
df.dtypes

df.describe()

# describe all the columns in “df”
df.describe(include = “all”) From: http://sitestree.com/?p=12204
Categories:Python, Python, Introduction to Python
Tags:
Post Data:2018-04-25 15:12:47

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

How to install Maven in Windows and Linux System #Record Management

https://www.youtube.com/watch?feature=player_embedded&v=gVUNrPzlMKI From: http://sitestree.com/?p=2418
Categories:Record Management
Tags:Maven
Post Data:2015-10-09 08:36:47

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

On Machine Learning #Root

FinRL: A Deep Reinforcement Learning Library for Automated Stock Trading in Quantitative Finance

https://paperswithcode.com/paper/finrl-a-deep-reinforcement-learning-library

OV2SLAM : A Fully Online and Versatile Visual SLAM for Real-Time Applications

https://paperswithcode.com/paper/ov-2-slam-a-fully-online-and-versatile-visual

Predicting with a Regression Equation

https://opentextbc.ca/introbusinessstatopenstax/chapter/predicting-with-a-regression-equation/

Chapter 4. Regression and Prediction

https://www.oreilly.com/library/view/practical-statistics-for/9781491952955/ch04.html

Loss and Loss Functions for Training Deep Learning Neural Networks

https://machinelearningmastery.com/loss-and-loss-functions-for-training-deep-learning-neural-networks/

Machine learning fundamentals (I): Cost functions and gradient descent

https://towardsdatascience.com/machine-learning-fundamentals-via-linear-regression-41a5d11f5220

NLP Getting Started Tutorial

https://www.kaggle.com/philculliton/nlp-getting-started-tutorial





How can I predict the value and and estimate the uncertainty of a single response?

https://www.itl.nist.gov/div898/handbook/pmd/section5/pmd512.htm

Prediction


https://www.itl.nist.gov/div898/handbook/pmd/section1/pmd132.htm

*** . *** *** . *** . *** . ***

Courses: http://Training.SitesTree.com (Big Data, Cloud, Security, Machine Learning)
Blog
: http://Bangla.SaLearningSchool.com, http://SitesTree.com

8112223 Canada Inc./JustEtc: http://JustEtc.net

Shop Online: https://www.ShopForSoul.com/
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Medium: https://medium.com/@SayedAhmedCanada From: https://sitestree.com/on-machine-learning/
Categories:Root
Tags:
Post Data:2021-02-19 11:46:26

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

ML, DL Quiz #Root

ML Quiz
http://onlinemlquiz.com/machine_learning_quiz.php

Deep Learning Quiz
http://onlinemlquiz.com/deep_learning_quiz.php

Mathworks: Machine Learning Quiz

https://explore.mathworks.com/machine-learning-knowledge-quiz#

*** . *** *** . *** . *** . ***

Courses: http://Training.SitesTree.com (Big Data, Cloud, Security, Machine Learning)
Blog
: http://Bangla.SaLearningSchool.com, http://SitesTree.com

8112223 Canada Inc./JustEtc: http://JustEtc.net

Shop Online: https://www.ShopForSoul.com/
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Medium: https://medium.com/@SayedAhmedCanada From: https://sitestree.com/ml-dl-quiz/
Categories:Root
Tags:
Post Data:2021-02-18 21:26:03

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Disappointed GameStop Traders Should Take These Lessons to the Next Mania #Root

I would not recommend taking Real Estate Advice from here. Balanced Index Investing: May be

https://www.greaterfool.ca/2021/02/08/to-the-moon/#comments

Disappointed GameStop Traders Should Take These Lessons to the Next Mania

https://www.bloomberg.com/news/articles/2021-02-08/gamestop-gme-share-price-lessons-for-playing-a-hot-stock-market?srnd=premium-canada

*** . *** *** . *** . *** . ***

Courses: http://Training.SitesTree.com (Big Data, Cloud, Security, Machine Learning)
Blog
: http://Bangla.SaLearningSchool.com, http://SitesTree.com

8112223 Canada Inc./JustEtc: http://JustEtc.net

Shop Online: https://www.ShopForSoul.com/
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Medium: https://medium.com/@SayedAhmedCanada From: http://sitestree.com/disappointed-gamestop-traders-should-take-these-lessons-to-the-next-mania/
Categories:Root
Tags:
Post Data:2021-02-08 22:16:05

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

On Surveillance #Root

https://www.aljazeera.com/news/2020/12/21/al-jazeera-journalists-hacked-by-spyware-sold-by-israeli-firm

https://www.aljazeera.com/program/fault-lines/2019/5/14/targeted-by-a-text

https://www.aljazeera.com/news/2020/12/8/nigerias-defence-agency-acquires-spy-equipment-says-report

https://www.aljazeera.com/program/al-jazeera-world/2021/1/6/the-spy-in-your-phone

https://www.aljazeera.com/news/2019/3/20/widow-of-slain-mexican-journalist-targeted-by-spyware

https://www.aljazeera.com/news/2018/11/25/saudi-arabia-sought-to-buy-israeli-hacking-technology-report

https://www.aljazeera.com/economy/2020/1/16/israeli-surveillance-software-lawsuit-goes-behind-closed-doors

https://www.aljazeera.com/economy/2020/7/13/israeli-court-lets-nso-keep-selling-spyware-to-repressive-govts

https://www.aljazeera.com/news/2020/7/14/spains-catalan-leader-demands-probe-into-phone-tapping-reports

https://www.aljazeera.com/news/2018/8/1/amnesty-international-staff-targeted-by-israeli-made-spyware

https://www.aljazeera.com/news/2019/11/1/indian-activists-lawyers-accuse-government-of-spying-on-them

https://www.aljazeera.com/opinions/2020/7/31/the-illegal-surveillance-of-catalans-should-worry-all-europeans

https://www.aljazeera.com/news/2018/9/1/uae-used-israeli-spyware-to-target-qatari-emir-saudi-prince

https://www.aljazeera.com/news/2019/10/31/india-seeks-answers-from-whatsapp-after-cyberespionage

https://www.aljazeera.com/economy/2020/1/23/the-mogul-and-the-saudi-prince-taking-stock-of-bezos-phone-hack

https://www.aljazeera.com/news/2007/4/2/poison-theory-to-woolmer-murder

https://reboot-foundation.org/pencil-and-paper-in-math/ From: http://sitestree.com/on-surveillance/
Categories:Root
Tags:
Post Data:2021-02-02 22:08:06

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Reinforcement Learning Examples/DQN Examples #Root

What I was looking for is: A DQN (Deep Q Learning Neural Network) or a Reinforcement Learning example that can learn from existing simulation data, and then can use that learning to interactively optimize an objective. The challenge will be: Whether my data can be learned from (whether the format/structure of the data is usable in DQN/RL) by the DQN/RL, also what to define as the actions, and how to define, utilize, and optimize the reward. Came across misc. stuff as below:

Came across: Did not really check: Reinforcement Learning – A Simple Python Example and A Step Closer to AI with Assisted Q-Learning

https://www.youtube.com/watch?v=nSxaG_Kjw_w&index=1&list=UUq4pm1i_VZqxKVVOz5qRBIA

The above might have used the following:
https://amunategui.github.io/reinforcement-learning/index.html

A Hands-On Introduction to Deep Q-Learning using OpenAI Gym in Python

https://www.analyticsvidhya.com/blog/2019/04/introduction-deep-q-learning-python/

Top 7 Python Libraries For Reinforcement Learning
https://analyticsindiamag.com/python-libraries-reinforcement-learning-dqn-rl-ai/

*** . *** *** . *** . *** . ***

Courses: http://Training.SitesTree.com (Big Data, Cloud, Security, Machine Learning)
Blog
: http://Bangla.SaLearningSchool.com, http://SitesTree.com

8112223 Canada Inc./JustEtc: http://JustEtc.net

Shop Online: https://www.ShopForSoul.com/
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Medium: https://medium.com/@SayedAhmedCanada From: https://sitestree.com/reinforcement-learning-examples-dqn-examples/
Categories:Root
Tags:
Post Data:2021-02-02 20:40:54

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Implementation with Python: Compare Canadian Health System Performance with Others #Root

Health System Performance

https://medium.com/health-system-performance

Go to the profile of Justetc Social Services (non-profit) From: https://sitestree.com/implementation-with-python-compare-canadian-health-system-performance-with-others/
Categories:Root
Tags:
Post Data:2021-01-31 21:47:42

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada