Difference between revisions of "IU:TestPage"

From IU
Jump to navigation Jump to search
Line 1: Line 1:
   
= Motion planning for autonomous vehicles =
+
= Market Research for IT Startups =
* '''Course name''': Motion planning for autonomous vehicles
+
* '''Course name''': Market Research for IT Startups
 
* '''Code discipline''':
 
* '''Code discipline''':
* '''Subject area''': Robotics
+
* '''Subject area''': Technological Entrepreneurship
   
 
== Short Description ==
 
== Short Description ==
  +
This course is for students who see themselves as entrepreneurs. The course is designed for the early development of business ideas and provides methods and guidelines for business research. The course teaches how to assess the potential of business ideas, hypothesis thinking, methods for generating ideas and testing their quality
 
   
 
== Prerequisites ==
 
== Prerequisites ==
   
 
=== Prerequisite subjects ===
 
=== Prerequisite subjects ===
  +
* N/A
 
   
 
=== Prerequisite topics ===
 
=== Prerequisite topics ===
  +
* N/A
 
   
 
== Course Topics ==
 
== Course Topics ==
Line 22: Line 22:
 
! Section !! Topics within the section
 
! Section !! Topics within the section
 
|-
 
|-
  +
| Ideation tools ||
| 1.0 Introduction to Optimization & Variation of Calculus & Hamiltonian theory<br>(Optimal control) & Pontryagin’s Minimum Principle ||
 
  +
# Art VS Creativity
# Constrained optimization
 
  +
# Ability to discover
# Least squares fitting
 
  +
# How to generate ideas
# Least squares fitting with regularization
 
  +
# Creativity sources
# Smoothing
 
  +
# Ideation in groups
# Penalty functions
 
  +
# Rules for ideation for startups
# Robust estimation
 
# Feasible problems
 
# Quadratic problems
 
# Linear problems
 
# Extremum
 
# Convexity
 
# Linearization of function up to the second variation
 
# Incremental of a function
 
# Incremental of a functional
 
# Fixed value problem
 
# Free terminal point problem
 
# Fix point problem ( t f is fixed and x(tf) is free)
 
# Fix point problem ( t f is free and x(tf) is fixed)
 
# Free endpoint problem: if tf and x(tf) are uncorrelated
 
# Free endpoint problem: if tf and x(tf) are depended on each other
 
# Constrained Minimization of functions
 
# Ï Elimination method (direct method)
 
# Ï The Lagrange multiplier method: examples, general
 
# formulation
 
# Constrained Minimization of functional: Point constraints,
 
# differential equation constraints
 
# Hamiltonian
 
# The necessary condition for optimal control
 
# Boundary conditions for optimal control: with the fixed final
 
# time and the final state specified or free
 
# Boundary conditions for optimal control: with the free final
 
# time and the final state specified, free, lies on the moving
 
# point x f = θ (t f ) , or lies on a moving surface m(x(t)) )
 
# Optimal control problem
 
# Pontryagin’s Minimum Principle
 
# Optimal boundary value problem
 
# Minimizing the square of the jerk
 
# Minimizing the square of acceleration
 
 
|-
 
|-
  +
| Market research content ||
| 2.0 Graph-based Path planning & Sampling-based path planning ||
 
  +
# Types of research: primary vs secondary
# Configuration Space vs Search Space for Robot
 
  +
# How to plan a research
# Path Planning Problem Formulation
 
  +
# Market research chapters content
# Search-based Planning: Mapping
 
  +
# Frameworks used in a market research (SWOT, Persona, etc)
# Search-based Planning: Graph
 
  +
# Tools and sources to conduct a competitors analysis
# Graph Searching
 
# Depth First Search
 
# Breath First Search
 
# Cost Consideration
 
# Dijkstra’s Algorithm
 
# Greedy Best First Search
 
# A*: Combination of Greedy Best First Search and Dijkstra’s
 
# Algorithm
 
# A*: Design Consideration
 
# Graph-based search problem classification
 
# KinoDynamic A*:Heuristics, Generating motion primitives,
 
# finding neighbours
 
# Hybrid A*: Motion model, finding neighbours, the cost to go h, and cost so far g
 
# Probabilistic Road Map (PRM)
 
# Rapidly-exploring Random Tree (RRT)
 
# Rapidly-exploring Random Tree* (RRT*)
 
