SVN Vs Git: Which One Is Best For Your Needs? https://hackbrightacademy.com/blog/svn-vs-git/ For me: it is Git (Sure, Github) *** SVN: Basic Work Cycle: Simple Commands http://svnbook.red-bean.com/en/1.0/ch03s05.html SVN (Subversion): A simple workflow " update to merge the latest changes from the server into your working copy; Perform whatever modifications you need to do; update again to …
Category: AI ML DS RL DL NN NLP Data Mining Optimization
Jan 07
Math/Stat/CS/DS Topics that you need to know (with Cognitive, Psychomotor, Affective domain skills) to become a true and great Data Scientist
"The core topics are cross-validation, shrinkage methods (ridge regression, the LASSO, etc.), neural networks, gradient boosting, separating hyperplanes, support vector machines, basis expansion and regularization (e.g., smoothing splines, wavelet smoothing, kernel smoothing), generalized additive models, bump hunting, multivariate adaptive regression splines (MARS), self-organizing maps, mixture model-based clustering, ensemble learning, and p>>n problems. For computing, the …
Jan 07
version control with subversion
"Version Control with Subversion Introduction " Version Control with Subversion, a free book about the ubiquitous Apache™ Subversion® version control system " published by O’Reilly Media. Online Versions of the Book " For Subversion 1.7 View the multiple-page HTML edition of the book. [tar.bz] View the single-page HTML edition of the book. [tar.bz] View the …
Jan 06
Tracking and Detection: With Machine Learning
Tracking-Learning-Detection https://ieeexplore.ieee.org/abstract/document/6104061 Learning to identify and track faces in image sequences https://ieeexplore.ieee.org/abstract/document/670958 Target Tracking Using Machine Learning and Kalman Filter in Wireless Sensor Networks https://ieeexplore.ieee.org/abstract/document/6841003 Multivariate Relevance Vector Machines for Tracking https://link.springer.com/chapter/10.1007/11744078_10 Pose estimation and tracking using multivariate regression https://www.sciencedirect.com/science/article/abs/pii/S0167865508000573 Long-Term Correlation Tracking http://openaccess.thecvf.com/content_cvpr_2015/html/Ma_Long-Term_Correlation_Tracking_2015_CVPR_paper.html Learning-based approach to real time tracking and analysis of faces https://ieeexplore.ieee.org/abstract/document/840618 …
Jan 06
Sensor Resource Management Resources
potential research What is Sensor Resource Management (SRM) "Sensor resource management (SRM) technology controls one or more sensors to support tracking and fusion." https://www.baesystems.com/en-us/product/sensor-resource-management-srm A survey of radar resource management algorithms https://ieeexplore.ieee.org/abstract/document/4564804 Sensor management: Past, Present, and Future https://arxiv.org/pdf/1109.2363.pdf SENSORS AND RELATED RESEARCH https://www.nsf.gov/about/budget/fy2007/pdf/9-NSF-WideInvestments/48-FY2007.pdf ******** Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) …
Jan 05
Matlab: Sensor Fusion and Tracking Toolbox
Sensor Fusion and Tracking Toolbox Design and simulate multisensor tracking and positioning systems https://www.mathworks.com/products/sensor-fusion-and-tracking.html#trajectory-scenario-generation ***** . *** . *** Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in Comp. Sc. (U of Manitoba, Canada) MSc. in Data Science and Analytics (Ryerson University, Canada) Linkedin: https://ca.linkedin.com/in/sayedjustetc Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com Online and Offline Training: …
Jan 05
Matlab: Tracking and Estimation
Tracking and Motion Estimation — Examples Track a Face in Scene Face Detection and Tracking Using Live Video Acquisition Tracking Pedestrians from a Moving Car Track pedestrians using a camera mounted in a moving car. Using Kalman Filter for Object Tracking https://www.mathworks.com/help/vision/examples.html?category=tracking-and-motion-estimation&s_tid=CRUX_gn_example https://www.mathworks.com/help/vision/examples.html?category=computer-vision-with-simulink&s_tid=CRUX_lftnav_example_tracking-and-motion-estimation Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in …
Jan 01
Social and Cultural Awareness for IT jobs
Automating Inequalityhttps://virginia-eubanks.com/books/ Weapons of Math Destruction https://weaponsofmathdestructionbook.com/ ******************* Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. (BUET) MSc. in Comp. Sc. (U of Manitoba, Canada) MSc. in Data Science and Analytics (Ryerson University, Canada) Linkedin: https://ca.linkedin.com/in/sayedjustetc Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com Online and Offline Training: http://Training.SitesTree.com FB Group on Learning/Teaching: https://www.facebook.com/banglasalearningschool Our free or paid events …
Dec 31
Part 4: Some Basic Math/Stat Concepts for the wanna be Data Scientists
Part 4: Some Basic Math/Stat Concepts for the wanna be Data Scientists Also for the Engineers in General Quadratic form “In multivariate statistics, if is a vector of random variables, and is an -dimensional symmetric matrix, then the scalar quantity is known as a quadratic form in . ” Ref: https://en.wikipedia.org/wiki/Quadratic_form_(statistics) Please also check matrix …
Dec 30
Part 3: Some Basic Math/Stat Concepts for the wanna be Data Scientists
Conditional Probability and PDF “The conditional probability of an event B is the probability that the event will occur given the knowledge that an event A has already occurred. This probability is written P(B|A), notation for the probability of B given A. “ “In the case where events A and B are independent (where event …