Calendar of Events
M Mon
T Tue
W Wed
T Thu
F Fri
S Sat
S Sun
0 events,
1 event,
Careers in Technology Spring Series 2025 – Peter James Kootsookos, PhD – 25 February 8pm EST / 7 pm CST
Careers in Technology Spring Series 2025 – Peter James Kootsookos, PhD – 25 February 8pm EST / 7 pm CST
Dr Kootsookos, IEEE Connecticut Section Chair. Dr Kootsookos will describe his career preparation. He will conduct a deep dive of his field as an expert in patent arbitration providing source code reviews. He is a teacher of telecommunications, signal & image processing, circuit analysis, digital hardware, and various software engineering courses at the University of New Haven, Fairfield University, Central Connecticut State University, and CT State Community College, Middlesex in the US and the Australian National University and University of Queensland in Australia. He is a Researcher: Signal processing research: more than 40 papers in conferences and international journals in signal, video, and image processing; Full life-cycle systems engineering: requirements, analysis, design, verification, validation, delivery; Quality processes worked with: IS09001-2000, CMMI, ACE (UTC’s Achieving Competitive Excellence). Speaker(s): Dr. Peter James Kootsookos, PhD Virtual: https://events.vtools.ieee.org/m/456326
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
2 events,
IEEE NJ Coast Section Semimonthly Leadership Meeting
IEEE NJ Coast Section Semimonthly Leadership Meeting
Section officer meeting: Event planning sessions. Closed meeting between Chair, Vice Chair, Treasurer, Secretary, others by invitation. Co-sponsored by: [email protected] Agenda: To Be Provide Prior To Meeting. Suggestions welcome. Virtual: https://events.vtools.ieee.org/m/458201
Careers in Technology Spring Series 2025 – Elizabeth Alves – 04 March 8pm EST / 7 pm CST
Careers in Technology Spring Series 2025 – Elizabeth Alves – 04 March 8pm EST / 7 pm CST
Elizabeth Alves STEM Affiliate Leader at Learning Disabilities Association of America Elizabeth Alves will share her preparation for her mission and a deep dive of her endeavors, projects, programs, accomplishments and inspired goals as a passionate Humanitarian with over 20 years of experience in education, specializing in integrating STEM concepts for students of all abilities. Her expertise spans general and special education, with a focus on supporting neuro-diverse learners and the under resourced. Speaker(s): Elizabeth Alves Virtual: https://events.vtools.ieee.org/m/456329
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
1 event,
IEEE NJ Coast Section – Executive Committee Meeting (March) (In-Person Location TBD)
IEEE NJ Coast Section – Executive Committee Meeting (March) (In-Person Location TBD)
IEEE NJ Coast Section - Executive Committee Meeting (March) (In-Person Location TBD) Co-sponsored by: [email protected] Agenda: 1. Vote / Accept Meeting Minutes (Laura) 2. Treasurer's Report (Mike) 3. Chair's Report(s) (Filomena) 4. Chapter Reports (Each Chapter Chair) - Old Business - Committee and Affinity Group Status - New Business 5. Move To Close Virtual: https://events.vtools.ieee.org/m/461722
0 events,
0 events,
0 events,
0 events,
1 event,
IEEE NJ Coast Section Semimonthly Leadership Meeting
IEEE NJ Coast Section Semimonthly Leadership Meeting
Section officer meeting: Event planning sessions. Closed meeting between Chair, Vice Chair, Treasurer, Secretary, others by invitation. Co-sponsored by: [email protected] Agenda: To Be Provide Prior To Meeting. Suggestions welcome. Virtual: https://events.vtools.ieee.org/m/458203
1 event,
ExCom NH Section March 21 6pm
ExCom NH Section March 21 6pm
March NH Section ExCom meeting Airport Dinner, 2280 Brown Avenue, Manchester, New Hampshire, United States, 03103
1 event,
Fun with π (Pi): A Potpourri of Pilish Algorithms
Fun with π (Pi): A Potpourri of Pilish Algorithms
Since its first documented appearance about four millennia ago, the number π (pi) has become not just an oft-encountered constant in mathematics and physics but a cultural phenomenon, with numerous appearances in books, artworks, TV shows, and films. This talk will discuss a handful of these somewhat recreational aspects of pi, each of which turns out to have non-trivial connections to serious mathematics and/or computer algorithms. Among our topics will be curious features of pi's digits, memorizing the digits using a human-based algorithm, pi in graphic design, the most beautiful digit-computing algorithm, and the wonders of Pilish: a constrained dialect of English in which the number of letters in successive words matches the digits of pi. Speaker(s): Michael Keith Room: 105, Bldg: Computer Science Building, 35 Olden St, Princeton, New Jersey, United States, 08544, Virtual: https://events.vtools.ieee.org/m/439050
0 events,
1 event,
Introduction to Neural Networks and Deep Learning (Part I)
Introduction to Neural Networks and Deep Learning (Part I)
Course Format: Live Webinar, 4.0 hours of instruction! Series Overview: From the book introduction: “Neural networks and deep learning currently provides the best solutions to many problems in image recognition, speech recognition, and natural language processing.” This Part 1 and the planned Part 2 (to be confirmed) series of courses will teach many of the core concepts behind neural networks and deep learning. This is a live instructor-led introductory course on Neural Networks and Deep Learning. It is planned to be a two-part series of courses. The first course is complete by itself and covers a feedforward neural network (but not convolutional neural network in Part 1). It will be a pre-requisite for the planned Part 2 second course. The class material is mostly from the highly-regarded and free online book “Neural Networks and Deep Learning” by Michael Nielsen, plus additional material such as some proofs of fundamental equations not provided in the book. More from the book introduction: Reference book: “Neural Networks and Deep Learning” by Michael Nielsen, http://neuralnetworksanddeeplearning.com/ “We’ll learn the core principles behind neural networks and deep learning by attacking a concrete problem: the problem of teaching a computer to recognize handwritten digits. …it can be solved pretty well using a simple neural network, with just a few tens of lines of code, and no special libraries.” “But you don’t need to be a professional programmer.” The code provided is in Python, which even if you don’t program in Python, should be easy to understand with just a little effort. Benefits of attending the series: * Learn the core principles behind neural networks and deep learning. * See a simple Python program that solves a concrete problem: teaching a computer to recognize a handwritten digit. * Improve the result through incorporating more and more core ideas about neural networks and deep learning. * Understand the theory, with worked-out proofs of fundamental The demo Python program (updated from version provided in the book) can be downloaded from the speaker’s GitHub account. The demo program is run in a Docker container that runs on your Mac, Windows, or Linux personal computer; we plan to provide instructions on doing that in advance of the class. (That would be one good reason to register early if you plan to attend, in order that you can receive the straightforward instructions and leave yourself with plenty of time to prepare the Git and Docker software that are widely used among software professionals.) Course Background and Content: This is a live instructor-led introductory course on Neural Networks and Deep Learning. It is planned to be a two-part series of courses. The first course is complete by itself and covers a feedforward neural network (but not convolutional neural network in Part 1). It will be a pre-requisite for the planned Part 2 second course. The class material is mostly from the highly-regarded and free online book “Neural Networks and Deep Learning” by Michael Nielsen, plus additional material such as some proofs of fundamental equations not provided in the book. Outline: - Feedforward Neural Networks - Simple (Python) Network to classify a handwritten digit - Learning with Stochastic Gradient Descent - How the backpropagation algorithm work - Improving the way neural networks learn: - - Cross-entropy cost function - SoftMax activation function and log-likelihood cost function - Rectified Linear Unit - Overfitting and Regularization: - - L2 regularization - Dropout - Artificially expanding data set Pre-requisites: There is some heavier mathematics in learning the four fundamental equations behind backpropagation, so a basic familiarity with multivariable calculus and matrix algebra is expected, but nothing advanced is required. (The backpropagation equations can be also just accepted without bothering with the proofs since the provided Python code for the simple network just make use of the equations.) Basic familiarity with Python or similar computer language. Speaker(s): CL Kim, Boston, Massachusetts, United States, Virtual: https://events.vtools.ieee.org/m/450631
1 event,
Terra North Jersey STEM Fair – IEEE Young Engineer Award 2025
Terra North Jersey STEM Fair – IEEE Young Engineer Award 2025
We are Looking for 10-15 judges Judges can be University students, Young Professionals, IEEE members, Senior Members, Life Members, Fellows What is TNJSF? The TNJSF (formerly the NJRSF) is a science fair competition for high school students (grades 9-12) for students in ten counties of northern New Jersey. The mission of the TNJSF is to support, encourage, and recognize student involvement in scientific researh and engineering design. It is our belief that students can only truly appreciate the creative nature of the process if they have actually experienced it themselves. In addition, we endeavor to provide resources which further this overarching goal, including giving students various opportunities to interact with professional scientists and engineers. The opportunity to partake of the TNJSF itself as well as other resources we offer is intended to be open to all high school students in our northern NJ region. IEEE volunteers are needed for Special Awards Judging at the Fair Special awards judging takes place on Sunday morning. Judges are asked to arrive at the judges' room by 9:15 a.m. to determine their project assignments with their team and to receive instructions from the Judging Coordinator. Judging of projects takes place from 10:00 a.m. - 12:00 p.m. During this time, judges will meet with students at their project displays and evaluate their work. At least 2 judges on the award team should see each project under consideration. At 12:00 p.m., the judges reconvene in the judges' room to discuss the projects and determine which projects will be awarded. Judging of special awards is usually completed by 1:00 p.m. Volunteers use the registration link in vTools so we have your email logged. You also need to register as a judge at https://tnjsf.org/ (find the "Register as a Judge for 2025!" in "Judges" menu drop down) - IMPORTANT NOTE: When registering on the TNJSF site, remember to select that you are judging for the "special" IEEE award that is taking place on Sunday. *** Sunday 23 March Schedule *** Sunday morning, March 23 - Special Awards Judging Please arrive at the judges' room by 9:15 a.m. 9:15 - 10:00 a.m. Judges meet their team and receive instructions. Continental breakfast provided. 10:00 a.m. - 12:00 p.m. Judging for special awards and ISEF Trip Award finalists. Students at projects. 12:00 p.m. - 1:00 p.m. Judges conference to evaluate projects and determine award winners. Agenda: [] Kean University, 1000 Morris Ave, Union, New Jersey, United States, 07083
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
0 events,
1 event,
IEEE NJ Coast Section – Awards Banquet Sunday April 6, 2025
IEEE NJ Coast Section – Awards Banquet Sunday April 6, 2025
IEEE NJ Coast Section - Awards Banquet - Save the date, more information to come around February 2025! Agenda: TBD 210 Jumping Brook Rd, Neptune, New Jersey, United States, 07753
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.
- There are no events on this day.