# Pros and Cons of RRT and RRT*
 
 
|-
 
|-
  +
| Customer development ||
| 3.0 Linear Quadratic Regulator (LQR) & Model Predictive Control (MPC)<br>& Curve Fitting & Frenet frame trajectory planning ||
 
  +
# Interviews are the main tool for “Get Out The Building” technique
# LQR Formulation
 
  +
# The "Mum's Test"
# LQR via least squares
 
  +
# Jobs-To-Be-Done
# Hamilton Jacobi Bellman (HJB) Approach
 
  +
# Good and bad interview questions
# Bellman Optimality
 
  +
|-
# LQR with HJB
 
  +
| Market sizing ||
# Hamiltonian formulation to find the optimal control policy
 
  +
# Market analysis VS market sizing
# Linear quadratic optimal tracking
 
  +
# Sizing stakeholders and their interests
# Optimal reference trajectory tracking with LQR
 
  +
# Sizing methods
# Ways to solve Optimal Control (OCP) Problems
 
  +
# TAM SAM SOM calculation examples
# OCP Using Nonlinear Programming Problem (NLP)
 
  +
|-
# Model Predictive Control: Prediction model, Constraints
 
  +
| Data for a research ||
# Reference trajectory tracking
 
  +
# Sources and tools for competitors overview
# Simplified Motion Model
 
  +
# Sources and tools for product and traffic analysis
# With Multiple Shooting and direct collocation
 
  +
# Sources and tools for trend watching
# Continuous nonlinear system linearization
 
  +
# Life hacks for search
# Discrete-time nonlinear system linearization
 
  +
|-
# Linear Time-Varying Model Predictive Control
 
  +
| Founder motivation ||
# Path tracking control
 
  +
# Ways to Stay Motivated as an Entrepreneur
# Path tracking control with MPC: kinematic model, trajectory
 
  +
# Exercises for founders motivation
# generation, dynamic model, and cost, formulation
 
  +
|-
# n degree polynomial fitting
 
  +
| Pitch Day ||
# Euler–Lagrange equation
 
  +
# Market research results presentations
# Minimum jerk trajectory (MJT) generation
 
# Quintic polynomial
 
# Lagrange polynomials
 
# Lagrange first-order, second-order, and nth-order
 
# interpolation
 
# Spline interpolation: Linear, Quadratic, and Cubic Spline
 
# Other types of curve fitting: Gradient descent, Double arc
 
# trajectory interpolation
 
# Nonlinear curve fitting
 
# Bezier curve fitting
 
# B-spline curve fitting
 
# Frenet frame
 
# Curve parameterization of the reference trajectory
 
# Estimate the position of a given Spline
 
# The road-aligned coordinate system with a nonlinear
 
# dynamic bicycle model
 
# Frenet frame trajectory tracking using a nonlinear bicycle
 
# model
 
# Transformations from Frenet coordinates to global
 
# coordinates
 
# Polynomial motion planning
 
# Frenet frame trajectory generation algorithm
 
# Calculate global trajectories
 
 
|}
 
|}
 
== Intended Learning Outcomes (ILOs) ==
 
== Intended Learning Outcomes (ILOs) ==
   
 
=== What is the main purpose of this course? ===
 
=== What is the main purpose of this course? ===
  +
This course aims to give students theoretical knowledge and practical skills on how to assess market potential at an early stage of an IT startup (or any company) development. The ultimate goal is to teach students to conduct market research for their business.
 
   
 
=== ILOs defined at three levels ===
 
=== ILOs defined at three levels ===
Line 141: Line 71:
 
==== Level 1: What concepts should a student know/remember/explain? ====
 
==== Level 1: What concepts should a student know/remember/explain? ====
 
By the end of the course, the students should be able to ...
 
By the end of the course, the students should be able to ...
  +
* Market research techniques using open data,
 
  +
* Typology of market assessment methods,
  +
* Types of research data and their application,
  +
* Market research components: competitors overview, value proposition, trend watching, venture status, business models, buyers profile etc
   
 
==== Level 2: What basic practical skills should a student be able to perform? ====
 
==== Level 2: What basic practical skills should a student be able to perform? ====
 
By the end of the course, the students should be able to ...
 
By the end of the course, the students should be able to ...
  +
* Methods of ideation,
 
  +
* TAM SAM SOM method, 2 approaches,
  +
