0% found this document useful (0 votes)
47 views

Machine Learning Training Program - March 24

This document describes an online machine learning internship program conducted by the National Instruments Innovation Center. The program aims to train students in machine learning skills like Python programming, data analysis, visualization, supervised and unsupervised learning algorithms, and model building. It provides an overview of the modules, projects, and certification offered during the 6-week internship.

Uploaded by

Krishna Dixit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Machine Learning Training Program - March 24

This document describes an online machine learning internship program conducted by the National Instruments Innovation Center. The program aims to train students in machine learning skills like Python programming, data analysis, visualization, supervised and unsupervised learning algorithms, and model building. It provides an overview of the modules, projects, and certification offered during the 6-week internship.

Uploaded by

Krishna Dixit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

National Instruments Innovation Center

Conducting
Online Industrial Internship Program on
Machine Learning

Let’s Work on Industry Ready Platform By –


Certified Machine Learning and Deep Learning
Corporate Trainer
*(Daily Live Session & Video Recording also provided )
Batch-1:-26th march- 03rd May 2024
PROGRAM DATE
Batch-2: 13th April - 24th May 2024
Click to Registration: https://formsgle/XMSxrxG2PZMJ1j2K8
Program Controller Contact:-
Mr. Prabhakar Sharma Ph.+91- 8130769879
[email protected]
Conducted by :
National Instruments Innovation Center
Greater Noida, India
Top Skills You Will Learn

Python Programming, Data Analysis


using Python, Exploratory Data
Analysis, Data Visualization using
Matplotlib, Seaborn,
Supervised Machine Learning,
Unsupervised Machine Learning,
Bias-Variance Trade OFF,
Ensemble Learning,
Hyper Parameter Tunning

Build the future with AI,


Machine Learning & Python
Machine Learning for
Industrial

Thanks to availability of the Large amount of data, the machine learning


is becoming a game changer in almost every sector. Even in some
cases the results by ML algorithms are even better then human
perception. Be it Amazon, Netflix, google, the Machine learning is every
where and is going to stay there for a long time. There is a huge demand
of skilled ML/AI Engineers and if you are skilled one then abundance
number of opportunities are waiting for you.

Syphon Analytics & LabVIEW academy- Greater Noida


ABOUT SUMMER INTERNSHIP PROGRAM

The program offers for the B.Tech., M.Tech., Phd and polytechniques
Students, Faculty, Lab Tech. in the following disciplines: Computer Science, AIML,
Data Science, IoT, Cyber security, Cloud computing, Informational Technology,
MCA, BCA, Mechanical, Electrical, Electronics, Biomedical, Instrumentation,
Control System, Automobile, Aeronautical, Aerospace Engineering, applied
science and related branch.

We have designed this internship program according to industry need. During this
Internship Program the focus will be to train the interns in the field of Machine
Learning as there is huge demand for the skilled Machine Learning /Artificial
Intelligence Engineers. The interns will be trained on state of art Machine Learning
Algorithms along with different optimization techniques.

Beside receiving the training, the interns will have the opportunity to work on
several Machine Learning projects covering both classification, regression and web
scraping problems.
ABOUT NI INNOVATION CENTER

The NI Innovation center has NI training Centre as well as NI academy. This center
has complete NI platform including both software and hardware as LabVIEW (Full
Development System, Professional Development System, Vision Development
Module, etc.), Multisim, NI MyRIO, NI MyDAQ, ELVIS, Embedded setup.

AIM

•Train students using virtual platform according to current scenario.


•Train student according to real time industrial approach.
•Improve the technical Knowledge of students for better carrier development.
•Train students for projects design and real time problem solving

Syphon Analytics & LabVIEW academy- Greater Noida


LIST OF PROJECTS

1.Covid-19 Cases Prediction for


Next 30 Days
2.Employee Attrition Prediction
3.Stock Price Prediction
4.Earthquake Prediction Model
5.Predict Tinder Matches
6.Predict Car Prices
7.Rainfall Prediction Model
8.Predict Migration
9.Predict Fuel Efficiency
10.Weather Prediction Model
11.Daily Births Forecasting
12.Stock Price Prediction with
Facebook Prophet Model
13.Next Word Prediction
14.Predict Diabetes
15.Employee Turnover Prediction
16.Weather Forecasting Model
17.Predict Customer Churn
18.Bitcoin Price Prediction
19.Heart Disease Prediction
20.Stock Price Prediction for
Beginners

Syphon Analytics & LabVIEW academy- Greater Noida


