Author Archives: Ajitesh Kumar

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Machine Learning (Decision Trees, SVM) Quiz by DeepAlgorithms.in

Logistic regression quiz question and answers

This quiz is sponsored by DeepAlgorithms.in, a leading data science / machine learning training/consultancy provider (classroom coaching / online courses) based out of Hyderabad, India. Contact DeepAlgorithms to know details about their upcoming classroom/online training sessions. These questions can as well be used for checking/testing your for knowledge on data science for upcoming interviews. Following are some of the topics which are covered as part of this quiz: Classification Decision trees Ensemble model SVM KNN [wp_quiz id=”5710″]

Posted in Data Science, Interview questions, Machine Learning, Quiz. Tagged with , , , .

Machine Learning (Regression) Quiz by DeepAlgorithms.in

machine learning interview questions

This quiz is sponsored by DeepAlgorithms.in, a leading data science / machine learning training/consultancy provider (classroom coaching / online courses) based out of Hyderabad, India. Contact DeepAlgorithms to know details about their upcoming classroom/online training sessions. These questions can as well be used for checking/testing your for knowledge on data science for upcoming interviews. [wp_quiz id=”5698″]

Posted in Data Science, Interview questions, Machine Learning, Quiz. Tagged with , , , .

Angular Services Related Interview Questions

This page represents a set of questions which would test your knowledge related to Services in Angular (Angular 2, Angular 4, Angular 5). It touched upon some of the following concepts: How to create a service in Angular How to inject a service within a component Take a Test on Angular Services Concepts [wp_quiz id=”5542″]

Posted in AngularJS, Career Planning, Interview questions, Javascript, Web. Tagged with , , , .

Angular – Setup Unit Test for Components using External Template

This blog represents techniques to setup unit testing environment for doing unit tests for Angular components with external template and CSS files. The blog is applicable for Angular 2/Angular 4/Angular 5 versions. Two BeforeEach Methods to Load Testing Module Asynchronously and Create Component Synchronously Using first technique, BeforeEach method is called for two times: Firstly, BeforeEach handles asynchronous compilation. async method is passed as an argument to beforeEach method. It enables the creation of TestBed in async test zone. TestBed.configureTestingModule returns TestBed on which method compileComponents is invoked to compile the components asynchronously. Secondly, beforeEach method is invoked synchronously. This is used to create the component. One BeforeEach Async Method …

Continue reading

Posted in AngularJS, Javascript, Web. Tagged with , , .

Azure Machine Learning (ML) Certifications

This blog represents a list of Azure certifications for data scientists, machine learning (ML) enthusiasts. Analysing Big Data with Microsoft R The following is a list of some of the topics covered as part of this certification: Read and explore big data Process big data Build predictive models with ScaleR Use R Server in different environments This certification costs $165.00. Greater details can be found on the page, Analysing Big Data with Microsoft R Perform Cloud Data Science with Azure Machine Learning The following is a list of some of the topics covered as part of this certification: Prepare Data for Analysis in Azure Machine Learning and Export from Azure …

Continue reading

Posted in Azure, Career Planning, certifications, Data Science, Machine Learning. Tagged with , , .

Angular or ReactJS – Which one makes you a Millionaire?

Here is an analysis from the portal, https://www.indeed.co.in, done on 10th Nov, 2017. The analysis represents the number of jobs for Angular/AngularJS or ReactJS Developers working in India, which would pay them an annual salary of Rs, 10,00,000 (1 Million INR). Javascript Framework Job Count Angular/AngularJS 95+ ReactJS 10+ This does indicate that there is a higher likelihood of you getting higher salary in comparison to ReactJS developers if you are choosing to become AngularJS/Angular developers. And, around 40% of Angular/AngularJS jobs paying around One Million INR are found to be coming from Bengaluru (Karnataka). In case, you would like to do analysis for yourself, click links given below: Angular Developers …

Continue reading

Posted in Career Planning. Tagged with , , , .

Azure Cloud Certification Cost / Fees

azure cloud certification fees

This page represents a price list (fees / cost) of azure cloud computing certifications (MCSA and MCSE). Please feel free to suggest if you were able to found discrepancy. The source of the price list is Azure Websites. The following is a list of three classes of certification which one could take based on the experience, expertise and career goals. MCSA: Cloud platform Microsoft Certified Solutions Associate (MCSA) MCSA: Linux on Azure MCSE: Cloud platform and infrastructure; MCSE stands for Microsoft Certified Solutions Expert. Azure Cloud Certifications Fees / Price List/ Cost MCSA: Cloud Platform Microsoft Certified Solutions Associate Developing Microsoft Azure Solutions $165 Implementing Microsoft Azure Infrastructure Solutions $165 …

Continue reading

Posted in Azure, Cloud. Tagged with , , , .

Top 5 Machine Learning Tutorials for Nov 2017

This page represents a list of top five machine learning tutorials’ videos for the month of Nov 2017. These are most popular machine learning tutorial videos on Youtube.com in relation with machine learning. You may want to bookmark this page as it would get updated on daily basis based on the popularity on Youtube. Gradient descent, How Neural Networks Learn (21 Min) What is Backpropagation and What is it Actually Doing? (14 Min) Machine Learning & Artificial Intelligence: Crash Course (12 Min) Capsule Networks: An Improvement to Convolutional Networks (22 Min) Intro to Feature Engineering with TensorFlow (8 Min)