* Applied tools and resources for market sizing,
  +
* Principles to work with business hypotheses
   
 
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====
 
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====
 
By the end of the course, the students should be able to ...
 
By the end of the course, the students should be able to ...
  +
* Identify and describe the market
 
  +
* Assess market potential for any business idea
  +
* Conduct relevant market research before starting up a business
  +
* Use the most relevant and high-quality data for a market research
 
== Grading ==
 
== Grading ==
   
Line 158: Line 97:
 
! Grade !! Range !! Description of performance
 
! Grade !! Range !! Description of performance
 
|-
 
|-
| A. Excellent || 90.0-100.0 || -
+
| A. Excellent || 85.0-100.0 || -
 
|-
 
|-
| B. Good || 75.0-89.0 || -
+
| B. Good || 70.0-84.0 || -
 
|-
 
|-
| C. Satisfactory || 50.0-74.0 || -
+
| C. Satisfactory || 50.0-69.0 || -
 
|-
 
|-
 
| D. Fail || 0.0-50.0 || -
 
| D. Fail || 0.0-50.0 || -
Line 173: Line 112:
 
! Activity Type !! Percentage of the overall course grade
 
! Activity Type !! Percentage of the overall course grade
 
|-
 
|-
  +
| Paper #0: Market research structure || 0-10 scale (costs 10% final)
| Assignment || 50
 
 
|-
 
|-
  +
| Paper #1: TAM SAM SOM || 0-10 scale (costs 20% final)
| Quizzes || 20
 
 
|-
 
|-
  +
| Workshops activity || 3 points for each of 7 workshops: 1 point=participation, 2 points=discussion, 3 points=valuable results (costs 21% final)
| In-class activity || 10
 
 
|-
 
|-
  +
| Paper #2: Market research || 0-10 scale (costs 30% final)
| Mini-project || 20
 
  +
|-
  +
| Final Presentation || 0-10 scale (costs 20% final)
 
|}
 
|}
   
 
=== Recommendations for students on how to succeed in the course ===
 
=== Recommendations for students on how to succeed in the course ===
  +
Participation is important. Showing up and participating in discussions is the key to success in this course.<br>Students work in teams, so coordinating teamwork will be an important factor for success.<br>Reading the provided materials is mandatory, as lectures will mainly consist of discussions and reflections not slides or reading from scratch.<br>The main assignment in the course is Market research paper which is supposed to be useful not only for this course but s a basis for future business oriented courses
 
   
 
== Resources, literature and reference materials ==
 
== Resources, literature and reference materials ==
   
 
=== Open access resources ===
 
=== Open access resources ===
  +
* - article with reflections on the methodology book on the 55 typical business models
 
  +
* - a book with instructions on how to communicate with your potential users. How to conduct interviews so that you understand what the client wants to say and not what you want to hear.
  +
* - the case book on the Jobs To Be Done. With JTBD, we can make predictions about which products will be in demand in the market and which will not. The idea behind the theory is that people don't buy products, but "hire" them to perform certain jobs.
  +
* A selection of with a summary of key ideas from Harvard Business Review
  +
* F. Sesno "" - the book on how to get information out of people through questions.
  +
* a visual guide book to dealing with your inner procrastinator
   
 
=== Closed access resources ===
 
=== Closed access resources ===
  +
* Crunchbase.com
 
  +
* Statista.com
   
 
=== Software and tools used within the course ===
 
=== Software and tools used within the course ===
  +
* Boardofinnovation.com
 
  +
* Miro.com
  +
* Notion.com
  +
* MS Teams
 
= Teaching Methodology: Methods, techniques, & activities =
 
= Teaching Methodology: Methods, techniques, & activities =
   
Line 201: Line 151:
 
|+ Activities within each section
 
|+ Activities within each section
 
|-
 
|-
! Learning Activities !! Section 1 !! Section 2 !! Section 3
+
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5 !! Section 6 !! Section 7
 
|-
 
|-
| Lectures || 1 || 1 || 1
+
| Interactive Lectures || 1 || 1 || 1 || 1 || 1 || 1 || 1
 
|-
 
|-
| Interactive Lectures || 1 || 1 || 1
+
| Lab exercises || 1 || 1 || 1 || 1 || 1 || 1 || 0
 
|-
 
