Home Technology peripherals AI Great master Li Mu joins AI big model entrepreneurship, and mentor Alex Smola is the founder

Great master Li Mu joins AI big model entrepreneurship, and mentor Alex Smola is the founder

May 06, 2023 am 08:16 AM
ai chatgpt

Today, when ChatGPT and large models are attracting much attention, the news of Chinese AI scholar Li Mu’s startup has attracted everyone’s attention.

The news was first broken by the media "Dear Data".

"We are building some big things... Stay tuned. If you want to work on extensible base models, please contact me."

This is some content updated by former Amazon Machine Learning Director Alex Smola on LinkedIn. Information shows that he left Amazon in February 2023, and then co-founded a company called Boson.ai and served as CEO.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

It is said that Amazon’s chief scientist Li Mu may also be involved in the startup. However, there is no official news about Li Mu joining. We can only find some clues from the new company's GitHub project and some Twitter posts.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

Link: https://github.com/boson-ai/homepage

大神李沐加入AI大模型创业,导师Alex Smola是创始人

The company’s website is still under construction, but its goal has been clear: to build a universal large model.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

## Alex Smola is a world-renowned scientist in the field of machine learning, a professor at Carnegie Mellon University, and the author of the best-selling machine learning book "Hands-on Learning" The main author of "Deep Learning" has published hundreds of papers and multiple academic monographs so far, and enjoys a global reputation.

At Amazon, Alex Smola leads the Machine Learning University team, which teaches machine learning to everyone. At the same time, he also manages AutoGluon (an easy-to-use high-quality AutoML tool), DGL (Deep Graph Neural Network), D2L.ai "Hands-on Deep Learning" project, computer vision toolbox, NLP (natural language processing suite) , deep learning compiler and MXNet framework team, etc.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

## Li Mu graduated from the Computer Science Department of Shanghai Jiao Tong University in 2008 (ACM Class of Computer Science Department). Worked as an intern at Microsoft Research Asia. From April 2011 to August 2012, Li Mu served as a senior researcher at Baidu, and then entered Carnegie Mellon University to study for a Ph.D., studying under Alex Smola and Dave Andersen. After graduating from CMU with a Ph.D. in 2017, Li Mu joined Amazon as a senior chief scientist and is one of the main contributors to the deep learning framework MXNet.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

Li Mu co-authored "Hands-on Deep Learning" with Alex Smola, Aston Zhang and others. In the past two years, he has been introducing various AI knowledge to everyone through videos and produced intensive reading courses on dozens of papers. Many students have developed the habit of reading papers intensively with Li Mu.

大神李沐加入AI大模型创业,导师Alex Smola是创始人

Dr. Li Mu’s account at Station B is “Learn AI from Li Mu”: https://space .bilibili.com/1567748478

#In 2017, Li Mu introduced his study experience in the article "Five Years as a Doctor". Later, he wrote "

五五岁". I wonder what more exciting stories Li Mu will bring us after starting his own business.

The above is the detailed content of Great master Li Mu joins AI big model entrepreneurship, and mentor Alex Smola is the founder. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to dynamically create an object through a string and call its methods in Python? How to dynamically create an object through a string and call its methods in Python? Apr 01, 2025 pm 11:18 PM

In Python, how to dynamically create an object through a string and call its methods? This is a common programming requirement, especially if it needs to be configured or run...

How to use Go or Rust to call Python scripts to achieve true parallel execution? How to use Go or Rust to call Python scripts to achieve true parallel execution? Apr 01, 2025 pm 11:39 PM

How to use Go or Rust to call Python scripts to achieve true parallel execution? Recently I've been using Python...

How to solve the problem of missing dynamic loading content when obtaining web page data? How to solve the problem of missing dynamic loading content when obtaining web page data? Apr 01, 2025 pm 11:24 PM

Problems and solutions encountered when using the requests library to crawl web page data. When using the requests library to obtain web page data, you sometimes encounter the...

How to operate Zookeeper performance tuning on Debian How to operate Zookeeper performance tuning on Debian Apr 02, 2025 am 07:42 AM

This article describes how to optimize ZooKeeper performance on Debian systems. We will provide advice on hardware, operating system, ZooKeeper configuration and monitoring. 1. Optimize storage media upgrade at the system level: Replacing traditional mechanical hard drives with SSD solid-state drives will significantly improve I/O performance and reduce access latency. Disable swap partitioning: By adjusting kernel parameters, reduce dependence on swap partitions and avoid performance losses caused by frequent memory and disk swaps. Improve file descriptor upper limit: Increase the number of file descriptors allowed to be opened at the same time by the system to avoid resource limitations affecting the processing efficiency of ZooKeeper. 2. ZooKeeper configuration optimization zoo.cfg file configuration

How to do Oracle security settings on Debian How to do Oracle security settings on Debian Apr 02, 2025 am 07:48 AM

To strengthen the security of Oracle database on the Debian system, it requires many aspects to start. The following steps provide a framework for secure configuration: 1. Oracle database installation and initial configuration system preparation: Ensure that the Debian system has been updated to the latest version, the network configuration is correct, and all required software packages are installed. It is recommended to refer to official documents or reliable third-party resources for installation. Users and Groups: Create a dedicated Oracle user group (such as oinstall, dba, backupdba) and set appropriate permissions for it. 2. Security restrictions set resource restrictions: Edit /etc/security/limits.d/30-oracle.conf

In the ChatGPT era, how can the technical Q&A community respond to challenges? In the ChatGPT era, how can the technical Q&A community respond to challenges? Apr 01, 2025 pm 11:51 PM

The technical Q&A community in the ChatGPT era: SegmentFault’s response strategy StackOverflow...

What is the reason why pipeline files cannot be written when using Scapy crawler? What is the reason why pipeline files cannot be written when using Scapy crawler? Apr 02, 2025 am 06:45 AM

Discussion on the reasons why pipeline files cannot be written when using Scapy crawlers When learning and using Scapy crawlers for persistent data storage, you may encounter pipeline files...

See all articles