Page 2,375«..1020..2,3742,3752,3762,377..2,3802,390..»

Computer Science for Fun – cs4fn: HOME

Welcome to the fun side of computer science! Explore how computer science is also about people, solving puzzles, creativity, changing the future and, especially having fun. All cs4fn articles are archived here. Read all about computer science research and find out whatexcites computer scientists here or via our blog.Learn about computing while teaching yourself magic tricks perhaps?Find out how women's research has been at the centreof computing from the start and still is. If you like puzzles then have a go at some of our computational thinking puzzles and read aboutthe linked computer science

Use Last One In to find what's new. Browse using the Site Map or wander aimlessly in the maze. Thinking of doing CS, but not sure what it's all about? Try our interactive guide.

If you have any comments or ideas for things we can put into cs4fn then email us at cs4fn@eecs.qmul.ac.uk

Visit link:

Computer Science for Fun - cs4fn: HOME

Read More..

Redirect your career path in 2022 with this $20 computer science training bundle – PCWorld

The average person changes their careeras much as five timesthroughout their working life. And sometimes even more. Is your current job getting a bit stale? Then reinvigorate yourself this new year by altering your career trajectory with The2022 Premium Computer Science Career Path Certification Bundle.

This e-training package is ideal for people interested in a career in the lucrative information technology field but would rather avoid risking a lot of cash on non-refundable college tuition. It includes nine courses that introduce students to a laundry list of skills such as computing with the Raspberry Pi, Python coding, data science fundamentals, and more. And there are even courses that prepare students to earn some hefty industry certifications too, which will become useful when applying for jobs.

The courses are beginner-friendly, so even those with no prior experience can excel. All you need is an internet connection and either a desktop or mobile device in order to get started. And since wevediscounted the cost to just $20during our New Year, New You Sale no coupon codes required the risk in purchasing is practically nil, making it a good alternative to college.

The 2022 Premium Computer Science Career Path Certification Bundle $20

See Deal

Prices subject to change.

See the original post here:

Redirect your career path in 2022 with this $20 computer science training bundle - PCWorld

Read More..

Making computation come alive | MIT News | Massachusetts Institute of Technology – MIT News

As a Martian lander descends toward the Red Planets surface, when can its parachute be safely deployed? Open it too early, while the lander is hurtling through the atmosphere, and it might tear off but open it too late and the lander might not slow down enough to prevent a catastrophic crash landing.

There are seemingly endless possibilities in this complex conundrum.

One way to solve this puzzle is to use a computer to simulate the Mars landing, which is exactly how students in 16.0002/18.0002 (Introduction to Computational Science and Engineering) answered this question, which was part of their very first problem set.

It was interesting because there are a few ways you can model the problem, says Andres Arroyo, a first-year student who took the course during the fall term. You can model it in terms of how the speed of the lander changes over time or how the speed changes as it changes position. Depending on what your goal is from the simulation, you might try different approaches. I thought that was one of the most interesting things we did.

The course, launched last fall, is designed to teach students how computation collides with the physical world. It was developed through the MIT Schwarzman College of Computings Common Ground for Computing Education, a multidepartment initiative that aims to blend the teaching of computing and other disciplines.

The half-semester course places programming in the context of computational science and engineering, a field that focuses on innovative applications of computation.

Students learn to use computer programs for simulation, optimization, and uncertainty quantification. These foundational principles are framed with tangible examples designed to be relatable to students who arent necessarily computer science majors. Most students in the course this fall were either studying aeronautics and astronautics or math.

Modeling real-life problems

Simulations like our Martian lander simulation are what people actually use computers for. Did NASA solve our little differential equation? No, Im sure they have many more bells and whistles in their model. But conceptually, this is what people actually do, says Youssef Marzouk, professor of aeronautics and astronautics and co-instructor for the course this term. This is how I work, even in my own research. There is the modeling, there is the code, there are the outputs of the code, and you iterate between these things.

Building the course around such concrete examples gives students a sense of how many problems can be approached using computational models. Most students take the course in their first or second year, and many have yet to pick a major, so it is especially valuable to give them a taste of how computation is applied in many fields, he says.

In developing the course, the faculty wanted to cover the basic aspects of computational science and engineering in a way that would make the concepts come alive to students, says co-instructor Laurent Demanet, professor of applied mathematics, who designed the course with David Darmofal, the Jerome C. Hunsaker Professor of Aeronautics and Astronautics.