|-
| Lab exercises || 1 || 1 || 1
+
| Group projects || 1 || 0 || 0 || 0 || 0 || 1 || 1
 
|-
 
|-
| Development of individual parts of software product code || 1 || 1 || 1
+
| Flipped classroom || 1 || 1 || 1 || 1 || 1 || 1 || 0
 
|-
 
|-
| Individual Projects || 1 || 1 || 1
+
| Discussions || 1 || 1 || 1 || 1 || 1 || 1 || 1
 
|-
 
|-
| Quizzes (written or computer-based) || 1 || 1 || 1
+
| Presentations by students || 1 || 0 || 1 || 0 || 0 || 0 || 1
 
|-
 
|-
| Discussions || 1 || 1 || 1
+
| Oral Reports || 1 || 0 || 1 || 0 || 0 || 0 || 1
 
|-
 
|-
| Presentations by students || 1 || 1 || 1
+
| Cases studies || 0 || 1 || 0 || 1 || 1 || 1 || 0
 
|-
 
|-
| Written reports || 1 || 1 || 1
+
| Experiments || 0 || 0 || 1 || 0 || 0 || 0 || 0
 
|-
 
|-
| Experiments || 0 || 0 || 1
+
| Written reports || 0 || 0 || 1 || 0 || 0 || 1 || 0
  +
|-
  +
| Individual Projects || 0 || 0 || 0 || 1 || 0 || 0 || 0
  +
|-
  +
| Peer Review || 0 || 0 || 0 || 0 || 0 || 0 || 1
 
|}
 
|}
 
== Formative Assessment and Course Activities ==
 
== Formative Assessment and Course Activities ==
Line 233: Line 187:
 
! Activity Type !! Content !! Is Graded?
 
! Activity Type !! Content !! Is Graded?
 
|-
 
|-
  +
| Discussion || Difference between Art and Creativity. Examples from your personal experience<br>Tools to manage your attention: work with exercises above<br>Is it true that an ideation stage is the very first step to take when starting your own business? If not, what needs to be done before?<br>Idea diary: share your experience, was it useful? How to keep motivation to continue?<br>Sharing your business ideas: is it risky for a founder? Why?<br>Name and discuss principles of hypothesis thinking<br>Name and comment on ideation tool you know. Did you have an experience with it?<br>Where to take creativity? Your advice<br>Lets find examples of “Steal like an artist” approach among startups<br>Create a list of 5 business ideas you have ever had in your mind. Choose 1 and make an exhaustive list of the problems that are associated with the proposed business idea. || 0
| Quiz || 1. Solving constrained optimization?<br>2. Solving Least squares fitting with regularization?<br>3. Solving smoothing of a trajectory?<br>4. Solving problems with penalty functions?<br>5. How to estimate robust control? || 10
 
 
|-
 
|-
  +
| Workshop || Break into teams, choose from the list below 1 tool to work with. Use the templates to create new business ideas. Summarize the results. Share your results and experience of using the template with other teams || 1
| Individual Assignments || A1: Fix point problem ( t f is fixed and x(t f ) is free)<br>Define a motion planner where the start and final states are fixed, Given an objective function, the objective is to derive optimal control based on Hamiltonian and simulate on Gazebo-based environment <br><br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br><br>A2: Fix point problem ( t f is fixed and x(t f ) is free)<br>Define a motion planner where the start and final states are fixed, however placing a set of state and control constraints. Given an objective function, the objective is to derive optimal control based on Pontryagin’s Minimum Principle and simulate on Gazebo-based environment <br><br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Importance of placing constraints on state and control spaces <br><br>A2: Optimal boundary value problem<br>Define a motion planner that minimizes the square of acceleration for ground vehicle <br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br>- Effects of minimizing jerk over acceleration || 20
 
  +
|-
  +
| Exercise || Start an "Idea diary" (not necessarily business ideas): create a convenient place for notes (notion, pinterest, instagram, paper notebook, etc.). Note the time/place/circumstances of ideas coming, learn to write down ideas. Draw conclusions from 1 week's work: where, when, how, why new ideas arise and whether you can manage their flow. || 0
 
|}
 
|}
 
==== Section 2 ====
 
==== Section 2 ====
Line 243: Line 199:
 
! Activity Type !! Content !! Is Graded?
 
! Activity Type !! Content !! Is Graded?
 
|-
 
|-
  +