Overview of Machine Learning Current Machine Learning
Internship Opportunities in India
This Machine Learning Internship There is a great demand for machine
is a great way for you to start learning professionals both in India
your data science career. It is and across the world. As per news
designed to, both, test your reports, 50,000+ data science jobs
are vacant due to shortage of talent.
knowledge and to give you the
•Lack of good relevant education:
feel and experience of a real- Most universities are lagging in
world data science problem. Here teaching machine learning and
is an overview of this 6 week technology subjects. The pedagogy
internship. isn’t in-sync with what the industry
•Hands on Projects: You will be requires
working on many machine •A Dearth of internship opportunities:
There are very few Machine Learning
learning projects to get expertise
internship opportunities out there,
in the field. resulting in a rapid growth of self-
•Mentoring: You can reach out to taught and uncertified machine
one of our Machine Learning learning professionals
mentors, in case you face any •Lower levels of fluency in coding:
difficulty at any point in the Most self-taught machine learning
program individuals learn by only watching
videos, resulting in negligible
•Live Training: Opportunity to
practice of hands-on ML model
interact with subject experts and building
clear all your doubts in real time. As a result, you end up with an
•Internship Certificate: At the end extremely large population of
of the internship you will receive uncertified professionals competing
an internship completion for the high-paying machine learning
certificate. jobs and Machine Learning Projects.

Syphon Analytics & LabVIEW academy- Greater Noida


Machine Learning with Python Course Module
Module 1: Python for data science/  Hands on Matplotlib
machine learning crash course  Hands on Seaborn
 Different types of visualizations
 Data Types
and their typical use cases
 Comparison Operators
 If, elif and else statements Module 4: Machine Learning
 For Loop
 Introduction to Machine Learning
 While Loop
 Supervised, Unsupervised and
 Functions Semi supervised Machine Learning
 Lambda Expressions  Data Pre-processing
 List Comprehension
 Regression vs classification
 Map and Filter
 Build your first machine learning
Module 2: Data Analysis :NumPy Model: K Nearest Neighbour(KNN)
and Pandas  Build your second machine
learning Model: Naïve Bayes
 Introduction to NumPy
 NumPy Arrays  Build Your third machine learning
Model: Logistics Regression
 NumPy Array Indexing
 Build your fourth machine learning
 NumPy operations
Model : Decision Tree
 Introduction to Pandas
 Series  Build your fifth machine learning
 DataFrames Model: Support Vector Machine
(SVM)
 Missing values and Treatment
 Evaluating classification models:
 Groupby
Performance metrics
 Merging, Joining and
Concatenation  Regression ML Models
 Data Input and Output  Linear Regression and other
regression models
 Project on DATA ANALYSIS
 Evaluating Regression Models:
USING PANDAS
Performance metrics
Module 3: Exploratory Data Analysis  Concept of Overfitting,
 What is EDA? Why it is a very Underfitting
important Step?  Bias Variance Trade-off
 Introduction to Data Visualization  Ensemble Learning

Syphon Analytics & LabVIEW academy- Greater Noida


PROGRAM OUTLINE

Training
Content Sharing

Zoom /G-meet Soft. WhatsApp

Webinar and Assignments, Projects,


Interaction Quiz, Study Material

Assignment Certificate

GitHub
Assignment Interns will be
Submission on certified after
GitHub Repository completion of
training

Projects Technology and Tools

Opportunity to Anaconda Navigator


Python Programming
work on 20
Matplotlib, Seaborn
Machine Learning Numpy Pandas
Projects Scikit learn

Syphon Analytics & LabVIEW academy- Greater Noida


KEY INFORMATION

PROGRAM DATE Batch-1:-26th march- 03rd May 2024


Batch-2: 13th April - 24th May 2024
2nd, 3rd & 4th B.Tech, Students of CSE/IT, AIML,
DS, IOT, Cloud Computing, Electronics, Electrical,
ELIGIBILITY Instrumentation, Communication, Biomedical, ME,
Civil, Applied Science, BSC –MSC, BCA,
Polytechnique, M.Tech & Ph.D Students according
to their project. Faculty of Engineering College.

REGISTRATION Fee 2500/- NIR UPI on program coordinator Number

Paytm, Googlepay and PhonePe (Call to Program


FOR PAYMENT Coordinator, if have any doubt) (+8130769879)

After Office/College hours [6:00 P M- 7:15 PM].


TIMINGS Five day in a week. Recording of each session will
be provided on the same day after LIVE session
REGISTRATION LINK https://forms.gle/XMSxrxG2PZMJ1j2K8

FOR CONTACT

Trainer
Mr. Praveer Saxena
Deep Learning and Machine Learning Microsoft Certified Corporate Trainer
www.syphonanalytics.com
Program Controller
Mr. Prabhakar Sharma
Ph.+91- 8130769879
[email protected]

You might also like