Lectures cover the fundamental equations at work in a certain problem, such as Newtons law of motion for the Mars lander example, and then students learn to express those basic equations in an algorithm.

It is the combination of math with science and computer science. It sings when you put it all together, Demanet says. For the students, it is really a skills-based class. We want to provide students with skills that can be used almost everywhere in their studies later on, and then in so many other domains as well.

From equations to simulations

During one lecture, Demanet described Newtons law of cooling (the rate at which an object cools is proportional to the temperature difference between the object and its surroundings). Then he ran a simulation using Python code that showed how long it would take a cup of coffee to cool from 85 to 50 degrees.

One of the biggest challenges of developing the course has been introducing these mathematical concepts while giving students enough context that they make sense for some contemporary applications but without overwhelming them with too many details, he says.

Beyond imparting concrete skills, the examples are also designed to inspire students. For instance, one lecture that focused on climate science used mathematical equations for heat transfer to debunk a false claim that water vapor is a more potent greenhouse gas than carbon dioxide.

But Demanet told the students not to take his word for it he demonstrated a computer simulation that showed how greenhouse gases have affected the overall rise in global temperature over many decades.

Outside the classroom, students applied their computational chops to a wide range of real-world problem sets, from optimizing the placement of cell phone towers around MIT, to charting how Covid-19 vaccine effectiveness wanes over time, to evaluating the impact a geothermal heating system could have on the temperature inside a home.

For Penelope Herrero-Marques, the geothermal example piqued her interest because shed like to install a system in her own home someday to reduce her carbon footprint. Herrero-Marques, a sophomore majoring in mechanical engineering who took the course last spring, was drawn to its relevant problem sets even though she had little background using computational approaches.

Some of the problems were a bit scary at first just because they were so big. For our first p-set in the class we are supposed to model the Mars landing. But the professors did a good job breaking it down into smaller problems. Dont get overwhelmed. Each big problem can be broken down into smaller problems that you are actually able to tackle, she says.

She is now sharing that wisdom as a teaching assistant for the course.

Fellow teaching assistant Mark Chiriac, a sophomore, took the course in its first iteration. The math major wanted to learn more about algorithms but also focus on applications he found interesting, like planetary motion.

While one of the trickiest problems involved locating cell phone towers around MIT, it was also among Chiriacs favorites because the example was so realistic. Successfully solving that optimization problem gave him the confidence to apply those skills in other courses, he says.

This course puts together parts of coding, math, and physics in this beautiful blend to give everyone the tools to tackle very relevant problems that are necessary in our world right now. It showed me how these different areas of science tie together in ways that I knew existed, but had not yet experienced for myself, he says.

Ultimately, the skills students build in this course will help them tackle scientific prediction problems in whichever discipline they choose, Demanet says.

I hope the students walk away with an appreciation of how computation can be used to really simulate complicated things in the world around them, Marzouk adds. I hope they see the power that it has and have some appreciation that it is not just a black box. There are really interesting ideas and algorithms that go into how that happens. Whether they spend the rest of their career learning about those ideas and algorithms or whether they stop right here, I think that is a valuable takeaway.

Continue reading here:

Making computation come alive | MIT News | Massachusetts Institute of Technology - MIT News

Read More..

International recognition for Southampton Electronics and Computer Science graduate – University of Southampton

Home>>>

Published:5 January 2022

International recognition for Southampton Electronics and Computer Science graduate

A Southampton Electronics and Computer Science graduate has received international recognition for the quality of his BSc Computer Science project by being awarded first prize at a global conference.

Wojciech Rozowski, who graduated from his degree this summer, was awarded best undergraduate project in the ACM Student Research Competition at the International Conference on Functional Programming.

His third-year project Formally verified derivation of an executable and terminating CEK machine from call-by-value p-calculus focused on building an executable interpreter for a programming language, which is formally proved to be correct. He presented a summary of his project findings to a panel of judges and attendees at the conference.

Wojciech says: ?I was truly happy to find out that I managed to make my academic debut a really good one. It was a great honour for me to have my work recognised at such a well-known conference in the programming languages theory community and I was impressed by the quality and depth of other student projects. The awards ceremony was definitely a highlight for me, as I got the chance to meet with Professor Jeremy Gibbons from Oxford University - one of the top researchers and contributors in my field.

""I decided to enter the competition to gain some practical experience in presenting my research and dealing with peer review. Winning was an amazing opportunity to have a debut in the research community of Programming Language Theory and network with top academics in my field before starting my PhD.""