| Discussion || What are the basic steps in market research?<br>What are the commonly used market research methods?<br>What research question types can be asked in surveys?<br>Should startup prefer primary or secondary research? || 0
| Quiz || 1. Difference between configuration space vs search space for robots?<br>2. How to estimate heuristics for KinoDynamic A*?<br>3. How to find the motion model, neighbours, cost to go h, and<br>cost so far g for Hybrid A*?<br>4. Different between Depth First Search, breath first search, and best first search algorithms?<br>5. How to classify graph-based search problem? || 5
 
  +
|-
  +
| Workshop || SWOT analysis: compare your business idea with competitors and market situation<br> Get familiar with industry trends and reports: Find and create a list of 3 to 5 business research papers or trend reports in your industry || 0
 
|-
 
|-
  +
| Home written assignment || Market research doc: create a structure that is:<br>1-2 pages long<br>Describes your business idea<br>Contains the structure of your future research<br>Contains a list of questions to answer during the research for each chapter proposed<br>Contains links and references to data sources potentilly interesting to use in a research<br>Its feasible: it should be a chance you may answer all the questions stated in the doc<br>The doc format is designed and well structured || 1
| Individual Assignments || A1: kinematically feasible path planning <br>Implementation of the Hybrid A* for car-like ground vehicle and simulate planning in various environments <br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br><br>A2: Dynamically feasible path planning <br>Implementation of the KinoDynamic A* for car-like ground vehicle and simulate planning in various environments <br><br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br><br>A2: Sampling-based path planning <br>Develop a sampling-based path planner, RRT*, and compare with KinoDynamic A* and Hybrid A*<br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br>- Check the performance in term of reaching the goal and execution time || 15
 
 
|}
 
|}
 
==== Section 3 ====
 
==== Section 3 ====
Line 253: Line 211:
 
! Activity Type !! Content !! Is Graded?
 
! Activity Type !! Content !! Is Graded?
 
|-
 
|-
  +
| Oral test || Good or bad interview question?<br>Useful or useless feedback? || 0
| Quiz || 1. List down ways to solve optimal control (OCP) problems.<br>2. How to formulate OCP using nonlinear programming problem (NLP)?<br>3. Difference between multiple shooting and direct collocation?<br>4. Explain the hamilton Jacobi bellman (HJB) approach?<br>5. How to formulate optimal reference trajectory tracking using (Linear Quadratic Regulator) LQR? || 5
 
 
|-
 
|-
  +
| Workshop || Work on your customer profile using the Persona template. Make a client interview script with the help of the Problem-validation-script. || 1
| Individual Assignments || A1: Path tracking control with Model predictive control (MPC)<br>Develop a motion planner that sends a set of control commands to the robot to follow a path. Need to design path tracking controller considering: kinematic model, trajectory generation, dynamic model, and cost, formulation<br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Check problem formulation and implementation accuracy <br><br>A2: Hamilton Jacobi Bellman (HJB) Approach<br>Define jerk minimization problem and apply Linear Quadratic Regulator for tracking the trajectory. Initially, the analytical solution should be developed and develop in a Gazabo-based simulated environment <br><br>Submit a report and source code:<br>- Experimenting on different scenarios <br>- Checking the accuracy of the trajectory tracker <br>A2: Lagrange polynomials and Spline interpolation<br>Apply a path planner to generate a set of intermediate waypoints and then apply Lagrange polynomials and Spline interpolation and generate trajectory <br>Submit a report and source code:<br>- Compare the properties of these <br>- Check problem formulation and implementation accuracy <br>- Compare results with nonlinear curve fitting algorithms: B-spline and Bezier || 15
 
  +
|-
  +
| Case study || Watch the video with the case study. This is an example of HOW NOT to take a customer discovery interview. Discuss what went wrong? || 0
  +
|}
  +
==== Section 4 ====
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Workshop || Estimate your target market using the TAM-SAM-SOM template in MIRO. Explain the data. || 1
  +
|-
  +
| Case study || Learn a market sizing case: online babysitting service || 0
  +
|}
  +
==== Section 5 ====
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Workshop || Use 3 tools from this lesson's theory that you are least familiar with or have not used at all. From each source, take one insight on the state of your project's market. (For example, the total size of your target market, a leading competitor, number of users, or a growing trend) || 0
  +
|-
  +
