Review of Coursera Deep Learning Specialization
There are over 218 Blockchain courses on Coursera! Which is an incredibly large number of courses! Of these the University of Buffalo has 7900 reviews and the Princeton University has 2800 reviews! Review of Coursera Blockchain Specialization Course offered by University of Buffalo The University of Buffalo is covered by Bina Ramamurthy and has a […]
Python Made Easy for AI – Day 6
Revision: Basics and Print Statements – Day 1 Conditionals – Day 2 Functions – Day 3 Lists – Day 4 Loops – Day 5 Revision – Day 6
Python Made Easy for AI – Day 5
Loops Excercise – 1: Use While to Print count 5 times count = 0if count < 5: print (“Hello, I am an if statement and count is”, count) while count < 5: #Condition print (“Hello, I am a while and count is”, count) count += 1 Excercise – 2: Print Square of a numbers […]
Python Made Easy for AI – Day 4.3
Lists Excercise – 1: List your Family Members in a List in this sequence: Mom, Dad, Elder One family = [“Indira”, “Madhu”, “Somu”]; if len(family) > 0: print (“Sweet mom is ” + family[0]) #Accessing by index print (“Caring Dad is ” + family[1]) print (“Elder one is ” + family[2]) print (family) Excercise – […]
Python Made Easy for AI – Day 3
Functions Excercise – 1: Function Coinflip, On a coin toss if it’s Heads: India Bat’s, If it’s tails: Australia Bats: def coinflip(Toss): if Toss == “Heads”: print (“India’s Batting”) else: print (“Australia’s Batting”) coinflip(“Heads”) Excercise – 2: Function that returns square of any number def square(n): #This is Header squared = n ** 2 […]
Python Made Easy for AI – Day 2
Conditionals Excercise – 1: On a coin toss if it’s Heads: India Bat’s, If it’s tails: Australia Bats Toss = “Heads”if Toss == “Heads”: print (“India’s Batting”)else: print (“Australia’s Batting”) Excercise – 2: Logic of Traffic Signals: signal = “green”if signal == “green”: print (“Go”) Excercise – 3: #90 or higher should get an […]
Python Made Easy for AI – Day 1
Hello World! If programming is the act of teaching a computer to have a conversation with a user, it would be most useful to first teach the computer how to speak. In Python, this is accomplished with the print statement. print (“Hello, world!”) A print statement is the easiest way to get your Python program […]
Pixeltests is hiring
Want to work with the Pixeltests team and the founder directly? Well also the best way to learn is actually learn, teach and consult (or startup)! (Obviously this is paid & part time for now!) We expect a few hours per week to begin with & would increase as time progresses Below are the list […]
Password reset instructions for enrolled community members
Hello, I hope you are doing well, so you lost your password! No worries. You can easily reset it by following these instructions. Once you are enrolled completely all the courses + bonuses would have been unlocked for you! 1) Kindly check your spam and promotions for mails from teachable 2) Please mark all emails […]
Top 5 Online Data Science Programs Currently over $1000 or INR 71,000 in the United States
You can easily become a Data Scientist or Machine Learning Engineer or Artificial Intelligence Scientist in this day. There are several options for both in-person classes and online classes. Almost no program is structured alike (even though most of the syllabus is similar). The barrier to learn, discover is extremely low, however, there is definitely […]