Posted in Tutorials. Tagged with , , , .

Angular – How to Create a Feature Module – Sample

This blog represents code samples and related concepts on how to create a feature module in an Angular app (Angular 2/Angular 4). In this app, a feature module for Signup is created. The following is the screenshot for Signup module: The following are some of the key aspects to consider when creating a separate feature module: Place all the files for feature module in the seperate folder. Note the “signup” directory under src/app folder. Feature module would have an NgModule module. Following is how the code looks like for signup module: Make a note of some of the following in above code: SignupComponent is declared in declarations array. SignupComponent is …

Continue reading

Posted in AngularJS, Javascript, Web. Tagged with , , , .

Cloud Certifications Fees as of Today

cloud certification fees

Price list (Fees) of cloud computing certifications as of today. Please feel free to suggest if you were able to found discrepancy. The source of the price list are respective websites/portals related to cloud computing platforms. The following is the list of cloud platforms for which certification fees / cost / price have been provided. AWS (https://aws.amazon.com/certification/) Google Cloud (https://cloud.google.com/certification/cloud-architect) Azure (https://www.microsoft.com/en-in/learning/azure-certification.aspx) Cloud Certifications Fees / Price List/ Cost Cloud Platforms Certification Types Fees AWS Associate Level Certification $150 AWS Speciality Level Certification $300 AWS Professional Level Certification $300 Google Cloud Google Certified Professional (Cloud Architect) $200 Azure Developing Microsoft Azure Solutions $165 Azure Implementing Microsoft Azure Infrastructure Solutions $165 …

Continue reading

Posted in Career Planning, certifications, Cloud. Tagged with , .

Machine Learning Course Outline

machine learning course outline

This is a list of topics which can be covered as part of machine learning course curriculum. In other words, it is a representation of outline of a machine learning course. This course outline is created by taking into considerations different topics which are covered as part of machine learning courses available on Coursera.org, Edx, Udemy etc. In case, you are planning to take up a machine learning course in near future, make sure that most of the following is covered. An Outline to Machine Learning Course Curriculum Introduction to machine learning Regression Linear Regression with One Variable Linear Regression with Multiple Variables Logistic Regression Introduction to Neural Networks Representation …

Continue reading

Posted in Career Planning, Data Science, Machine Learning, Reskilling. Tagged with , , , .

2018 – Top Eight Technologies for Reskilling or Upgrading Skills

data analytics career options

If you are planning to reskill yourself or upgrading your skills and looking for different technologies whose professionals are going to be in high demand in 2018, then, here is the list of eight (8) technologies one or more of which can be explored. This list is published by NASSCOM in association with BCG (Boston Consultancy Group) Technology Trends – 2017/2018 Artificial Intelligence, rightfully, looks to be most searched by people worldwide. Quick Definitions of Popular Technologies Virtual Reality Definition: Virtual reality (VR) is a computer technology that uses virtual reality headsets or multi-projected environments, sometimes in combination with physical environments or props, to generate realistic images, sounds and other …

Continue reading

Posted in Career Planning, Reskilling. Tagged with , .

AI & Other Courses Starting this Week (6th Nov – 10th Nov)

Take a Course

The page represents a list of courses related with some of the following areas, which are starting this week (6th Nov 2017): Artificial intelligence Design thinking [tabs ] [/tabs]

Posted in Reskilling. Tagged with .

Top 8 Cloud Computing Platform Certifications

cloud_computing_certifications

This article represents a list of top cloud computing platforms’ certifications which can be taken by professionals looking forward to demonstrate their expertise with one or more cloud computing platforms. Here are the cloud computing platforms for which certifications information have been provided later in this article: Azure AWS IBM Cloud Google Cloud Oracle Cloud Vmware VPC Alibaba Salesforce Microsoft Azure Certifications Microsoft Certified Solutions Associate (MCSA) There are two types of certifications under this category: MCSA: Cloud platform MCSA: Linux on Azure Microsoft Certified Solutions Expert (MCSE) This is a ceritification related to gathering expertise in cloud platform and infrastructure. Here is the page for MCSE: Cloud platform and …

Continue reading

Posted in Career Planning, certifications, Cloud. Tagged with , , , , , .

Interview Questions – Angular Template Driven Form Set 1

This page presents interview questions in relation to creating template-driven forms using Angular (Angular 2/Angular 4) . Following concept is covered in this quiz: Template-driven forms ngModel for two-way data bindings Validation with using ngModel ngForm template reference variable [wp_quiz id=”5417″]

Posted in AngularJS, Career Planning, Freshers, Interview questions, Web. Tagged with , , .

Top 5 Blockchain Technology Online Courses

blockchain technology courses

This is a list of top 5 blockchain technology courses which can be used for training yourself online. My Favorite one is Bitcoin and Cryptocurrency technologies course on Coursera.org from Arvind Narayana, Assistant professor in Princeton University. All these courses are well suited for beginners. Thus, if you are planning for reskilling yourself in Blockchain technologies, go ahead and try one of these courses. Please feel free to suggest one or more courses if I missed to mention them. Blockchain for Business: An Introduction to Hyperledger Technologies A primer to blockchain and distributed ledger technologies. One can learn how to start building permissioned Blockchain applications for their enterprises/business. Following are some of …

Continue reading

Posted in BlockChain, Career Planning, Online Courses. Tagged with , .