Artificial intelligence is one of the most trending topics in the
+ technology field right now, let's see first what is artificial
+ intelligence in simple terms. AI is a branch of computer science
+ that refers to programming machines to think like humans so they
+ can perform a certain task or a machine that can learn or make
+ decisions on its own.
+
Then what is ANI & AGI?
+ There are three main types of AI :
+
+
+
+ Artificial Narrow Intelligence( ANI )
+
+
+
+ Artificial General Intelligence( AGI )
+
+
+ Artificilal Super Intelligence ( ASI )
+
+
+
+ So here we are only going to talk about important ones's ANI and
+ AGI, because ASI is a big topic and most of the part of it is
+ unexplored yet, maybe we will talk about it later.
+
Artificial Narrow Intelligence ( ANI ):
+
+ Artificial Narrow Intelligence is the most important and
+ successful type of Artificial intelligence, it is an Intelligence which
+ prominent in performing a single task in which AI outperforms
+ humans in some very narrow task. And maybe it doesn’t sound
+ cool to many people but you’ll like it when you get to know more,
+ Because we are using it right now in our day to day life and many
+ companies are investing in and implementing ANI to improve
+ efficiency, cut costs, and automate tasks. Most ANI tasks are
+ obtained by machine learning algorithms.
+
+ Let’s see the examples of ANI :
+
+
Self-Driving Cars
+
Facial Recongnition Tools
+
Virtual Assitants
+
Recommendation SystemsSpam Filters
+
Speech Recognition
+
+
+
+
+
+
Artificial General Intelligence ( AGI ):
+
+ AGI as the name suggests is General intelligence or human-like
+ intelligence as you have already seen JARVIS in “Iron Man”, it's
+ the future of AI. It allows the machine to apply skills and
+ knowledge in different contexts. It can do many tasks and unlike
+ ANI it can learn and improve.
+ There is much research going on to obtain AGI, and some of the
+ AI experts are also said that maybe it cannot be achieved in the
+ next 50 years because human consciousness is one of the miracles
+ of nature, but some of the experts think it would happen before
+ 2060.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/blog2.html b/blog2.html
new file mode 100644
index 0000000..d7ace98
--- /dev/null
+++ b/blog2.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+ Blog2 | vinay patil
+
+
+
+
+
+
+
+
+
+ December, 2019
+
+
+
Title:- What is git?
+
+
+
What is git? If you are in the technology field then you may have heard about git,
+ GitHub, opensource, are they all same and why do you have to know about them.
+
+
If you are planning your career as a programmer then the knowledge of git is a must
+ for you because almost every IT company uses git. So without wasting your time let's
+ start.
+
If you search about git on the web you’ll probably find it written something like
+ version management system or distributed version control system. What is a
+ distributed version control system?
+
As you all know a simple program is a file that has some code (source code) in it
+ which performs some task. As you’ll do a project in the future, or maybe you have
+ done some project, so you know it's hard to manage the versions of the project like
+ you created a program which performs simple math calculations, and now you realize
+ you want to add some more operations in your software like some geometry
+ formulas, or you want to change the look of your software then you’ll do changes in
+ that file and after updating, your program is not working or that upgrade is not
+ needed for your program, now you can’t go back so if you are clever you may be
+ created a copy of your program which stores old version of the program, but when
+ you are working on a big project which has many files, and you have to add many
+ features then it's hard to create a copy of your files manually, and when you work on
+ big projects in industries then there are many people working on the same project,
+ and it becomes impossible to manage people as well as versions of your program.
+
+
What git does is it creates a copy of your program every time you commit (save) and
+ it manages the people working on the project so when you create some changes in the
+ file and your project partner creates some changes Git manages both of the files and
+ shows you which lines are changed which files are changed. Having version control
+ allows you to track what you worked on what your friends are working on, so you
+ don't clash the changes, and you don't overwrite each other's changes and even if you
+ do work on the same files the version control system will tell you that "you're going
+ to override your friend's changes don't do that" or if you want to take a look at, or you
+ want to control how it merged together you can do that, so you can't do anything
+ without version control that is the very reason why we use version control is to allow
+ us to work together and collaborate in a more efficient manner.
+
+
So the question comes what is the difference between git and GitHub?
+
+
Git is installed on your local system and gives you a self-contained record of your
+ ongoing programming versions. It can be used without any cloud-hosting service.
+ GitHub is developed as a Git repository(repository in basic terms ‘Folder’) hosting
+ service, Git repository hosting service is an online database that allows you to keep
+ track of and share your Git version control projects outside your local
+ computer/server. Unlike Git, GitHub is cloud-based. Both Git and GitHub give
+
+
+ programmers valuable version-control functionality and help so that they can build
+ ongoing coding projects without being afraid of messing everything up. GitHub is
+ just an improved product of git technology.
+
So because of GitHub, you can share your projects with the entire world if you want
+ to, and then they can clone your source code for free to improve its functionality
+ maybe find out some bugs in it and many more things, then they can send you a copy
+ of the new code. If you like it you can merge it into your original code that’s what we
+ call open source. Open source is software for which the source code is made freely
+ available and may be redistributed and modified.
+ Here are some examples of open source projects?
+
+
Android
+
Linux
+
Visual Studio Code
+
Flutter
+
TensorFlow
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/blogs.html b/blogs.html
new file mode 100644
index 0000000..f1a1fd8
--- /dev/null
+++ b/blogs.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+ Blogs | Vinay Patil
+
+
+
+
+
+
+
+
+
+
+
My Blogs
+
+
+
+
+
+
+
+
+
+
+
What is Git?
+ December 27, 2020
+
What is git? If you are in the technology field then you may have heard about git, GitHub,
+ opensource, are they all same and why do you have to know about them...Read More On
+
+
+
+
+
\ No newline at end of file
diff --git a/github.svg b/github.svg
new file mode 100644
index 0000000..7411645
--- /dev/null
+++ b/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/gmail.svg b/gmail.svg
new file mode 100644
index 0000000..25b0afa
--- /dev/null
+++ b/gmail.svg
@@ -0,0 +1,39 @@
+
+
+
diff --git a/image-contact.svg b/image-contact.svg
new file mode 100644
index 0000000..880e81e
--- /dev/null
+++ b/image-contact.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/image.svg b/image.svg
new file mode 100644
index 0000000..1ff0471
--- /dev/null
+++ b/image.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/image2.svg b/image2.svg
new file mode 100644
index 0000000..8db1996
--- /dev/null
+++ b/image2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/image3.svg b/image3.svg
new file mode 100644
index 0000000..66fce6e
--- /dev/null
+++ b/image3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/image_blog.svg b/image_blog.svg
new file mode 100644
index 0000000..e601d4f
--- /dev/null
+++ b/image_blog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index c79165e..5b46f86 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,150 @@
-
+
+
-Page Title
+
+
+
+ Home | VinayPatil
+
+
-
hello world!
-
this is demo project for git
+
+
+
+
+
+
+
Vinay Patil a Programmer
+
+
+
+
+
+
+
+
+
+
Technologies
+
+ I am familiar with Git, NodeJS, HTML5, CSS, JavaScript, C++, python
+
+
+
+
+
+
+
+
Projects
+
+ I want to showcase my work and thus, you can see my project hosted online
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/linkedin.svg b/linkedin.svg
new file mode 100644
index 0000000..b2e1b1d
--- /dev/null
+++ b/linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/projects.html b/projects.html
new file mode 100644
index 0000000..447663e
--- /dev/null
+++ b/projects.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+ Projects | Vinay Patil
+
+
+
+
+
+
+
+
+
+
+
See My Code
+
+
+
+
+
+
+
+
+
Emoji Recognizer using React
+ December, 2020
+
React
+
Emoji Recognizer is my first project made in React with some basic css design. Project is made for
+ learning about how React works and some basics like how to create onChange or onClick event handler
+ function.
+
Javascript project for translating english into leetSpeek (language which mostly used by gamers and
+ hackers online), project is developed using HTML5, css, JavaScript. and uses api integration for
+ translator.
+
12 Stars | 3 forks on Github. Instagram Bot which increases your followers.The objective of this project is to build a bigger audience and as a plus, maybe drive some traffic to your website.
+
A CLI based application built with NodeJS. Quiz application for when the most famous IT Companies
+ started. which gives you 4 option for choosing the correct answer, CHALK is used for designing.
+
a system which will extract student data from gazette file and give users a excel file of student data which includes student’s enrollment numbers, names, seat numbers and the most important field marks and also system generates the result analysis according to teachers demand.