Hi, what do you want to do?
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Introduction
This video provides an overview of the course, its objectives, and the skills we will acquire. We will understand the importance of offline-first apps and get motivated to dive into the exciting world of Angular, Ionic, PouchDB, and...
Flipping Physics
Review of all Mechanics Dimensions - AP Physics C
This is a review of all of the dimensions used in AP Physics C - Mechanics. Okay, maybe it doesn't cover some of the basic dimensions, however, if you don't know that linear velocity is in furlongs per fortnight, then I probably can't...
Flipping Physics
#9 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about determining the period of oscillation when given the equation for an object in simple harmonic motion.
Flipping Physics
#6 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about relating the angular velocity of a wheel to its linear momentum.
Flipping Physics
#33 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the average power input to a wheel when we know the moment of inertia of the wheel, the change in angular velocity and the time interval.
Flipping Physics
#32 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the average net torque on a wheel when we know the change in its angular speed, moment of inertia and change in time.
Flipping Physics
#57 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the relationship between frequency and radius for a charged particle moving in a circle in a constant magnetic field.
Flipping Physics
Centripetal Acceleration Introduction
Why is there a “center seeking” centripetal acceleration? A step-by-step walk through of the answer to this question.
Flipping Physics
#29 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about determining the magnitude of the centripetal acceleration of an object moving in a circle, however, you might not initially identify it as such.
Flipping Physics
#11 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about what happens to angular speed, tangential acceleration and centripetal acceleration for a satellite in a circular orbit.
Flipping Physics
All Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
These are my solutions to the Multiple Choice section of the Mechanics portion of the 1998 AP Physics C released exam. AP® is a registered trademark of the College Board, which was not involved in the production of, and does not...
Flipping Physics
Mechanics #2 Free Response Question Solutions - AP Physics C 1998 Released Exam
This Free Response Question includes the following concepts: Center of Mass of a System of Particles, Translational and Rotational Kinetic Energy, Conservation of Linear and Angular Momentum, Angular Momentum of a System of Particles and...
Flipping Physics
(2 of 2) Mechanics - Review of all Topics - AP Physics C
0:00 Intro
0:11 Circular Motion: Angular Velocity and Angular Accler
ation
0:37 Circular Motion: Centripetal Ac
celeration
0:56 Circular Motion: Arc Length, Tangential Velocity and Tangenti
al...
0:11 Circular Motion: Angular Velocity and Angular Accler
ation
0:37 Circular Motion: Centripetal Ac
celeration
0:56 Circular Motion: Arc Length, Tangential Velocity and Tangenti
al...
Curated Video
Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics.<br/>
• Understand vectors a<br/>nd matrices
• Fi<br/>nd transpose of matrix
• Understand vectors a<br/>nd matrices
• Fi<br/>nd transpose of matrix
Curated Video
Predictive Analytics with TensorFlow 4.2: From Disaster to Decision –Titanic Example Revisited
In this video, we will see how we could develop several predictive models for Titanic survival prediction and do some analytics using them. In particular, we will discuss logistic regression, random forest, and linear SVM. We start with...
Flipping Physics
AP Physics 1: Equations to Memorize
Equations to memorize for the AP Physics 1 Exam.
Curated Video
Predictive Analytics with TensorFlow 4.1: Supervised Learning for Predictive Analytics
In this video, we will see a type of machine learning process that is supervised learning. We will also see linear regression. We will use it for movie rating prediction. • See the spam filtering example • Use linear regression for movie...
Curated Video
Predictive Analytics with TensorFlow 1.1: The Course Overview
This video will give you an overview about the course.
Curated Video
Ensemble Machine Learning Techniques 2.5: Ensemble Learning for Regression
In this video, we will use python to write a simple ensemble learning model for Regression. • We will use Jupyter Notebook to execute our code • Use of Height vs weight to demonstrate the ensemble technique • Use different models instead...
Curated Video
Predictive Analytics with TensorFlow 6.4: TF-IDF Model for Predictive analytics
TF-IDF measures how important a word is in a document or in a collection of documents. It is used extensively in informational retrieval and reflects the weight of the word in the document, frequency and the inverse document frequency. •...
Curated Video
Predictive Analytics with TensorFlow 2.3: Using Information Theory in Predictive Modeling
This video will first explain you the information theory. We will then see types of entropy. We will use the information theory in Python. • Study the different types of entropy • Use information theory in Python
Curated Video
Predictive Analytics with TensorFlow 10.1: Recommendation Systems
Recommendation systems is a subclass of information filtering system that helps predict the "rating" or "preference" based on the rating provided by users of an item. We will also see collaborative filtering and content-based filtering...
Curated Video
Predictive Analytics with TensorFlow 7.1: Deep Learning for Better Predictive Analytics
DL is a branch of ML based on a set of algorithms that attempt to model high-level abstractions in data. In this video, we will see artificial neural networks and deep neural networks. We will also see deep neural networks architecture....
Curated Video
Predictive Analytics with TensorFlow 11.3: Developing a Stock Price Predictive Model
An emerging area for applying is the stock market trading, where a trader acts like a reinforcement agent since buying and selling particular stock changes the state of the trader by generating profit or loss, that is, reward. • Define...