The ACM Student Research Competition (SRC) offers a unique forum for undergraduate and graduate students to present their original research before a panel of judges and attendees at well-known ACM-sponsored and co-sponsored conferences.

Wojciech used a language called Agda for his project, which is both a programming language and a proof assistant that allowed him to prove mathematical theorems about the properties of the created code.

Since graduating from Southampton, he has taken up a PhD at University College London in the Programming Principles, Logic and Verification Research Group. He says his lecturers at Southampton made him fall in love with Theoretical Computer Science and Programming Language Theory and resulted in him pursuing a dissertation in this area.

Continued here:

International recognition for Southampton Electronics and Computer Science graduate - University of Southampton

Read More..

UNM’s VolCAN team makes history in Canary Islands – UNM Newsroom

When an interdisciplinary team from The University of New Mexico was awarded a four-year, $1.5 million grant from the National Science Foundation in 2020, the goal was to develop novel, bio-inspired software and drones to measure and sample volcanic gases.

One year later, the Project VolCAN team got a spectacular opportunity to do just that and make history in the process by becoming what is believed to be one of the first research teams to collect uncontaminated gases from an active volcanic eruption.

In late-November, UNMs team flew a drone into the erupting Cumbre Vieja volcano at La Palma Island in Spains Canary Islands. The eruption, which began in September and ended in late December, is thelargestin Europe in 500 years.

Since the fall, volcanic lava flows from Cumbre Vieja havedestroyedmore than1,000 homesand covered significantparts of the Western side of the island with ash.Thecontinuous emission of ash from the volcano has resulted in frequent closing of the airport,which along with high sulfur dioxide and aerosol concentrations in the air,makes for hazardous conditions. Frequent earthquakes add to the mix of nature displaying itspower.

It is a dramatic and devastating occurrence but was a rare and perfect opportunity for the VolCAN team to put its resources to the test, so they did just that navigating all the physical and bureaucratic hoops to make their way to the island with five drones and a handful of team members with the mission of collecting gas samples by flying drones into the volcano. The VolCAN team wasone of several international researchgroups working on the eruption of Cumbre Viejaat the time.

"We got uncontaminated gas samples from the plume that told us where the magma causing the eruption was coming from. No one has ever been able to do that during an eruption before." Matthew Fricke, research assistant professor, computer science

As the research team directed the UNM-programmed autonomous drones into the gas plumes, they protected themselves from the noxious gases by donning military-grade gas masks. But their risky efforts were a success, becoming what is believed to be the first team to sample uncontaminated gases from an erupting volcano for later carbon isotope analyses. This resulted in a treasure trove of data to help better understand the course of the eruption.

The robot missions couldnt have gone better, said Matthew Fricke, one of the principal investigators on the VolCAN project and a research assistant professor of computer science. We got uncontaminated gas samples from the plume that told us where the magma causing the eruption was coming from. No one has ever been able to do that during an eruption before. That data allows us to try and forecast the duration and intensity of the eruption.

The research teamdirected UNM-programmed autonomous drones into the gas plumes to sample uncontaminated gases from an erupting volcano for later carbon isotope analyses.

After collecting the gases, the teammade CO2 concentrationtransectsof the plumeand obtainedvideo footage of the eruption. These gas sampleswere analyzed for carbon isotopes in collaboration withand using instrumentation of the local scientists onLaPalma. The obtained dataprovides new insights into thenature and depth of the magma sourcein nearreal-time. This information, together with other data collected by numerous scientists from local andinternational institutions,will result in forecasts aboutthe ongoing and future volcanic activity.

VolCAN is a collaboration between the School of Engineering (Departments of Computer Science, and Electrical and Computer Engineering) and Earth and Planetary Sciences. It is led by Fricke, Melanie Moses and Jared Saia, faculty in the Department of Computer Science; Tobias Fischer, a professor andScott Nowicki a Research Professor in the Department of Earth and Planetary Sciences; Rafael Fierro, a professor in the Department of Electrical and Computer Engineering; and John Ericksen, a research assistant in computer science.

The meshing of various disciplines ranging from experts in volcano activity, theoretical algorithms, environmental monitoring, drones and sensors allows the team to accomplish far more than they could do on their own, team members said.

Fischer, a professor of earth and planetary sciences, specializes in volcanology with an emphasis on active volcanism. He keeps up on active volcanoes around the world and is always looking for new ways to analyze emitted gases and particularly CO2 levels, which give important clues into the intensity and likely duration of a volcano. Fischer said the VolCAN project came together around 2017 after he read about Melanie Moses work in the NASA Swarmathon, which involves programming robotic vehicles to communicate and interact as a collective swarm. When he learned about the swarmies, he immediately imagined the possibilities of a collaborative project involving volcanoes.

