Posts

Showing posts with the label dweep joshipura
Career skills to jumpstart your future.

What Grammar Means to a Blogger | Try Grammarly today!

Image
What are the differences between professional & starter blogs? Spotless grammar  Great content Now you might say, well I have great content! We won't dare disagree!! However, what about the first point, i.e. spotless grammar? Wondering how to get perfect and professional grammar? Look no further! Grammarly is the way to go! Your post must be proofread by Grammarly. But before you say, of course,  we use Grammarly, I mean, who doesn't?  (If you didn't say that, check Grammarly out NOW! It's free and adless! ) I meant the actual Grammarly - Premium . My story with Grammarly When starting as a blogger (at a different site), I also started out using Grammarly's free plan. And I felt the open plan was great, and it is . For anyone who wants to write messages and short text, the free version will do. I never really even considered applying for the Premium plan.  I tried everything to get traffic, but my visitor time-on-page never really...

A honest review of the Data and Deployment Specialization

Image
  What is the TensorFlow: Data & Deployment Specialization? The TensorFlow: Data and Deployment specialization is deeplearning.ai' s new group of courses and is intended to teach you how to practically use your DL skills to make practical applications. It is co-taught by Andrew Ng and Laurence Moroney, both seasoned veterans in AI and DL. I will give a detailed review of the first course below. I am trying to keep the content coming while doing the course myself! 1. Browser-Based models with TensorFlow.jS This course is intended to teach you how to set up a browser-based model using TensorFlow's browser equivalent- TfjS.  It shows the necessary JavaScript required for training models. It must be noted that tfjs is not direct TensorFlow! It's a different version, and they have few differences, which are correctly taught in the course. If you are used to Andrew Ng lectures, this isn't like that. The course assumes that you know Deep Learning, so most talks...

How we at LightSpeed learn skills.

Image
Why learn stuff? I am real smart anyways!!  to Lets Learn! This transformation is what causes you to become from a blog-reader to a blog-writer . Reading blogs is useful for gaining short-term knowledge, and entertainment, yet for long-term memory, reading blogs is not enough. And before you go, here's how you can learn. Coursera is a non-profit site which provides the best education online . The world's top universities have made courses with their great educators. And you can access all of it. Compared to other online ed sites (like Udacity, Udemy and edX) the price is way lesser . To be honest, a lot of tech content , like the Deep Learning blogs,  has been written from the knowledge gained through Coursera courses & Specia lizations . Now the question arises- What should I learn? That is something to ask yourself. Yet if you are interested in tech,( and you're on a tech blog, so chances are that you are,) then here are some courses that you go...

LightSpeed Basic Animation for Beginners in Flash 8 | Part-2

Image
Basics in Animation for Beginners in Flash 8 Now that you know about the basics of Flash 8 and the two basic types of tweening, get to know about the few basic tools that you will need to make a basic Flash 8 movie. If you're new around here, check out the Part-1 of the Basics in Animation for Beginners in Flash 8 .    Check out our blog LightSpeedAC for more amazing content.  Before we get started, even if you're not new around here, I would recommend you to revisit the Part-1 to revise the basic constituents of Flash 8.  Let Us Get Started This blog post will focus on the main basic tools that you need to use to make a simple, yet good Flash movie/animation.  1. Pen Tool - The Pen Tool is used to draw precise paths, like straight lines and smooth curves. You can draw straight lines or curves with this tool, and later adjust the angle and length of straight-line segments and the slope of curves.  The steps to use the Pen Tool are:...

LightSpeed Basic Animation for Beginners in Flash 8 | Part-1

Image
Basics of Animation in Flash 8 for Beginners  This blog will focus on the introduction to Flash 8 for Beginners, uses of Flash 8 in this ever-growing technological world. This blog will also include basic things that you need to know as a beginner in Flash 8 and the basic types of animations in Flash 8. If you're reading this blog post, you must have Flash 8 installed. You can get your 30-day free trial on Adobe's website and need to later buy it. You will be given a serial code. What is Flash 8? Macromedia Flash is a program that is used in creating interactive, and animated media such as motion graphics, videos, presentations and websites. You can control an object’s actions and behaviors using the Behavior panel and the Timeline. For more advanced control you can use Actionscript, Flash's programming language that is very similar to Javascript. Flash 8 or Macromedia Flash 8 was developed by Macromedia. Macromedia was acquired by Adobe in December of 2005. Sinc...

LightSpeed Basic Animation in Flash 8 for Beginners | Part-4

Image
Basic Animation in Flash 8 for Beginners Now that you know about the various methods to customize objects and know how to add text to the Flash movie, this blog post will tell you about different animations with text. If you're new around here, do check out our blog LightSpeedAC for amazing and mind-blowing content. Do visit the Part-1 , Part-2 and the Part-3 for learning more and revisiting (for old viewers). Let Us Get Started Animating Text with Timeline Effects Flash provides built-in Timeline Effects that help you create animations by selecting just a few options. You can apply effects like Fade In, Fade Out, Explode, etc. Below are the steps to apply Timeline Effects to text: 1. Create a new Flash document. Using the Text Tool , type any desired text on the Stage. 2. Right-click the text. From the shortcut menu that appears, select Timeline Effects . Click Effects on the drop-down menu. Then, in the drop-down list, select the desired effect.  3. Now, t...

LightSpeed Intro to ConvNets

Image
LightSpeed intro to ConvNets ________________________________________________ Unless you're experienced or have read the LightSpeed intro to DL, please see here before reading this. --------------------------------------------------------------------------------- In this post, you'll learn about- What are Convolutions? Why Convolutions work great (optional) Keras and TensorFlow (compulsory) How to make a Neural Network that can classify pictures depending on objects! What are ConvNets? Now, what are  ConvNets ? They are Neural Networks having Convolutions. Okay, so what are Convolution s ?  Convolutions, informally, are mathematical functions. Now, to convolve the above matrices, we take the second smaller matrix, then we imprint it on the first possible 2 by 2 chunk of the other as shown below. So, this will be the first value in the output matrix- = (4*1) + (2*0) + (0*0) + (3*1) = 7 Similarly, you may be able to calculate that the next ...

LightSpeed HTML Coding For Beginners | Part-3 | Game-Changing Exclusive features of HTML

Image
Advanced HTML Coding for Beginners Part-3 Now that you know how to beautify and step up your game with your web page and HTML Coding gets to know about some of the game-changing exclusive features of HTML which nobody will tell you about. But before that, check out Part-2 and Part-1 if you've not checked that out or are new around here.  How to view an HTML Document in a Web Browser  The Steps to view an HTML document in a web browser are given below.  1. After you are done with your HTML Document, or you want to check the output of your code, you need to first save your document. To keep your file, click the data in the tab menu at the top. 2. In the drop-down menu, click on SAVE AS.  3. In the pop-up dialogue box, choose the desired destination for the document. Now, the most important part. Give the desired name to the file and give a .html extension . By default, the extension is .txt  . Giving the .html extensi...