| Oral presentation || Take one tool from the list below and create a “how-to” guide to the service for your classmates. The guide could be done in a form of 1) video-instruction 2) text 3) visualized scheme 4) presentation. The guide must answer how to use a tool and give an example of its use on concrete case study. Studying the guide should take your reader not mach then 15 min. || 1
  +
|}
  +
==== Section 6 ====
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Workshop || Exercises:<br>Personal SWOT Analysis<br>List of Personal Achievements<br>Analysis of Motivating Activities<br>Your Personal Vision || 0
  +
|}
  +
==== Section 7 ====
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Pitch session || The final Market Research report should follow the structure discussed <br>Content of the oral presentation may include: business description, market overview, main sources used in the research, competitors overview, monetization opportunity, market size, further stages of research or business work, team, comments on some challenges during the work || 1
 
|}
 
|}
 
=== Final assessment ===
 
=== Final assessment ===
 
'''Section 1'''
 
'''Section 1'''
  +
# For the final assessment, students should complete the Market Research paper.
# Can be a final exam, project defence, or some other equivalent of the final exam.
 
  +
# It should follow the market research paper structure, contain information about market volume (TAM SAM SOM), data must be gathered with help of data sources learnt.
# For the final assessment, students present the project work they have accomplished during the course. Below are the grading criteria for each section.
 
  +
# The paper should refer to market potential and give the basis to make business decisions, answer questions on how to start and develop your idea, what is your business model, target customer persona, product MVP etc.
# Section 1/2/3 Mini-Project
 
  +
# Grading criteria for the final project presentation:
# Need to select a topic from the provided project list, and propose the approach to solve the problem. Afterwards, need to develop and test the proposed approach in a simulated setup
 
  +
# Market sizing has been carried out
# Understanding how to formulate a given motion planning problem
 
  +
# Customer segments are named
# Checking implementation accuracy
 
  +
# Сompetitor analysis has been conducted
# Reporting on finding and difficulting while formulating and implementing the proposed approach
 
  +
# At least 2 prominent data sources are used
  +
# Customer discovery interviews conducted
  +
# Future steps are mapped out
  +
# The final report is visualized clearly and transparent
 
'''Section 2'''
 
'''Section 2'''
   
 
'''Section 3'''
 
'''Section 3'''
  +
  +
'''Section 4'''
  +
  +
'''Section 5'''
  +
  +
'''Section 6'''
  +
  +
'''Section 7'''
   
   
 
=== The retake exam ===
 
=== The retake exam ===
 
'''Section 1'''
 
'''Section 1'''
# For the retake, students have to implement a given motion planning problem. First, need to formulate it with logical reasons for justifying it. Second, need to develop the proposed idea in a simulated setup. Answer a set of theoretical questions that comes from section 1, section 2, and section 3.
+
# For the retake, students have to submit the results of the market sizing exercise with the TAM SAM SOM method in the form of a visual framework studied.
 
'''Section 2'''
 
'''Section 2'''
   
 
'''Section 3'''
 
'''Section 3'''
  +
  +
'''Section 4'''
  +
  +
'''Section 5'''
  +
  +
'''Section 6'''
  +
  +
'''Section 7'''

Revision as of 16:16, 9 February 2023

Market Research for IT Startups

  • Course name: Market Research for IT Startups
  • Code discipline:
  • Subject area: Technological Entrepreneurship

Short Description

This course is for students who see themselves as entrepreneurs. The course is designed for the early development of business ideas and provides methods and guidelines for business research. The course teaches how to assess the potential of business ideas, hypothesis thinking, methods for generating ideas and testing their quality

Prerequisites

Prerequisite subjects

  • N/A

Prerequisite topics

  • N/A

Course Topics

Course Sections and Topics
Section Topics within the section
Ideation tools
  1. Art VS Creativity
  2. Ability to discover
  3. How to generate ideas
  4. Creativity sources
  5. Ideation in groups
  6. Rules for ideation for startups
Market research content
  1. Types of research: primary vs secondary
  2. How to plan a research
  3. Market research chapters content
  4. Frameworks used in a market research (SWOT, Persona, etc)
  5. Tools and sources to conduct a competitors analysis
Customer development
  1. Interviews are the main tool for “Get Out The Building” technique
  2. The "Mum's Test"
  3. Jobs-To-Be-Done
  4. Good and bad interview questions