The swarm consists of multiple autonomous aerial drones that use algorithms inspired by biology to monitor the unpredictable environments surrounding volcanoes. This project will develop, analyze and rigorously test a co-robot swarm of unpiloted air vehicles (UAVs) that collect valuable scientific data in dynamic and unpredictable environments.TheVolCANswarm will use bio-inspired algorithms to detect CO2plumes, descend plume gradients to measure maximum flux of CO2 from ground sources, estimate plume size and infer maps of multiple CO2sources over hundreds of square kilometers.

The collaboration is driving the progress, Fischer said. We would have never been able to do this kind of sensing work on our own.

The UNM team also collaborated with Professor Einat Lev (Lamont-Doherty Earth Observatory) and her Ph.D. studentJanine Birnbaum to measure lava flow rates with drones to inform their computational models.The team also said the expedition to La Palma could not have succeeded without the help, guidance and logistical support from EleazarPadron,LucaDAuria, NemesioPerez,PedroHernandez PerezandPepeBarrancosMartinezof theEl Centro Nacional deVolcanologao InstitutoVolcanolgicode Canarias(INVOLCAN), UnidadMilitarde Emergencias, flight coordinator and Jonathan Rodriguez.

There are an estimated 500 volcanoes that emit volcanic gasestothe atmosphere around the world, so there are many future expeditions the VolCAN team could make. In addition to monitoringgassesthat precede volcanic eruptions, thereby protecting human lives, it will also measure how much carbon dioxide is emitted from volcanoes to better understand how they contribute to the global carbon budget. TheVolCANswarm can adapt to environmental conditions autonomously in real-time, and it can also be guided by scientists to collect scientific data during the battery-limited flights of small drones, Fricke said.

Our approach leverages the advantages of bio-inspired algorithms that are fast rather than perfectly accurate, and resilient rather than centrally controlled, Fricke said.

Read the original:

UNM's VolCAN team makes history in Canary Islands - UNM Newsroom

Read More..

Lior Cole Is The Model Combining Artificial Intelligence With Religion – British Vogue

When shes not modelling, shes developing Robo Rabbi, an artificial-intelligence project that taps into the teachings of the Torah. Think spiritual guidance via a computer. People look at computers as if they are calculators and are binary, but I like computers so much because there is this algorithm of giving advice and showing how A.I. has humanlike abilities, she says. They have a perspective now, and people dont see computing in that light. Cole began thinking about the project during Rosh Hashanah, the Jewish New Year and a time of new beginnings. Robo Rabbi starts with a persons birth parsha a Torah portion with a lesson that corresponds to a persons birthday. From that, Cole developed a system that will give a challenge derived from the parsha that is intended to help the person strive to become their best selves. If a persons parsha focuses on giving back, Coles A.I. program will give the person a 10-day challenge that encourages a person to be charitable.

Cole explains that the Robo Rabbi taps into the boundlessness of A.I. Thanks to the GPT-3 A.I. technology a natural-language processor the parsha lessons and challenges come from the A.I. technology itself, allowing Cole to view herself as simply the messenger. Rarely does A.I. touch spirituality and religion, says Cole. I am doing other projects that touch into the sentient dimensions, but there has yet to be a computer that is entirely human, that is sentient, or has human abilities.

According to Cole, a computer having its own point of view isnt unheard of. There are computers that can mimic humanlike capabilities, Cole says. The technology has a perspective and is articulating that perspective of knowledge on the internet, so it isnt unique. Those opinions can be channeled into a medium like Robo Rabbi, which is meant as an enlightening teaching mechanism.

Coles other projects include a childrens book about computer science. I was looking at a childrens book for computer science, and it is math and coding centric. I am such a computer nerd, but I dont like coding, she says. Kids should be exposed to the more human side [of computers]. She is also creating a coffee-table book to train an A.I. algorithm to program its own art and is involved in a fashion collective at Cornell, where she is developing a digital model that will be available on the NFT marketplace. Her other A.I.-minded project? Well, that she signed an NDA for.

As for modelling, Cole wants to pursue it as long as possible and considers it another curious path for her to explore. When I was younger, I wasnt like, Oh, I want to be a computer scientist when Im older. I figured that out when I was in college, she says. And now that I got scouted, Im like, This is cool too!

