Posts

Showing posts from April, 2020

Unsupervised Learning

Unsupervised Learning Unsupervised learning is where you put data X and no corresponding output variable.The goal for unsupervised learning is to model the under lying structure or distribution in the data in order to learn more about the data, in simple words in unsupervised learning approach the data instances of a training data set do not have an expected output Associated to them instead of unsupervised learning algorithm detects pattern based on innate characteristics of the input data an example of machine learning tasks.Ask that applies unsupervised learning is clustering in this task similar data instance are grouped together in order to identify clusters of data. ALGORITHM 1 K-MEAN ALGORITHM  K-MEAN Algorithm hierarchical clustering now, suppose a friend invites you to his party and where you meet totally strangers.Now you will classify them using unsupervised learning as you don’t have any prior knowledge about them and classification can be done on basis of...

TOP TIPS FOR THE CORUSE

TOP TIPS FOR THE CORUSE Thousands of students have taken any course and it’s complete easily in short time, I am sharing here the top tips from the most successful students to help you make the most of your time on the course. So first tip is as you go from lesson to lesson in the course you will find that each of the lessons should  take about 10 minutes long.Now a lot of students when they are watching video tutorial online very often what people do is they will watch the video and type along to the code. And this is what we tend to call code along. So the tutorial types a bit you type that you try to keep up with the pace of the tutorial or you pause the video every so often to catch up but essentially you’re coding along with the instructor.And this is probably one of the most intuitive ways for people to learn from online tutorials.Now in order for you to be more successful than most people would I would recommend is instead to watch the video tutorial which are usually...

Types of Machine learning

Supervised Supervised learning is if we are see here mathematically, where we have input variables X and output variable is Y and we using an algorithm to learn the mapping function from the input to the output. That is y Affects the goal is to approximate the mapping function. So well that whenever we have a new input data X could predict the output variable. That’s why for that data right ,let simplify the definition of supervised learning so we can rephrase the understanding of the mathematical definition as machine learning method where each instances of a training data set is composed of different input attribute and an expected output the input attributes of training data set can be of any end of data it can be a pixel of image. It can be a value of data base row or it can be audio frequency histogram right for each input instance and expect output value Associated value can be discrete representing a category or can real or continuous value in either case. The algorithm lear...

Machine Learnning

Image
MACHINE LEARING We are living in a world of humans and machines humans have been Evolving and learning from the past experience since millions of years but are of machines and robots have just begun in today’s world. These machines are rewards are like they need to be program before they actually follow your instructions.Machine learning is the core of many futuristic technology advancement in our world such as Tesla’s self driving car Apple I do boot many more are there well. Machine learning is a sub field of artificial intelligence that focuses on design of system that can learn from and make decisions and predication based on experience which is data in the case of machine learning enable computer to act and make data driven decision rather than being explicitly programmed to carry out certain task these programs are design to learn and improve over time when expose to new data. The AI the Machine learning and deep learning all are same you what, they are wrong let me...

Why Flutter uses Dart

Image
Well, one of the first reasons you might consider, is that you will end up one code base to maintain, one place to debug, one place to update so one code base to rule them all and this is huge advantage compared to creating your apps native, say creating your iOS apps in swift and making your Android apps in java and your web apps in java Script and having all of these different places that you need to update and maintain. And it can get really messy whereas here you only need to know one language that’s Dart, which is a Powerful language that’s actually quite easy to work with once your learned and understand how to use it, then you can use it to create your iOS apps, your Android apps, your web apps. And it means that you only have to get good at one thing instead of lots of different things and if you have done any programming before,then you realize that Dart is actually very, very similar to a lot of object oriented programming languages it has a lot of features that p...

FLUTTER EVERYWHERE

Image
         Flutter everywhere <> “More and more so we were seeing screens everywhere”                                                                                                          Flutter will do is,it will draw onto the that blank window whatever it is that needs to be rendered and whatever animation, or instructions,or changes it’s all painted on by flutter so this means that instead of having to make iOS app the Apple way and make Android apps the Android way, you can simply use a whole bunch of built widgets from flutter such as floating action button or linear progress indicator and you can simply put these into your app, no matter which platform your working on. And th...

Flutter

Image
The guys at flutter had this question “More and more so we were seeing screens everywhere” . it’s simply a tool kit that makes it easy for developers to design beautiful interfaces for all sorts of screens sizes and devices and it comes with a whole bunch of built widgets that make it easy to lay out your app. So straight forward that such as rows and columns or stacks and it barrows some of the concepts from web design where you can have things that are centered or have padding and margins and what if you could you use this system to design and develop for almost any device because all that flutter does is, it asks for a blank window on the device, be it on Android or iOS  or web or desktop All is asking for is just simple blank window.