Market sizing
  1. Market analysis VS market sizing
  2. Sizing stakeholders and their interests
  3. Sizing methods
  4. TAM SAM SOM calculation examples
Data for a research
  1. Sources and tools for competitors overview
  2. Sources and tools for product and traffic analysis
  3. Sources and tools for trend watching
  4. Life hacks for search
Founder motivation
  1. Ways to Stay Motivated as an Entrepreneur
  2. Exercises for founders motivation
Pitch Day
  1. Market research results presentations

Intended Learning Outcomes (ILOs)

What is the main purpose of this course?

This course aims to give students theoretical knowledge and practical skills on how to assess market potential at an early stage of an IT startup (or any company) development. The ultimate goal is to teach students to conduct market research for their business.

ILOs defined at three levels

Level 1: What concepts should a student know/remember/explain?

By the end of the course, the students should be able to ...

  • Market research techniques using open data,
  • Typology of market assessment methods,
  • Types of research data and their application,
  • Market research components: competitors overview, value proposition, trend watching, venture status, business models, buyers profile etc

Level 2: What basic practical skills should a student be able to perform?

By the end of the course, the students should be able to ...

  • Methods of ideation,
  • TAM SAM SOM method, 2 approaches,
  • Applied tools and resources for market sizing,
  • Principles to work with business hypotheses

Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios?

By the end of the course, the students should be able to ...

  • Identify and describe the market
  • Assess market potential for any business idea
  • Conduct relevant market research before starting up a business
  • Use the most relevant and high-quality data for a market research

Grading

Course grading range

Grade Range Description of performance
A. Excellent 85.0-100.0 -
B. Good 70.0-84.0 -
C. Satisfactory 50.0-69.0 -
D. Fail 0.0-50.0 -

Course activities and grading breakdown

Activity Type Percentage of the overall course grade
Paper #0: Market research structure 0-10 scale (costs 10% final)
Paper #1: TAM SAM SOM 0-10 scale (costs 20% final)
Workshops activity 3 points for each of 7 workshops: 1 point=participation, 2 points=discussion, 3 points=valuable results (costs 21% final)
Paper #2: Market research 0-10 scale (costs 30% final)
Final Presentation 0-10 scale (costs 20% final)

Recommendations for students on how to succeed in the course

Participation is important. Showing up and participating in discussions is the key to success in this course.
Students work in teams, so coordinating teamwork will be an important factor for success.
Reading the provided materials is mandatory, as lectures will mainly consist of discussions and reflections not slides or reading from scratch.
The main assignment in the course is Market research paper which is supposed to be useful not only for this course but s a basis for future business oriented courses

Resources, literature and reference materials

Open access resources

  • - article with reflections on the methodology book on the 55 typical business models
  • - a book with instructions on how to communicate with your potential users. How to conduct interviews so that you understand what the client wants to say and not what you want to hear.
  • - the case book on the Jobs To Be Done. With JTBD, we can make predictions about which products will be in demand in the market and which will not. The idea behind the theory is that people don't buy products, but "hire" them to perform certain jobs.
  • A selection of with a summary of key ideas from Harvard Business Review
  • F. Sesno "" - the book on how to get information out of people through questions.
  • a visual guide book to dealing with your inner procrastinator

Closed access resources

  • Crunchbase.com
  • Statista.com

Software and tools used within the course

  • Boardofinnovation.com
  • Miro.com
  • Notion.com
  • MS Teams

Teaching Methodology: Methods, techniques, & activities

Activities and Teaching Methods

Activities within each section
Learning Activities Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7
Interactive Lectures 1 1 1 1 1 1 1
Lab exercises 1 1 1 1 1 1 0
Group projects 1 0 0 0 0 1 1
Flipped classroom 1 1 1 1 1 1 0
Discussions 1 1 1 1 1 1 1
Presentations by students 1 0 1 0 0 0 1
Oral Reports 1 0 1 0 0 0 1
Cases studies 0 1 0 1 1 1 0
Experiments 0 0 1 0 0 0 0
Written reports 0 0 1 0 0 1 0
Individual Projects 0 0 0 1 0 0 0
Peer Review 0 0 0 0 0 0 1

Formative Assessment and Course Activities

Ongoing performance assessment

Section 1