This content can also be viewed on the site it originates from.

The rest is here:

Lior Cole Is The Model Combining Artificial Intelligence With Religion - British Vogue

Read More..

Machine and Human Factors in Misinformation Management – Information Processing and Management Conference – Knovel

Title of the Special Issue/Thematic Track

Machine and Human Factors in Misinformation Management (VSI: IPMC2022 MISINFO)

- Damiano Spina (*), Senior Lecturer and DECRA Fellow, School of Computing Technologies, RMIT University, Melbourne, Australia. email: damiano.spina@rmit.edu.au

- Kevin Roitero, Postdoctoral Research Fellow, Department of Mathematics, Computer Science, and Physics, University of Udine, Udine, Italy. email: kevin.roitero@uniud.it

- Stefano Mizzaro, Full Professor, Department of Mathematics, Computer Science, and Physics, University of Udine, Udine, Italy. email: mizzaro@uniud.it

- Gianluca Demartini, Associate Professor, School of Information Technology and Electrical Engineering, The University of Queensland, Brisbane, Australia. email: g.demartini@uq.edu.au

- Kalina Bontcheva, Full Professor, Department of Computer Science, The University of Sheffield, United Kingdom. email: k.bontcheva@sheffield.ac.uk

(*) Managing Guest Editor.

The rise of online misinformation is posing a threat to the functioning of the overall democratic process. Nowadays, it has been observed that there is an exponential growth of false information spread across the web and social network platforms; this expansion is also connected with the development of novel tools (e.g., large language models) that are able to process and generate large amounts of data. This has enabled the increase of large-scale counter-narratives and propaganda strategies in online communities, which have a major negative impact and can influence individuals and collective decision-making processes. To contrast this worrying trend, researchers are working on the development of data-driven and hybrid algorithmic methods with the aim of detecting misinformation and to control its spread. The proposed algorithms and solutions are complex and can be classified in different categories based on the underlying approach considered: fully automatic algorithms based on artificial intelligence, machine learning, and deep learning; human powered systems, either based on panels of experts or on crowdsourcing workers; and hybrid human-in-the-loop approaches, that try to fruitfully mix the above approaches. A better understanding on how humans and machines can effectively work together in the process of managing and fighting misinformation is needed.

The aim of this special issue is to accept submissions dealing with artificial, human, and hybrid techniques aimed at fighting the spread of misinformation.

Topics of interest include, but are not limited to:

- Predictive models to model and fight misinformation spread (e.g., trust and reputation models, formal models, online misinformation diffusion models, forecasting models).

- Machine learning, deep learning, transfer learning, reinforcement learning, graph based approaches, and probabilistic methods (e.g., classification, unsupervised / semi-supervised / supervised learning, applications, architectures, loss functions, training approaches) applied to fight misinformation.

- Infrastructures and resources for misinformation management (e.g., datasets, implementations, frameworks, architectures).

- Fairness, accountability, transparency, and safety of systems and processes to fight misinformation.

- Use of social media to study and combat misinformation online.

- Human computation and crowdsourcing methodologies to fight misinformation.

- Hybrid and multi-agent approaches to fight misinformation.

- Biases in artificial, human, and hybrid systems used to address misinformation.

- Adversarial approaches to misinformation (e.g., robustness of systems, automatic generation of misinformation).

- Information provenance and traceability.

- Filtering and recommendation systems for content dealing with misinformation (e.g., content-based filtering, collaborative filtering, recommender systems).

- User-centered (e.g., user experience, effectiveness, engagement) and system-centered (e.g., metrics, experimental design, benchmark) evaluation.

- Fighting Multimedia misinformation (text, audio, image, and video; deep fakes).

- Fighting Multi- and cross-lingual misinformation.

- Generation of explanations and explainable algorithms to deal with misinformation.

- Regulation, policies, and socio-economical perspectives on misinformation and approaches to fight misinformation.

- Influence and psychological aspects of misinformation.

- Social network analysis, influencer detection of misinformation, and fake news spreader profiling.

- Corpora, annotation, and test collections (including tools and resources) to build and evaluate systems and processes to fight misinformation.

Submit your manuscript to the Special Issue category (VSI: IPMC2022 MISINFO) through the online submission system of Information Processing & Management. https://www.editorialmanager.com/ipm/

Authors will prepare the submission following the Guide for Authors on IP&M journal at (https://www.elsevier.com/journals/information-processing-and-management/0306-4573/guide-for-authors). All papers will be peer-reviewed following the IP&MC2022 reviewing procedures. Please note IP&Ms strict no pre-print policy outlined in the author guidelines.

The authors of accepted papers will be obligated to participate in IP&MC2022 and present the paper to the community to receive feedback. The accepted papers will be invited for revision after receiving feedback on the IP&MC 2022 conference. The submissions will be given premium handling at IP&M following its peer-review procedure and, (if accepted), published in IP&M as full journal articles, with also an option for a short conference version at IP&MC2022.

Please see this infographic for the manuscript flow:https://www.elsevier.com/__data/assets/pdf_file/0003/1211934/IPMC2022Timeline10Oct2022.pdf

For more information about IP&MC2022, please visit https://www.elsevier.com/events/conferences/information-processing-and-management-conference

Read more:

Machine and Human Factors in Misinformation Management - Information Processing and Management Conference - Knovel

Read More..

The convergence of deep neural networks and immunotherapy – TechCrunch

Luis Voloch is the CTO and co-founder of Immunai. He was previously Israel Tech Challenges head of data science, worked on varied machine learning efforts at Palantir and led the machine learning initiatives for ML modeling of DNA data at MyHeritage.

What do deep neural networks and cancer immunotherapy have in common?

While both are among the most transformational areas of modern science, 30 years ago, these fields were all but ridiculed by the scientific community. As a result, progress in each happened at the sidelines of academia for decades.

Between the 1970s and 1990s, some of the most prominent computer scientists, including Marvin Minsky, in his book Perceptrons, argued that neural networks (the backbone of most modern AI) would never work for most applications. He exposed flaws in the early conceptions of neural networks and argued that the whole approach was ineffective.

Meanwhile, during the 1980s through the 2000s, neural network pioneers and believers Geoffrey Hinton, Yoshua Bengio, and Yann LeCun continued their efforts and pursued their intuition that neural networks would succeed. These researchers found that most of the original ideas were correct but simply needed more data (think of ImageNET), computational power and further modeling tweaks to be effective.

Hinton, Bengio and LeCun were awarded the Turing Award in 2018 (the computer science equivalent of a Nobel prize) for their work. Today, their revelations have made neural networks the most vibrant area of computer science and have revolutionized fields such as computer vision and natural language processing.

Cancer immunology faced similar obstacles. Treatment with IL-2 cytokine, one of the first immunomodulatory drugs, failed to meet expectations. These outcomes slowed further research, and for decades, cancer immunology wasnt taken seriously by many cancer biologists. With the effort and intuition of some, however, it was discovered decades later that the concept of boosting the immune system to fight cancer had objective validity. It turned out that we just needed better drug targets and combinations, and eventually, researchers demonstrated that the immune system is the best tool in our fight against cancer.

James P. Allison and Tasuku Honjo, who pioneered the class of cancer immunotherapy drugs known as checkpoint inhibitors, were awarded the Nobel Prize in 2018.

Though widely accepted now, it took decades for the scientific establishment to accept these novel approaches as valid.

Machine learning and immunotherapy have more in common than historical similarities. The beauty of immunotherapy is that it leverages the versatility and flexibility of the immune system to fight different types of cancers. While the first immunotherapies showed results in a few cancers, they were later shown to work in many other cancer types. AI, similarly, utilizes flexible tools to solve a wide range of problems across applications via transfer and multitask learning. These processes are made possible through access to large-scale data.

Heres something to remember: The resurgence of neural networks started in 2012 after the AlexNet architecture demonstrated 84.7% accuracy in the ImageNET competition. This level of performance was revolutionary at the time, with the second-best model achieving 73.8% accuracy. The ImageNET dataset, started by Fei-Fei Li, is robust, well labeled and high quality. As a result, it has been integral to how far neural networks have brought computer vision today.

Interestingly, similar developments are happening now in biology. Life sciences companies and labs are building large-scale datasets with tens of millions of immune cells labeled consistently to ensure the validity of the underlying data. These datasets are the analogs of ImageNET in biology.

Were already seeing these large, high-quality datasets giving rise to experimentation at a rate and scale that was impossible before. For example, machine learning is being used to identify immune cell types in different parts of the body and their involvement in various diseases. After identifying patterns, algorithms can map or predict different immune trajectories, which can then be used to interpret, for example, why some cancer immunotherapies work on particular cancer types and some dont. The datasets act as the Google Maps of the immune system.

Mapping patterns of genes, proteins and cell interactions across diseases allows researchers to understand molecular pathways as the building blocks of disease. The presence or absence of a functional block helps interpret why some cancer immunotherapies work on particular cancer types but not others.

Mapping pathways of genes and proteins across diseases and phenotypes allows researchers to learn how they work together to activate specific pathways and fight multiple diseases. Genes can be part of numerous pathways, and they can cause distinct types of cells to behave differently.

Moreover, different cell types can share similar gene activities, and the same functional pathways can be found in various immune-related disorders. This makes a case for building machine learning models that perform effectively on specific tasks and transfer to other tasks.

Transfer learning works in deep learning models, for example, by taking simple patterns (in images, think of simple lines and curves) learned by early layers of a neural network and leveraging those layers for different problems. In biology, this allows us to transfer knowledge on how specific genes and pathways in one disease or cell type play a role in other contexts.

AI research that addresses the effects of genetic changes (perturbations) on immune cells and their impact on the cells and possible treatments is increasingly common in cancer immunology. This kind of research will enable us to understand these cells more quickly and lead to better drugs and treatments.

With large-scale data fueling further research in immunotherapy and AI, we are confident that more effective drugs to fight cancer will appear soon, thus giving hope to the over 18 million people who are diagnosed with cancer every year.

More:

The convergence of deep neural networks and immunotherapy - TechCrunch

Read More..

FIRST Robotics Competition inspires a new wave of local talent in information technology – News 5 Cleveland

CLEVELAND A lot of times it's the athletes on the field who get all the attention but there's a competition making a comeback this year that has a lot of "STEM-letes" flexing their muscles.

"We like to refer to it as a varsity sport of the mind," said JonDarr Bradshaw, the community engagement coordinator at Great Lakes Science Center and a volunteer with FIRST FRC Robotics.

After COVID cancellations, the FIRST Robotics competition is back. The Buckeye Regional qualifying matches were held in Cleveland at the Wolstein Center in 2018. They will return this March and the world championships will follow in April in Texas.

"It's the most intense and amazing experience we can give our students to get them interested in IT," said Chelsey Kohn, director of the Tech Talent Pipeline for CMSD and Cleveland State. "They build an extremely large robot. They go to a really fun competition and they get to learn about teamwork and helping each other along the way."

News 5 Cleveland.

While many Northeast Ohio schools participate in FIRST FRC Robotics, it's rare for large urban districts to compete, and this year four Cleveland schools have teams.

Grants from the Great Lakes Science Center help make it possible. Specifically, reaching out to young women and minorities; both of whom are underrepresented in engineering fields.

"Part of our success as a nation is the fact that we are so diverse," said Bradshaw. "It brings in new ideas, new viewpoints and ways to tackle problems that are different."

Bringing their talents to the table include students like Quynh Tran, a senior at John Marshall School of Technology.

"Growing up I didn't know a lot of female engineers or computer scientists, so I want to be that example for everyone else," she said.

East Tech senior Jamyah Howard said he's inspired by his engineering teacher, Shawn Thomas, to pursue robotics.

"I really like the mechanical part of it," he said.

News 5 Cleveland.

Thomas said there's something special about Howard and she knows he has a bright future.

"I've been working with him since his freshman year," she said. "I'm counting on him to do some positive things and continue on in the field of engineering."

News 5 Cleveland.

Exposure and opportunity are so important for young minds. So is the support.

The teams have mentors during the six-week after-school program, helping them build their robots. Like Timothy Hatfield, who competed in First Robotics himself in high school and now works at PHASTAR Corporation.

"It feels amazing to pass down what I've learned to other students, and that they can carry the work on in hopes that they also become mentors themselves," said Hatfield.

The hope is also that the students become employed here at home in the IT field. It is one of Northeast Ohio's top industries; offering some of the most in-demand jobs with the best wages.

"If they're a student who likes IT there's a place for them," said Kohn. "You know, Cleveland needs home-grown Cleveland talent. Companies are going to leave the region if they don't get their positions filled."

Download the News 5 Cleveland app now for more stories from us, plus alerts on major news, the latest weather forecast, traffic information and much more. Download now on your Apple device here, and your Android device here.

You can also catch News 5 Cleveland on Roku, Apple TV, Amazon Fire TV, YouTube TV, DIRECTV NOW, Hulu Live and more. We're also on Amazon Alexa devices. Learn more about our streaming options here.

View original post here:

FIRST Robotics Competition inspires a new wave of local talent in information technology - News 5 Cleveland

Read More..

EeroQ Chooses the Terminal in Chicago for 9,600 Square Foot Quantum Computing Lab – Yahoo Finance

Next generation computer to be built in Humboldt Park, generating momentum for Chicagos INVEST South/West initiative and quantum computing hub

CHICAGO, January 06, 2022--(BUSINESS WIRE)--EeroQ, a leader in the field of quantum computing, is moving its headquarters to Chicago at The Terminal, an IBT Group development. EeroQ has signed a lease for a 9,600 square foot engineering lab and office, which will continue the strong momentum for both Chicago quantum computing and Mayor Lightfoots INVEST South/West initiative, as well as The Terminals position as a premier hub for advanced technology in Chicago.

Quantum computing (QC) offers immense potential for the creation of new pharmaceuticals and materials, financial algorithms, and more. In a QC, information is stored in qubits, which go beyond the 0s and 1s of todays computers. While this opens the doors to solving problems which are impossible for todays computers, building a large scale and reliable QC is an immense challenge which has not yet been met. EeroQ, with an engineering team led by professors from Princeton University and Michigan State University, offers a unique chip design with the potential to leapfrog to the front of the race. Todays QC players include IBM, Google, Honeywell, Amazon, and many other large enterprises. Alongside such large players, EeroQ is a founding member of the United States Quantum Industry Coalition.

"This is great news for a couple of reasons. First, EeroQs move into The Terminal in Humboldt Park is aligned with our INVEST South/West strategy, which allows us to invest in under-resourced neighborhoods across the South and West Sides by creating new jobs, businesses and access to opportunity for all residents," said Chicago Mayor Lori E. Lightfoot. "Second, Chicago is primed to become a major hub for quantum technology thanks to a number of notable investments which will have long term benefits for our entire region. Thus, in choosing to operate on Chicago's West Side, EeroQ will not only be well-positioned to capitalize on the many opportunities that quantum technology will drive, but also help to revitalize communities in need."

Story continues

"Chicago will become a leading center for quantum computing," said Nick Farina, EeroQ CEO. "Talent and local support are critical, and we have found all of that in Chicago with a world-class base of quantum computing talent and unmatched local support. We conducted a national search for a headquarters and Chicago was by far the best option for us."

EeroQ is thrilled to receive support from key stakeholders in Chicagos quantum computing revolution:

"IBT Group, Mansueto Office and the entire Terminal team are thrilled to kick off years of work with such an exciting visionary as Nick Farina and EeroQ. We appreciate their confidence in the project and our team and look forward to the Evolution of the Terminal as Chicagos premier creative work environment," said Gary Pachucki of IBT Group.

"Having EeroQ's headquarters in Chicago will pave the way for greater collaboration with our local community of scientists, engineers, and industry partners," said David Awschalom, Director of the Chicago Quantum Exchange. "EeroQ will be an asset to the region, and we look forward to welcoming them as part of Chicagos growing hub of quantum innovation and talent."

"We are thrilled with EeroQ's arrival," said Brad Henderson, CEO, P33. "As a trailblazer in the field, their presence underscores the existing strength of Chicago's quantum ecosystem and further establishes it as a center for the advancement and commercialization of quantum technologies. We look forward to working with them on the continued development of Chicago's quantum economy."

"On behalf of the business community, welcome EeroQ to Chicago," said Michael Fassnacht, President & CEO, World Business Chicago. "Here you will find an engaged, strong, and active community of innovators, disruptors, and business leaders excited to have you join us in seeing Chicago continue to expand into a global hub in quantum technology."

"Illinois has been at the forefront of computing for more than 70 years, and EeroQ is joining the next generation of Illinois computer science pioneers," said Intersect Illinois CEO Dan Seals. "We welcome EeroQ and look forward to watching the company grow as a part of Illinois thriving quantum computing ecosystem."

"This deal was incredibly complex based on EeroQs unique requirements and we are thrilled we could provide the optimal solution at The Terminal," said Emily Smith SVP Bespoke Commercial Real Estate. "This has been a significant step forward for Chicagos continued emergence on the national scale in the fields of quantum & biotech. We very much look forward to their growth and success here locally, and couldnt think of a better place for them to plant their flag."

View source version on businesswire.com: https://www.businesswire.com/news/home/20220106005374/en/

Contacts

Nicole Havemanmedia@eeroq.com +1-989-494-1202

Follow this link:

EeroQ Chooses the Terminal in Chicago for 9,600 Square Foot Quantum Computing Lab - Yahoo Finance

Read More..