Activity Type Content Is Graded?
Discussion Difference between Art and Creativity. Examples from your personal experience
Tools to manage your attention: work with exercises above
Is it true that an ideation stage is the very first step to take when starting your own business? If not, what needs to be done before?
Idea diary: share your experience, was it useful? How to keep motivation to continue?
Sharing your business ideas: is it risky for a founder? Why?
Name and discuss principles of hypothesis thinking
Name and comment on ideation tool you know. Did you have an experience with it?
Where to take creativity? Your advice
Lets find examples of “Steal like an artist” approach among startups
Create a list of 5 business ideas you have ever had in your mind. Choose 1 and make an exhaustive list of the problems that are associated with the proposed business idea.
0
Workshop Break into teams, choose from the list below 1 tool to work with. Use the templates to create new business ideas. Summarize the results. Share your results and experience of using the template with other teams 1
Exercise Start an "Idea diary" (not necessarily business ideas): create a convenient place for notes (notion, pinterest, instagram, paper notebook, etc.). Note the time/place/circumstances of ideas coming, learn to write down ideas. Draw conclusions from 1 week's work: where, when, how, why new ideas arise and whether you can manage their flow. 0

Section 2

Activity Type Content Is Graded?
Discussion What are the basic steps in market research?
What are the commonly used market research methods?
What research question types can be asked in surveys?
Should startup prefer primary or secondary research?
0
Workshop SWOT analysis: compare your business idea with competitors and market situation
Get familiar with industry trends and reports: Find and create a list of 3 to 5 business research papers or trend reports in your industry
0
Home written assignment Market research doc: create a structure that is:
1-2 pages long
Describes your business idea
Contains the structure of your future research
Contains a list of questions to answer during the research for each chapter proposed
Contains links and references to data sources potentilly interesting to use in a research
Its feasible: it should be a chance you may answer all the questions stated in the doc
The doc format is designed and well structured
1

Section 3

Activity Type Content Is Graded?
Oral test Good or bad interview question?
Useful or useless feedback?
0
Workshop Work on your customer profile using the Persona template. Make a client interview script with the help of the Problem-validation-script. 1
Case study Watch the video with the case study. This is an example of HOW NOT to take a customer discovery interview. Discuss what went wrong? 0

Section 4

Activity Type Content Is Graded?
Workshop Estimate your target market using the TAM-SAM-SOM template in MIRO. Explain the data. 1
Case study Learn a market sizing case: online babysitting service 0

Section 5

Activity Type Content Is Graded?
Workshop Use 3 tools from this lesson's theory that you are least familiar with or have not used at all. From each source, take one insight on the state of your project's market. (For example, the total size of your target market, a leading competitor, number of users, or a growing trend) 0
Oral presentation Take one tool from the list below and create a “how-to” guide to the service for your classmates. The guide could be done in a form of 1) video-instruction 2) text 3) visualized scheme 4) presentation. The guide must answer how to use a tool and give an example of its use on concrete case study. Studying the guide should take your reader not mach then 15 min. 1

Section 6

Activity Type Content Is Graded?
Workshop Exercises:
Personal SWOT Analysis
List of Personal Achievements
Analysis of Motivating Activities
Your Personal Vision
0

Section 7

Activity Type Content Is Graded?
Pitch session The final Market Research report should follow the structure discussed
Content of the oral presentation may include: business description, market overview, main sources used in the research, competitors overview, monetization opportunity, market size, further stages of research or business work, team, comments on some challenges during the work
1

Final assessment

Section 1

  1. For the final assessment, students should complete the Market Research paper.
  2. It should follow the market research paper structure, contain information about market volume (TAM SAM SOM), data must be gathered with help of data sources learnt.
  3. The paper should refer to market potential and give the basis to make business decisions, answer questions on how to start and develop your idea, what is your business model, target customer persona, product MVP etc.
  4. Grading criteria for the final project presentation:
  5. Market sizing has been carried out
  6. Customer segments are named
  7. Сompetitor analysis has been conducted
  8. At least 2 prominent data sources are used
  9. Customer discovery interviews conducted
  10. Future steps are mapped out
  11. The final report is visualized clearly and transparent

Section 2

Section 3

Section 4

Section 5

Section 6

Section 7


The retake exam

Section 1

  1. For the retake, students have to submit the results of the market sizing exercise with the TAM SAM SOM method in the form of a visual framework studied.

Section 2

Section 3

Section 4

Section 5

Section 6

Section 7