├── LICENSE ├── README.md └── 招生信息 ├── [已招满]上海交通大学-语音-陈谐老师.md ├── [已招满]厦门大学-自然语言处理-苏劲松老师.md ├── sig.png ├── 上海交通大学-安泰-王凯老师.md ├── 上海交通大学-晏轶超老师.md ├── 上海交通大学-王韫博老师.md ├── 上海交通大学-自然语言处理-何俊贤老师.md ├── 上海交通大学-谢伟迪老师.md ├── 东北大学-软件学院-曾荣飞.md ├── 中国科学技术大学-谢希科老师.md ├── 中山大学-系统软件-苏玉鑫.md ├── 中科院深圳先进院-杨敏.md ├── 北京交通大学-任爽老师.md ├── 北京邮电大学-计算机视觉-张跃老师.md ├── 北京邮电大学-计算机视觉-李学明教授.md ├── 华中科技大学-万瑶老师.md ├── 哈尔滨工业大学深圳校区-张永兵教授.md ├── 四川大学华西医院-李康老师.md ├── 复旦大学-姜育刚老师.md ├── 清华大学 - 许华哲老师.md ├── 清华大学-金欣老师.md ├── 清华深研院-智能互联网研究组.md ├── 清华深研院-鹏城实验室-SIG课题组.md ├── 西湖大学-人工智能与计算生物学课题组-曾坚阳老师.md └── 香港中文大学(深圳)- 查宏远教授.md /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CSLabInfo2023(二代目) 2 | 关于2023年**CS保研实验室/导师招生广告**的汇总。欢迎想要打广告的小伙伴积极PR,资瓷一下互联网精神吼不吼啊?预祝大家都能找到自己心仪的导师! 3 | 4 | 另附[保研小白必看的往年经验贴大全,建议全部看完至少掌握保研流程,否则容易问一些很显然的问题](https://github.com/CS-BAOYAN/CS-BAOYAN-2023)。 5 | 6 | # 免责声明 7 | 8 | 本仓库仅提供招生信息发布渠道,不负责验证这些信息的完整性、准确性、时效性,不保证使用这些信息而获得的结果。对于因信息内容可能与实际情况不一致而导致的任何正面或负面影响,仓库管理者亦不承担任何责任或义务,请各位自行辨别。 9 | 10 | # 提交规则 11 | 12 | 每一则招生广告请单独创建一个 Markdown 文档放置于招生信息文件夹内。仓库的维护与建设坚持「谁推荐,谁答疑,谁负责」的原则,因此请各位同学在提起 Pull Request 的同时附上自己有效的联系方式,谢谢配合。 13 | 14 | # 致谢 15 | 16 | **本仓库主要由以下人员共同维护,感谢大家的支持!** 17 | 18 | 2023: [@yfyeung](https://github.com/yfyeung)、[@zengkaipeng](https://github.com/zengkaipeng) 19 | 20 | 2022: [@Ling-Hao (Evan) CHEN](https://github.com/LinghaoChan)、[@BoJack](https://github.com/ddlBoJack)、[@zengkaipeng](https://github.com/zengkaipeng)、[@Kevin Axel](https://github.com/KveinAxel)、[@Sumsky21](https://github.com/Sumsky21)、[@caposerenity](https://github.com/caposerenity) 21 | 22 | # 计算机保研交流群 23 | 24 | **全国最大非商业用爱交流计算机保研交流群**(QQ群号:605176069) 25 | 26 | 27 | 28 | **全国最大非商业用爱交流计算机保研交流群2**(QQ群号:943826679) 29 | 30 | 31 | 32 | 33 | # Copyright 34 | ``` 35 | # Copyright 2023 (Yifan Yang, https://github.com/yfyeung, 36 | # Zengkai Peng, https://github.com/zengkaipeng, 37 | # Ziyang Ma, https://github.com/ddlBoJack) 38 | # 39 | # See ./LICENSE for clarification regarding multiple authors 40 | # 41 | # Licensed under the GNU GENERAL PUBLIC LICENSE (the "License"); 42 | # you may not use this file except in compliance with the License. 43 | # You may obtain a copy of the License at 44 | # 45 | # https://www.gnu.org/licenses/gpl-3.0.html 46 | # 47 | # Unless required by applicable law or agreed to in writing, software 48 | # distributed under the License is distributed on an "AS IS" BASIS, 49 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 50 | # See the License for the specific language governing permissions and 51 | # limitations under the License. 52 | ``` 53 | **【注意】本repo为非盈利项目,对具体内容不承担各项责任。** 54 | -------------------------------------------------------------------------------- /招生信息/[已招满]上海交通大学-语音-陈谐老师.md: -------------------------------------------------------------------------------- 1 | # 上海交通大学 跨媒体语言智能实验室(X-LANCE)海外优青陈谐老师招收硕士/博士/科研助理 2 | 3 | ## 实验室介绍 4 | 5 | https://mp.weixin.qq.com/s/1c37kciZlmlJNYRsBCol5A 6 | 7 | ## 近期新闻 8 | 9 | https://mp.weixin.qq.com/s/UlAZ9XHdBI1_axBlYduLtg 10 | 11 | ## 导师介绍 12 | 13 | [陈谐](https://scholar.google.com.hk/citations?hl=zh-CN&user=d6u01FkAAAAJ)博士于2016年在剑桥大学获得博士学位,此后在剑桥大学做博士后研究员。2018年加入美国微软(西雅图)担任高级研究员、资深研究员。2021年9月加入上海交通大学跨媒体语言智能实验室,担任副教授。陈谐博士的主要研究方向是语音识别、自然语音处理、自监督语音模型、多模态。陈谐博士注重学生个性化培养,平时也会 hands-on 与学生一起写代码、推公式。与工业界合作紧密,会推荐学生去 MSRA、腾讯、小米首席科学家 Kaldi 之父 [Daniel Povey](https://scholar.google.com/citations?user=y_-5FWAAAAAJ&hl=zh-CN) 组等地方实习。 14 | 15 | ## 基本要求 16 | 17 | 1. 能够获得上海交通大学计算机系的保研资格; 18 | 2. 具有扎实的数学、编程和英语基础; 19 | 3. 自驱力、探索欲、表达能力强,有团队合作精神。 20 | 21 | ## 联系方式 22 | 23 | 请发送简历、成绩单、联系方式等材料至maziyang99@163.com 24 | 25 | 与组内学生唠嗑可联系现任群主 26 | 27 | -------------------------------------------------------------------------------- /招生信息/[已招满]厦门大学-自然语言处理-苏劲松老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 苏劲松,厦门大学信息学院教授、博士生导师,电影学院双聘导师。国家特支计划青年拔尖人才,福建省杰青,厦门大学南强青年拔尖A类人才;在T-PAMI、AIJ、ACL 等权威国际期刊和会议上发表CCF-A/B论文100余篇,获2020年钱伟长中文信息处理汉王青年创新奖;担任 ACL21/22/23、EMNLP19/20/22、COLING22、NLPCC18/20 领域共同主席,CCMT2021 程序委员会主席;中文信息学会理事、青工委委员,中国人工智能学会组织工作委员会委员。 4 | 5 | 导师个人主页: https://cdmc.xmu.edu.cn/info/1010/1054.htm 6 | 7 | 8 | 9 | ## 研究方向 10 | 11 | • 自然语言处理、文本生成、机器翻译、信息抽取 12 | 13 | • 生物信息学、联合用药预测、分子表示学习、分子生成 14 | 15 | 16 | 17 | ## 招生信息 18 | 19 | 欢迎全国高校优秀推免生前来咨询&报考。有意者请将个人简历发送至:[jssu@xmu.edu.cn](mailto:jssu@xmu.edu.cn) 20 | 21 | 招生单位:厦门大学信息学院人工智能系,厦门大学电影学院 22 | 23 | 我们希望能够和这样的学生共事: 24 | 25 | • 有良好的自驱力,有饱满的科研热情,能够适应当下紧凑的科研节奏 ($\bigstar$) 26 | 27 | • 拥有较好的编程能力,清晰的逻辑思维 ($\bigstar$) 28 | 29 | • 有编程比赛获奖 (加分项) 30 | 31 | • 具有一定的科研经历,了解自然语言处理知识 (加分项) 32 | 33 | • 较好的英文读写能力 (加分项) 34 | 35 | 老师认真对待每一封来信,**来信必复**! 36 | 37 | 38 | 39 | ## Q&A 40 | 41 | ##### Q1 : 组里毕业生情况如何? 42 | 43 | A : 组里毕业生去向基本是去知名互联网企业就业(阿里巴巴,腾讯等)或者去海内外知名高校进一步深造读博,绝大部分毕业生能够以第一作者的身份在人工智能权威期刊会议(T-PAMI、AIJ、ACL)发表高水平论文,相当一部分同学能够发表多篇。 44 | 45 | 近年来,多名硕士生同学还获得各项荣誉: 46 | 47 | • 17年百度奖学金(全球10名,唯一获奖硕士) 48 | 49 | • 19年腾讯犀牛鸟奖学金 50 | 51 | • 20年腾讯犀牛鸟精英人才培养计划突破进取奖 52 | 53 | • 22年阿里巴巴优秀研究型实习生 54 | 55 | • 2018-至今,组内共有6名硕士生入选腾讯犀牛鸟精英人才培养计划 56 | 57 | 详情可以参考老师主页的[全部硕士毕业生栏目](https://cdmc.xmu.edu.cn/info/1010/1054.htm#:~:text=审稿人-,全部硕士毕业生,-2018届硕士)。 58 | 59 | ##### Q2 : 组里是以科研为主吗? 60 | 61 | A : 是。老师坚持第一线指导学生,全程跟踪学生科研工作,手把手带领同学们们走好科研之路。因此我们也希望能够招收有科研热情的同学,能够适应当下自然语言处理的科研节奏和压力。热爱可抵岁月漫长,科研之路需要充满科研热情的你! 62 | 63 | ##### Q3 : 关于实习? 64 | 65 | A : 课题组长期和知名互联网公司保持密切科研合作关系(阿里达摩院、腾讯AI Lab、字节AI Lab等)。老师非常鼓励大家去实习,并且推荐学生到知名互联网公司进行算法实习岗位的实习,以产业需求来引导科学研究。不仅是硕士,近三年大部分保研学生在本科阶段经过老师推荐,也都能够进入大厂进行科研实习。具体详情可以查看老师主页的全部硕士毕业生栏目。 66 | 67 | ##### Q4 : 进组的考核流程如何? 68 | 69 | A : 在同学们联系之后,课题组会组织双向了解过程,由组里的学长学姐向大家介绍课题组的情况,回答同学们的咨询;在有进一步的意向后,安排相关的面试和编程测试。 70 | 71 | 72 | 73 | ## 广告提供者 74 | 75 | 欢迎咨询wush_xmu@outlook.com. 76 | -------------------------------------------------------------------------------- /招生信息/sig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-BAOYAN/CSLabInfo2023/a04b5270a54185aa4222aeb0b268cc36832f10c2/招生信息/sig.png -------------------------------------------------------------------------------- /招生信息/上海交通大学-安泰-王凯老师.md: -------------------------------------------------------------------------------- 1 | # 教师介绍 2 | [王凯](https://www.acem.sjtu.edu.cn/faculty/wangkai.html),上海交通大学安泰经济与管理学院数据与商务智能系助理教授,2022年获国家级高层次青年人才 3 | 4 | 近年来 5 | - 于SIGMOD、VLDB、ICDE、VLDBJ、TKDE等数据库/数据管理领域国际顶级会议和期刊已发表/录用学术论文共计27篇,其中中国计算机学会(CCF)推荐A类国际学术会议和期刊论文20篇(第一作者11篇,通讯作者4篇,其他作者5篇) 6 | - 于国际学术会议(如SIGMOD、VLDB、ICDE)和知名学术机构(如北京大学)作学术报告十余次,其中作为主讲人之一在数据库领域最顶级国际学术会议SIGMOD 2021上作图数据管理研究相关专题报告(Tutorial) 7 | - 国际出版社Springer出版学术专著一部(《Cohesive Subgraph Search over Large Heterogeneous Information Networks》,ISBN 978-3-030-97567-8,第二作者) 8 | - 博士学位论文获新南威尔士大学院长优秀博士学位论文奖 9 | - 出任VLDB 2024、VLDB 2023、KDD2023、ICDE 2022、WSDM 2022等国际学术会议程序委员会委员和TKDE、VLDBJ等国际期刊评审专家,曾担任VLDB 2022网站主席,并由于在会议组织过程中的出色工作获得“VLDB 2022 Service Award” 10 | - 2023年起,作为负责人与阿里巴巴达摩院合作“基于城市管理大数据的智慧城市关键技术研究”项目 11 | 12 | # 研究方向 13 | 图数据的管理与分析,特别是针对大规模、复杂图数据的高效图算法的设计,应用于社交网络、公共安全、电子商务及智慧城市等重要领域 14 | 15 | # 招生要求 16 | 1.当前大三,计划保研的学生 17 | 18 | 2.有志于面向商务智能大数据分析、金融计算机交叉方向的同学 19 | 20 | 3.有较好的数理与编程基础(特别欢迎计算机、数学、金融背景的同学) 21 | 22 | 4.经费特别充足,课题选择自由,可针对个人未来职业规划个性化定制培养方案 23 | 24 | # 报名流程 25 | 1. 请将个人简历等发送到邮箱 w.kai@sjtu.edu.cn 26 | 27 | 2. 请查看上海交通大学安泰经济与管理学院夏令营信息,具体详情请关注[链接](https://www.acem.sjtu.edu.cn/notices/75833.html) 28 | 29 | # 广告提供者 30 | 31 | 该广告由[375605069@qq.com](mailto:375605069@qq.com) 提供 32 | 33 | -------------------------------------------------------------------------------- /招生信息/上海交通大学-晏轶超老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 晏轶超,上海交大AI研究院助理教授(个人主页:[https://daodaofr.github.io/](https://daodaofr.github.io/))。2021年5月从IIAI回国,加入上海交通大学AI研究院。在TPAMI/IJCV/NeurIPS/CVPR等顶刊顶会上发表论文20余篇。晏老师每周会和学生一对一交流科研进展,并提供hands-on的指导,目前实验室内大部分一年级硕博和大四本科生都有自己一作的paper。组内计算资源充足,老师会推荐学生去商汤、阿里、腾讯等地科研实习。今年组内还有一个直博名额,感兴趣的同学可以发送自我介绍、简历和成绩单至yanyichao@sjtu.edu.cn 4 | 5 | ## 基本要求 6 | 7 | 4. 能够获得上海交通大学的直博名额 8 | 4. 自驱力强、有扎实的数学和coding基础 9 | 4. 对3D vision、nerf等方向感兴趣 10 | 11 | ## 广告提供人 12 | 13 | 该广告由 junjieli00@sjtu.edu.cn 发起。 -------------------------------------------------------------------------------- /招生信息/上海交通大学-王韫博老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 王韫博,上海交大AI研究院助理教授(个人主页:[https://wyb15.github.io/](https://wyb15.github.io/))。近五年,在TPAMI/NeurIPS/ICML/CVPR等CCF-A类期刊或会议上发表论文20余篇。实验室现有博士生3人,硕士生3人,本科生6人,科研氛围活跃,经费充足。团队招生名额有限,欢迎感兴趣的同学发送简历至yunbow@sjtu.edu.cn; 4 | 5 | ## 研究方向 6 | 7 | 主要研究方向及最新成果: 8 | 9 | 1. Intuitive Physics 10 | \[ICML’22\][神经流体辐射场](https://mp.weixin.qq.com/s/749Jv_iYOBsdo_xRxOngyg) 11 | 2. Unsupervised Predictive Learning 12 | \[CVPR‘22 Oral\][ 视频持续预测学习](https://mp.weixin.qq.com/s/tgiMhCTEg6p9yp69UTu9Ew) 13 | 3. Model-based Reinforcement Learning 14 | \[arXiv’22\] [世界模型表征解耦与决策](https://sites.google.com/view/iso-dream) 15 | 4. 金融量化中的深度学习研究 16 | 17 | ## 广告提供人 18 | 19 | 该广告由 zkp0819@sina.com 发起。 20 | -------------------------------------------------------------------------------- /招生信息/上海交通大学-自然语言处理-何俊贤老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 何俊贤博士,2022年毕业于卡内基梅隆大学计算机学院语言技术研究所(CMU LTI),现为上海交通大学John Hopcroft Center助理教授,曾获百度博士奖学金(全球10人)、AI华人新星等荣誉。科研方向为自然语言处理、机器学习,详细信息请参考个人主页:[https://jxhe.github.io](https://jxhe.github.io) 4 | 5 | ## 招募要求 6 | 7 | 目前2023年的博士名额已用完,有2023年入学的计算机系专硕名额仍在招募(实验室对待学硕、专硕没有区别,科研导向,以研究为主,有发论文要求),考虑到学校规则现在仅招收已经参加过上海交通大学计算机系夏令营并且通过考核进入硕士推免名单的同学。请符合要求并感兴趣的同学发简历到邮箱:junxianh2@gmail.com 8 | -------------------------------------------------------------------------------- /招生信息/上海交通大学-谢伟迪老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 谢伟迪博士,2018年毕业于牛津大学视觉几何组(VGG),师从 Andrew Zisserman,获得Google-DeepMind全额奖学金,牛津大学杰出奖。在VGG担任高级研究员三年期间,主要研究方向包括计算机视觉自监督学习,视频理解和具身人工智能等。近年来论文主要发表在计算机视觉顶级会议上(CVPR/ICCV/ECCV/NeurIPS),个人主页:[https://weidixie.github.io](https://weidixie.github.io) 4 | 5 | ## 招募要求 6 | 7 | 上海交大协同中心,谢伟迪老师实验组招收 2023年入学的博士生,硕士生和暑假实习生,希望你具有较强的数理基础和编程基础(指复现过经典机器学习算法,熟悉pytorch),对计算机视觉具有浓厚的兴趣,和极强的self-motivation,请感兴趣的同学发简历到邮箱: weidi@sjtu.edu.cn 8 | 9 | ## 广告提供者 10 | 11 | 该广告由 zkp0819@sina.com 发起。 12 | -------------------------------------------------------------------------------- /招生信息/东北大学-软件学院-曾荣飞.md: -------------------------------------------------------------------------------- 1 | ## 教师自吹 2 | 3 | 曾荣飞,副教授, 博士生导师, 东北大学引进人才. 东北大学计算机本科, 清华大学计算机系硕士和博士. [个人主页](https://wingfeitsang.github.io/home/) 4 | 5 | (1) 发布招生信息的同行都各种帽子,我啥也没有。硬凑一下吧!2012年清华大学优秀博士毕业生(当年仅2人), 沈阳创新人才, 东北大学蒲公英奖教金获得者. 6 | 7 | (2) 加群不混群. 群聊有:CCF高级会员, CCF互联网专委执行委员, CCF数据通信专委执行委员, CCF分布式专委, CCF科普工委. 国内外还有一些玩的比较铁的小伙伴,不赘述。【小伙伴的好处体现在学术合作和推荐的时候. 反正本校大三外推都找我写推荐信...】 8 | 9 | (3) “狗P”砖家。工程教育认证砖家, 人民邮电出版社顾问, CCTV砖家顾问... 10 | 11 | (4) 项目不算多, 够用正好. NSFC青年和面上项目自然不用说, 重点研发2个名额也都用满了(子课题), J队有些项目. 总体来说,搞些自己想做的研究经费不发愁, 发点劳务费不发愁, 仅此而已. 12 | 13 | (5) 研究爱好点: 联邦学习和大模型训练, ML在无人机群和网络安全应用两个方向。自己也在CCF A期刊和会议发过几篇论文, 虽然数量不多, 但有一个颗持续想发顶刊顶会的心. 不发垃圾论文. 14 | 15 | (6) 跟香港科大, 香港浸会大学, 加拿大多伦多大学都保持紧密合作. 具体信息看看个人主页吧, 否则有借人吹自己的嫌疑. 16 | 17 | ## 招亲帖 18 | 19 | 招学生就像找对象. 即使再优秀, 两个人得合拍. 你看我都已经这样了, 对学生要求也就别高了. 20 | 21 | (1) 我最喜欢踏实勤奋的学生, 这样我们同一类型, 磨合容易. 22 | 23 | (2) 本科水平跟东北大学软件学院的差不多吧, 高水平肯定不来, 太低的来了压力太大. 24 | 25 | (3) 喜欢编程或数学, 不能啥也不喜欢吧. 26 | 27 | 顺便说下, 我还是有点PUSH的. 跟头部/中游985相比, 我在放水; 跟自己学校比, 我勤奋又PUSH. 虽然在学术上PUSH, 但是其他方面我还是很关心自己弟子的. 28 | 29 | ## 毕业生都干啥去了... 30 | 31 | 我19年才回高校, 之前在赚钱. 22年第一届毕业生2位, 去华为和东北大学读博. 23年毕业生2位, 去北大读博和浙江公务员. 24年人数多了4位, 结果期待中... 32 | 33 | ## 欢迎聊天... 34 | 35 | zengrf@swc.neu.edu.cn 36 | -------------------------------------------------------------------------------- /招生信息/中国科学技术大学-谢希科老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 谢希科,男,山西大同人,特任研究员,博士生导师 。计算机学会数据库专委会委员,教育战略学会大数据专委会委员。本硕毕业于西安交通大学,博士毕业于香港大学,曾任丹麦奥尔堡大学助理教授, 2016年以海外人才引进方式回国工作。已在数据管理领域的国际重要学术期刊及会议发表论文约50篇,其中计算机学会推荐A类论文20余篇。曾为多个大数据管理领域顶级期刊和会议担任审稿工作(包括TODS、VLDBJ、 TKDE、SIGMOD、VLDB、ICDE等),曾担任过20多个重要国际会议(包括PVLDB、SIGIR、CIKM、DASFAA)在内的分管主席、和程序委员会委员等。 4 | 5 | 6 | 7 | ## 实验室情况 8 | 9 | 实验室位于江苏苏州,实验室学生一般在合肥校区学习一年后,后面两年将在苏州研究院进行科研工作。 10 | 11 | ## 研究方向 12 | 13 | | 大数据 | 机器学习 | 并行计算 | 分布式系统 | 14 | | :----: | :------: | :------: | :--------: | 15 | | 40% | 20% | 20% | 20% | 16 | 17 | ## 五年顶会及期刊数目 18 | 19 | | 2018 | 2019 | 2020 | 2021 | 2022 | 20 | | :--: | :--: | :--: | :--: | :--: | 21 | | 3 | 5 | 9 | 9 | 6 | 22 | 23 | 论文详细情况请查看:http://staff.ustc.edu.cn/~xkxie/ 24 | 25 | ## 团队成员论文参与比 26 | 27 | 由于实验室的体量较小,包含博士在内,目前仅有20余人,如果按照一篇顶会论文的工作至少有四个参与者的话,那么实验室的每个同学**平均每年都有机会参与至少一篇论文**的工作。 28 | 29 | ## 报名要求 30 | 31 | 已经报名**中国科学技术大学计算机学院夏令营**,且具有夏令营资格(截止6.28,暂时未公布名单,所以大家可以先行联系) 32 | 33 | ## 广告提供 34 | 35 | 该广告联系邮箱为:742035327@qq.com 36 | 37 | 导师联系方式/简历投递方式:xkxie@ustc.edu.cn -------------------------------------------------------------------------------- /招生信息/中山大学-系统软件-苏玉鑫.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 苏玉鑫,中山大学软件工程学院副教授。2019年博士毕业于香港中文大学。研究方向为AI for System,具体涉及操作系统、分布式系统、云原生系统等。在ICSE、ASE、FAST、SIGIR等软件工程、操作系统、人工智能领域CCF A类会议发表论文18篇。 4 | 5 | 更多信息请访问[老师个人主页](https://sse.sysu.edu.cn/teacher/221) 6 | 7 | 老师认真对待每一封来信,**来信必复**! 8 | 9 | ## 我能提供什么 10 | 11 | - 研究方向讲求科研价值与实际系统落地相统一,科研、找工相互促进 12 | - 团队与华为、腾讯等企业界联系紧密,积极提供互联网大厂实习内推。组内同学多数拥有大厂实习经历 13 | - 与香港中文大学吕荣聪教授(ACM/IEEE Fellow)团队紧密合作,提供赴香港中文大学暑研、交流访问的机会以及继续深造推荐 14 | 15 | ## 希望你具备什么 16 | 17 | - 对操作系统、分布式系统、云计算、云原生系统等有浓厚的兴趣 18 | - 有良好的自驱力,在科研深造或毕业找高薪工作方面拥有饱满的热情 19 | - 熟悉除python以外的一门编程语言,例如C/C++, Java, Go, Rust等,拥有良好的编程能力 20 | - 加分项: 21 | - 具有一定的科研经历,了解操作系统或软件工程领域的科研现状 22 | - 较好的英文读写能力 23 | 24 | ## 联系方式 25 | 邮箱:suyx35@mail.sysu.edu.cn 26 | -------------------------------------------------------------------------------- /招生信息/中科院深圳先进院-杨敏.md: -------------------------------------------------------------------------------- 1 | ## 教师介绍 2 | 3 | 杨敏,中国科学院深圳先进技术研究院副研究员,博士生导师,中科院深圳先进院得理法律人工智能联合实验室主任,中国科学院青年创新促进会成员, 深圳市海外高层次人才,深圳市海外高层次人才创新创业团队核心成员,入选美国斯坦福大学发布的2021**全球前2%**顶尖科学家, 入选百度发布的2022年度AI华人青年学者榜单。2017年获香港大学博士学位,主要从事自然语言处理、推荐系统、多模态学习等相关研究,并取得了一系列研究成果,在ACL、AAAI、IJCAI、SIGIR、WWW、KDD、EMNLP、TKDE顶会顶刊上发表学术论文**100余篇**,引用超过3490次,H-index 31(据谷歌学术统计)。担任自然语言顶级会议ACL-2021/2022、EMNLP-2021 领域主席,担任IJCAI-2021、AAAI-2022 高级程序委员会委员,长期担任TMM、TNNLS、TKDE、TACL等知名期刊评审人。更多信息请查看[个人主页](https://minyang.me/) 4 | 5 | ## 实验室介绍 6 | 7 | 中国科学院深圳先进技术研究院数字所高性能数据挖掘重点实验室,目前搭建了由110台高性能服务器构成的、累计840CPU核、总存储容量超过500TB的高性能海量数据挖掘实验平台,已经在大规模数据分析与挖掘方向上取得了阶段性成果。 8 | 9 | ## 研究方向 10 | 11 | 包括但不限于以下方向: 12 | 13 | **自然语言处理**(例如问答系统、对话系统、关系抽取、文本检索等) 14 | 15 | **推荐系统**(例如序列推荐等) 16 | 17 | **多模态学习**(例如多模态检索、多模态对话系统、图片描述生成等) 18 | 19 | ## 招生要求 20 | 21 | 1. 符合中科院深圳先进院2022年接收优秀应届本科毕业生攻读研究生的相关规定,同时需要满足数字所推荐免试的要求; 22 | 2. 扎实的编程能力,良好的英文读写能力,具有科研热情和团队合作精神; 23 | 3. 熟悉深度学习算法、自然语言处理算法者优先; 24 | 4. 在ACM竞赛、数据挖掘/自然语言处理比赛中获得良好名次者优先。 25 | 26 | ## 报名流程 27 | 28 | 1. 请将个人简历等发送到邮箱[min.yang@siat.ac.cn](mailto:min.yang@siat.ac.cn) 29 | 30 | 2. 请查看中科院深圳先进院全国优秀大学生夏令营信息,具体详情请关注[链接](https://www.siat.ac.cn/yjsjy2016/zsjs2016/202205/t20220524_6453480.html) 31 | 32 | ## 广告提供者 33 | 34 | 该广告由[icoderzqliu@gmail.com](mailto:icoderzqliu@gmail.com)提供。 35 | 36 | -------------------------------------------------------------------------------- /招生信息/北京交通大学-任爽老师.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## 教师简介 4 | 5 | 博士生导师,兼任中国机电一体化技术应用协会数字孪生分会秘书长、中国运筹学会智能计算分会常务理事、信息技术新工科产学研联盟虚拟现实教育工委会常务委员、中国图学学会网络图形学专委会委员、中国指挥与控制学会城市大脑专委会委员、中国卫星导航定位协会北斗与元宇宙融合应用专委会智库专家。 6 | 7 | ## 团队简介 8 | 9 | 北交大计算机学院,智能大数据挖掘与虚拟现实研究团队,目前在读博士、硕士30多人及专职工程师队伍,主要研究人工智能、元宇宙、虚拟现实、区块链、大数据等前沿技术。科研项目多,均为国家级重大课题及领先企业实践研发;助研待遇好,参照企业实习标准;团队氛围好,日常轰趴、郊游、体育比赛等,团队融洽团结活泼向上;读研期间快速提升综合技能,增强社会职场竞争力,就业机会多收入高前景好!加入优秀的团队,与优秀的人为伍,个人快速成长! 10 | 11 | 团队介绍主页http://faculty.bjtu.edu.cn/8767/ 12 | 13 | 加入团队的每一位同学奖学金**5000**元,虚位以待。 14 | 15 | ## 联系方式 16 | 17 | 请发邮件到 sren@bjtu.edu.cn,可以注明推荐来源20281202@bjtu.edu.cn 18 | 19 | ## 广告提供者 20 | 21 | 该广告由20281202@bjtu.edu.cn提供。 -------------------------------------------------------------------------------- /招生信息/北京邮电大学-计算机视觉-张跃老师.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 张跃,副研究员,博士生导师。现为IET Image Processing 副主编、IEEE TPAMI 等期刊审稿人。已主持国家自然科学基金和国防装备预研多项,并在国家重点研发计划、国家科技重大专项等多个重大项目中负责图像智能分析核心算法的研制,在全国性人工智能竞赛中获得一等奖/第一名4项,发表 SCI 和 CCF A 类论文20余篇,ESI 高被引论文1篇,Google Scholar 引用1200+次,出版专著1部,授权发明专利4项。 4 | 5 | 主要研究方向:多媒体信息智能处理、计算机视觉、鲁棒可信人工智能。 6 | 7 | 8 | 9 | ## 招募要求 10 | 11 | 直博(招生专业:0810J1人工智能,人工智能学院),专业隶属北邮“信息与通信工程”一流学科。实验室每年共可招收博士生2-3名,招收计算机、数字媒体技术、电子信息等相关专业直博,欢迎有较强动手能力、上进心和积极心态的学生攻读硕博士学位。 12 | 联系邮箱:zhangyuereal@163.com。来信请附:简历+成绩单+初步研究计划 13 | 14 | 15 | ## 广告提供者 16 | 17 | 该广告由 908719967@qq.com 发起。 18 | -------------------------------------------------------------------------------- /招生信息/北京邮电大学-计算机视觉-李学明教授.md: -------------------------------------------------------------------------------- 1 | ## 教师简介 2 | 3 | 李学明,教授,博士生导师。教育部动画、数字媒体教学指导委员会委员,中国电⼦学会信号处理分会委员、 IET 北京分会技术活动委员会主席。获国家科技进步⼆等奖,中国通信学会科技进步一等奖,中国电子学会科技进步一等奖等。在国内外重要学术刊物上发表论⽂共 100 余篇。 4 | 主要研究方向:数字媒体与智能计算领域。
5 | 张跃,副研究员,博士生导师。现为IET Image Processing 副主编、IEEE TPAMI 等期刊审稿人。已主持国家自然科学基金和国防装备预研多项,并在国家重点研发计划、国家科技重大专项等多个重大项目中负责图像智能分析核心算法的研制,在全国性人工智能竞赛中获得一等奖/第一名4项,发表 SCI 和 CCF A 类论文20余篇,ESI 高被引论文1篇,Google Scholar 引用1200+次,出版专著1部,授权发明专利4项。主要研究方向:多媒体信息智能处理、计算机视觉、鲁棒可信人工智能 6 | 7 | ## 招募要求 8 | 9 | 现阶段主要招收直博生。硕士招收时间暂定8月中旬后,会再发通知 10 | 实验室鼓励博士按时毕业 11 | 博士+硕士。博士(招生专业:0810J1人工智能,人工智能学院)、学硕(0810Z1数字媒体技术,数媒学院)、专硕(085410人工智能,人工智能学院)。上述招生专业均隶属北邮“信息与通信工程”双一流学科。实验室每年共可招收博士生2-3名,硕士生约10名。鼓励研究生按时开题、按期毕业。招收计算机、数字媒体技术、电子信息等相关专业直博/硕士,欢迎有较强动手能力、上进心和积极心态的学生攻读硕士/博士学位。 12 | 13 | 14 | 15 | 联系邮箱:zhangyuereal@163.com来信请附 简历+成绩单 16 | 17 | ## 广告提供者 18 | 19 | 该广告由 908719967@qq.com 发起。 20 | -------------------------------------------------------------------------------- /招生信息/华中科技大学-万瑶老师.md: -------------------------------------------------------------------------------- 1 | # 华中科技大学计算机学院万瑶老师招收NLP和计算机系统方向研究生 2 | 3 | 万瑶,华中科技大学计算机学院讲师(硕士生导师),于2019年获浙江大学博士学位,主要研究自然语言处理、程序语言、机器学习以及MLSys。在人工智能和软件工程顶级会议/期刊上发表论文10余篇,包括ICSE、FSE、ASE、ACL、EMNLP、NAACL、AAAI、TOSEM、TSE等。研究获得国家自然科学基金和腾讯犀牛鸟项目资助。组内研究氛围活跃,致力于前沿研究,欢迎想挑战自我的你!:) 更多信息请访问 www.wanyao.me。 4 | 5 | ## 招聘学生要求 6 | - 对学术、科研具有较高的兴趣和自我驱动能力 7 | - 对自然语言处理和计算机系统能力有比较强的兴趣 8 | - 具有较高的编码能力,熟悉编译器和操作系统原理 9 | - 良好的表达能力和英文写作能力 10 | - 国内985/211高校优先 11 | 12 | 欢迎有兴趣的同学邮件联系(wanyao@hust.edu.cn),请附上你的个人简历。我们可以约时间一起聊聊:) 13 | 14 | ### 广告提供者 15 | 广告由 @Zz-dong发起。 可直接联系老师学校邮箱(wanyao@hust.edu.cn),回复较快! 16 | -------------------------------------------------------------------------------- /招生信息/哈尔滨工业大学深圳校区-张永兵教授.md: -------------------------------------------------------------------------------- 1 | ## 教师介绍 2 | 3 | **张永兵** 现为哈尔滨工业大学(深圳)计算机科学与技术学院教授、博士生导师。已获得省部级科技一等奖两项,主持包括国家自然科学基金在内的国家级项目三项、省市级项目10余项。 出版学术专著两部,获50余项国家/美国发明专利;发表SCI/EI检索论文100余篇,获国际会议论文奖2项。 所提深度信息重建方法在由美国自然科学基金委、微软研究院等组织的Middleburry v2双目立体匹配公开测试平台排名第一,是中国计算机学会、中国人工智能学会、中国电子学会、IEEE、SPIE和美国光学学会OSA等多个国内外知名学会会员。 4 | 5 | 国家科技进步奖 (2016,排序4) 6 | 国家科技进步奖 (2019,排序3) 7 | 国家优秀青年科学基金获得者 (2019) 8 | 广东省特支计划科技创新领军人才、深圳高层次人才 9 | 10 | ## 招生信息: 11 | 12 | **欢迎对课题组研究方向感兴趣的优秀的本科生和硕士生保送和报考课题组的硕士和博士研究生,课题组博士后职位也已开放。对科研有兴趣的本科生也可以在暑假期间到课题组进行科研实习。**(清深哈深均有名额可报,具体邮件联系) 13 | 14 | ## 实验室介绍 15 | 16 | 计算病理学背景知识可以参考: 17 | 18 | 组织病理学中的深度学习:通往临床的途径 - 马卡斯·扬的文章 - 知乎 https://zhuanlan.zhihu.com/p/524843836 19 | 20 | 数字病理学中的人工智能 — 用于诊断和精确肿瘤学的新工具 - 马卡斯·扬的文章 - 知乎 https://zhuanlan.zhihu.com/p/524780320 21 | 22 | ## 研究方向 23 | 24 | [计算摄像], [计算病理学], [信号处理] 25 | 26 | ## 招生要求 27 | 28 | 1. 良好的代码编写能力. 29 | 2. 团队合作能力 30 | 3. 有志向从事科研 31 | 32 | ## 报名流程 33 | 34 | 1. 将个人简历、大学本科或研究生成绩单复印件以及任何支持研究能力的材料发送到邮箱 ybzhang08@hit.edu.cn 35 | 2. 同时报哈深和清深, 有意向报名我们组课题之前建议邮件联系(需要通过组内考核) 36 | 3. 本科生科研实习限哈工深本科生,个人情况简单介绍发到邮箱: cy21@mails.tsinghua.edu.cn 37 | 38 | ## 广告提供者 39 | 40 | 该广告由小马哥cy21@mails.tsinghua.edu.cn提供。 -------------------------------------------------------------------------------- /招生信息/四川大学华西医院-李康老师.md: -------------------------------------------------------------------------------- 1 | ## 实验室介绍 2 | 四川大学华西生物医学大数据中心汇集了华西口腔医学院、临床医学院、药学院、公共卫生学院以及基础医学与法医学院的医学多学科优势、临床专科能力,凭借华西医学基础研究和四家附属医院的优质海量数据资源,在全生命周期健康促进理念下,围绕健康管理、临床医疗、慢病管理、健康养老四个阶段,集合四川大学理工科学院优质的专家与技术资源,以学科交叉的创新途径开展研究。承担四川大学双一流超前部署“医学大数据”学科和四川大学“医学+信息”中心建设任务,已建成硬件平台拥有PB级存储的高性能计算平台,可支持多方向的医学大数据与人工智能科研工作。 3 | 4 | 本团队依托华西医院华西生物医学大数据中心,建立了华西医院-商汤科技联合实验室(简称“联合实验室”)和“岷山计划”华西医疗机器人技术研究院两个平台。 5 | 6 | 联合实验室是由四川大学华西医院和国内人工智能领军企业商汤科技联合建立,面向华西医院全院范围开展重大医学人工智能技术问题联合攻关和核心技术研究开发,医学人工智能学科建设、人才培养的科研平台。联合实验室拥有来自华西医院生物医学大数据中心、四川大学、电子科技大学和西南交大的10余名工科教授和商汤科技的10余名研究员以及华西医院多个临床科室的专家,由华西生物医学大数据中心李康研究员任联合实验室主任。联合实验室大力开展与临床科室合作,面向医学问题+人工智能方向的科研产学研医工交叉,联合院内骨科、神经内科、康复医学中心、放射科、超声科、心内科、心外科等多个临床科室基于临床实际问题的技术研发、重点攻关、成果转化和应用推广等,实现更为先进、便捷的辅助诊断、治疗和康复,共同探索和搭建诊-疗-愈流程的人工智能医疗解决方案。联合实验室结合了华西医院深厚的临床研究背景和商汤科技的顶尖人工智能技术,已经承担了多项国家重点研发计划和省级重点课题,是国内医学人工智能领域的高端研究平台。 7 | 8 | “岷山计划”华西医疗机器人技术研究院是由李康研究员带领团队成功获得成都市高新区新型研究研发机构 “岷山行动”华西医疗机器人研究院项目成立的,获资助近亿元。研究院旨在突破微创手术、导航穿刺、人机协作、机器人触觉、安全操控、先进智能材料等卡脖子关键技术,最终实现科研成果的转化,如骨科手术机器人、神经外科手术机器人、穿刺手术机器人、微纳机器人、康复机器人、养老助老机器人等典型医学机器人研制。 9 | 10 | ## 李康导师简介 11 | 李康,四川大学华西医院特聘研究员,博士生导师,四川大学匹兹堡学院教授,科研副院长,华西医院-商汤科技联合实验室主任,成都市高新区 “岷山行动计划”华西医疗机器人技术研究院院长,中科大苏州高等研究院生物医学工程学院客座博导。主要从事医学人工智能、医疗机器人、生物力学、人机交互等领域的研究。曾担任美国知名大学医学院副教授,计算机系和生物医学工程系博士生导师,博士毕业于美国伊利诺伊大学香槟分校,在匹兹堡大学医学院接受博士后训练,受邀担任了临床医学、人机交互和计算机方向3个国际SCI杂志的副主编,主持或参与了近30项科研项目,在国际重要刊物和国际权威会议上发表论文90多篇。 12 | 13 | 导师信息详见: 14 | 15 | 四川大学华西医院         http://yjs.cd120.com/showteacher.asp?id=1071; 16 | 17 | 四川大学匹兹堡学院      https://scupi.scu.edu.cn/faculty-staff/faculty; 18 | 19 | 四川大学电气工程学院   http://ee.scu.edu.cn/info/1044/6553.htm; 20 | 21 | 四川大学机械工程学院   https://msec.scu.edu.cn/info/1121/2940.htm. 22 | 23 | ## 研究方向 24 | ####  人工智能方向 25 | 26 | ####  应用数学与运筹学方向 27 | 28 | ####  医疗机器人(手术/康复/护理/养老/微纳机器人)方向 29 | 30 | ####  骨科和康复生物力学方向 31 | 32 | ####  血流动力学方向 33 | 34 | ####  生物医用材料的3D打印和先进制造方向 35 | 36 | ####  大数据在医学领域应用方向 37 | 38 | ####  医疗设备和仪器可靠性 39 | 40 | ## 招生相关 41 | 欢迎全国各高校优秀学生通过推免/考研/考博到实验室攻读硕士、博士学位。有意者,将个人简历发送至:xuchunyan@wchscu.cn 进行报名。申请人登录四川大学研究生招生信息网夏令营网报平台进行报名(https://yz.scu.edu.cn/xly)。 42 | 43 | 欢迎各位推免生报名李康团队!有意向的同学可将简历发送到指定邮箱或者微信号,并说明感兴趣的专业和方向。获得2022年推荐免试资格的优秀者,可申请我校直博生。 44 | 45 | 联系人:许老师     联系方式:微信号 HXRobotAIrecruit;邮箱 xuchunyan@wchscu.cn 46 | 47 | ### 1. 招生专业 48 | ### 1)四川大学 49 | 学院|招生专业1|招生专业2|招生专业3 50 | :----|:----|:----|:---- 51 | 华西临床医学院|人工智能|医学信息学|医学工程技术 52 | 电气工程学院|控制科学与工程|人工智能|电子信息 53 | 机械工程学院|机械工程|电子信息| 54 | 55 | ### 2)其他院校 56 | 学校/学院|招生专业1 57 | :----|:---- 58 | 电子科技大学/机械与电气工程学院|机械工程(智慧医疗和AI方向) 59 | 西南交通大学/计算机和人工智能学院|计算机科学与技术 60 | 中国科学技术大学苏州高等研究院|生物医学工程 61 | 62 | ### 2. 夏令营信息 63 | ### 1) 四川大学 64 | (1)华西临床医学院夏令营时间2022年7月12-14日,报名时间:自即日起开始报名,截止日期2022年6月12日。 65 | 66 | (2) 电气工程学院夏令营时间待定,报名时间:自即日起开始报名,截止日期2022年6月15日。 67 | 68 | (3)机械工程学院夏令营时间2022年6月28日至30日,报名时间:自即日起开始报名,截止日期2022年6月19日24点。 69 | 70 | ### 2)其他院校 71 | 电子科技大学/机械与电气工程学院、西南交通大学/计算机和人工智能学院、中国科学技术大学苏州高等研究院夏令营时间,请参考相应院校官网。 72 | 73 | ## 申请条件 74 | 1. 拥护中国共产党,热爱祖国,品德优良,遵纪守法,身心健康; 75 | 2. 诚实守信,学风端正,无任何考试作弊、剽窃他人成果及其它违法、违纪、受处分记录; 76 | 3. 夏令营营员对象为优秀应届本科毕业生(2023年9月前取得学历学位证书); 77 | 4. 学习成绩优异、科研潜力突出,预期可获得母校推免资格者; 78 | 5. 热爱科学,对人工智能,医疗机器人等医工交叉专业有浓厚兴趣,有相关专业扎实的基础理论知识和良好的动手或编程能力。 79 | 80 | 81 | 四川大学各学院报名信息详见: 82 | 83 | http://yjs.cd120.com/news/2022053019245779; 84 | 85 | https://ee.scu.edu.cn/info/1019/7872; 86 | 87 | https://msec.scu.edu.cn/info/1091/4005.htm. 88 | 89 | 其他院校请参考相应院校官网。 90 | -------------------------------------------------------------------------------- /招生信息/复旦大学-姜育刚老师.md: -------------------------------------------------------------------------------- 1 | ## 实验室介绍 2 | 3 | 复旦大学视觉与学习实验室由姜育刚教授创立,现有教师6人,在读硕博士研究生53人,已毕业研究生30余人。实验室主要从事计算机视觉和机器学习理论与应用的研究。我们的目标是研发准确、快速、可扩展和值得信赖的 AI 算法,让机器具备像人一样的学习、感知和推理的能力。实验室承担了科技创新2030—“新一代人工智能”重大项目、国家自然科学基金重点基金、国家重点研发计划课题、上海市科技创新行动计划等国家和地方的重要科研项目,以及华为、腾讯、百度等企业的技术攻关需求。 4 | 5 | 近年来,实验室承担了国家科技创新2030—“新一代人工智能”重大项目、国家自然科学基金重点基金、国家重点研发计划课题、上海市科技创新行动计划等一批国家和地方的重要科研项目,以及来自华为、腾讯、百度等行业领先企业的科技攻关项目。实验室研发的系统多次成功部署在国家关键地点和重要任务中。曾牵头获得上海市青年科技杰出贡献奖、上海市科技进步一等奖等荣誉。 6 | 7 | 实验室致力于研究准确、高效、可扩展和可信赖的人工智能基础理论与技术,旨在赋予机器类人的学习、感知和推理能力。近年来,实验室科研成果发表于CVPR、ICCV、ICML、NeurIPS、ACM MM、AAAI、IJCAI、TPAMI、TIP、TKDE等顶级国际会议和期刊,并多次获得最佳论文奖。实验室在谷歌YouTube-8M视频识别挑战赛、华为手机视频识别挑战赛、MediaEval暴力场景检测比赛、全国特定音视频检索识别挑战赛、腾讯广告算法大赛、CSIG轻量化文字识别竞赛等学术竞赛中均取得领先名次。实验室与华为、百度、微软、Meta、谷歌等业内知名企业,哥伦比亚大学、加州大学伯克利分校、马里兰大学、新加坡国立大学、墨尔本大学等全球知名高校有长期合作关系。目前,实验室已毕业研究生30余人,广泛就职于知名互联网企业,或赴欧美一流高校继续深造,十余人荣获国家奖学金、上海市优秀毕业生等荣誉。 8 | 9 | ## 研究方向 10 | 视频理解 11 | https://fvl.fudan.edu.cn/research/videounderstanding/list.htm 12 | 13 | 视觉语言 14 | https://fvl.fudan.edu.cn/research/visionandlanguage/list.htm 15 | 16 | 对抗机器学习 17 | https://fvl.fudan.edu.cn/research/trustworthyml/list.htm 18 | 19 | ## 招生相关 20 | 21 | 热烈欢迎国内外优秀学子通过推免/考博/考研的方式来本实验室攻读博士或硕士学位。 22 | 23 | 我们期待你具有正直的人格、良好的思想品德、饱满的科研热情、牢固的数学基础、扎实的编程功底、优秀的英文读写能力、以及积极的团队协作意识。 24 | 25 | 感兴趣的同学可报名参加复旦大学计算机科学技术学院的全国优秀大学生夏令营活动(推免),同时将简历发至 zxwu@fudan.edu.cn(吴祖煊老师)。申请邮件的主题命名格式为“申请普博/直博/硕士-姓名-学校-专业”。 26 | 27 | ## 实验室官网 28 | 29 | https://fvl.fudan.edu.cn/ 30 | 31 | ## 广告提供者 32 | 33 | 该广告由知乎用户[@libcso6](https://www.zhihu.com/people/glibc)提供 34 | -------------------------------------------------------------------------------- /招生信息/清华大学 - 许华哲老师.md: -------------------------------------------------------------------------------- 1 | ## 教师介绍 2 | 3 | 许华哲老师博士毕业于加州大学伯克利分校,今年夏天将从斯坦福大学博士后出站,加入清华大学交叉信息研究院担任助理教授。[个人主页](http://hxu.rocks/) 4 | 5 | ## 研究方向 6 | 7 | 朝着我们对通用人工智能的追求, 我渴望和有理想的同学合作, 包括但不限于以下方向: 8 | 9 | 1. 深度强化学习 (Deep Reinforcement Learning): 10 | - 基于模型的深度强化学习 (model-based reinforcement learning), 11 | - 基于视觉的强化学习 (visual reinforcement learning), 12 | - 多智能体强化学习(multi-agent reinforcement learning) 13 | - 可泛化的强化学习 (generalizable reinforcement learning)等; 14 | 15 | 2. 机器人学 (Robotics): 16 | - 机械手抓取 (grasping), 17 | - 物体操作 (object manipulation), 18 | - 柔性物体操作 (deformable object manipulation), 19 | - 多机器人协同操作 (multi-robot collaboration), 20 | - 四足机器人 (quadruped robot) 等; 21 | 22 | 3. 计算机视觉、触觉(Computer Vision & Tactile Sensing): 23 | - 视频预测模型(video prediction), 24 | - 视频理解(video understanding) , 25 | - 触觉信号处理(tactile sensing) 等。 26 | 27 | ## 报名流程 28 | 29 | 1. 博士生申请者确认有直博资格。 30 | 31 | 2. 发送email到xuhuazhe12@gmail.com (通常24小时内会回复) 32 | 33 | - 邮件标题: 申请类型-姓名-所在学校。申请类型包括: 直博申请,普博申请,研究助理申请; 34 | 35 | - 邮件内容:姓名、学校和专业,本科成绩和排名(例如5/278),已经发表或准备发表的论文内容, 竞赛/奖学金获奖情况,编程技能; 36 | 37 | - 邮件附件:本科成绩单, 简历。 38 | 39 | 3. 博士申请者请同时关注并且申请清华大学交叉信息研究院优秀大学生夏令营,截止日期在五月左右。 40 | 41 | 具体信息详见[链接](https://zhuanlan.zhihu.com/p/474615424) 42 | 43 | ## 广告提供者 44 | 45 | 知乎[@张楚珩](https://www.zhihu.com/people/zhang-chu-heng) 46 | 47 | -------------------------------------------------------------------------------- /招生信息/清华大学-金欣老师.md: -------------------------------------------------------------------------------- 1 | ## 教师介绍 2 | 3 | 4 | 金欣,女。1977年7月出生,现任清华大学深圳国际研究生院教授,博士生导师。2002年获华中科技大学(原华中理工大学)通信与信息系统工学硕士学位,2005年获华中科技大学信息与通信工程博士学位。近年来一直从计算摄像和多媒体信号处理方面的研究,主持和参与了国家自然科学基金重点项目、国家自然科学基金国家重大科研仪器研制项目、国家863项目等10余项国家和省部级科研项目,在计算摄像和图像处理领域的顶级期刊Optics Letters, Optics Express, IEEE Trans. on Image Processing以及ICIP、ICME等著名国际会议上发表学术论文150余篇,获授权中国发明专利50余项,申请PCT国际专利3项,美国发明专利3项。参与研究的“新一代立体视觉关键技术及产业化”获2016年国家科技进步二等奖;参与研究的“动态立体视觉系统关键技术及应用” 荣获2015年广东省科学技术一等奖;2016年入选“广东特支计划”科技创新青年拔尖人才;2018年获“鹏城学者”特聘教授;此外还先后荣获早稻田大学IT研究机构2010年度奖励赏;IEEE SSCS Seoul Chapter Award等多个国内外学术奖项。 5 | 更多信息请访问[个人主页](https://www.sigs.tsinghua.edu.cn/jx/main.htm)。 6 | 7 | ## 实验室介绍 8 | 9 | 清华大学未来媒体实验室主要研究计算摄影和超低功耗信号处理,特别是光场采集和处理、成像系统和理论,以及散射成像、脑成像等新型成像应用。我们正在进行的项目包括国家自然科学基金重大科研仪器项目和国家自然科学基金项目,为基础研究提供了强有力的资金支持。 10 | 11 | ## 研究方向 12 | 13 | 包括但不限于以下方向: 14 | 15 | **光场成像** Light field imaging 16 | 17 | **散射成像** Scattering imaging 18 | 19 | **成像理论** Imaging theory 20 | 21 | **高维信号处理** High-dimensional signal processing 22 | 23 | ## 招生要求 24 | 25 | 1. 光学工程、信息工程、计算机科学与工程、电子工程或相关领域学士、硕士学位,有计算摄影和多媒体信号处理经验。 26 | 27 | 2. 扎实的**数理基础**和**英语读写能力**,良好的**信号与系统**理论基础,具备一定的**动手能力**。期待具备**光学知识**基础的学生。 28 | 29 | 3. 为人积极向上,具备良好的合作精神和高度主动性。 30 | 31 | ## 报名流程 32 | 33 | 1. 将个人简历、大学本科或研究生成绩单复印件以及任何支持研究能力的材料发送到邮箱jin.xin@sz.tsinghua.edu.cn。 34 | 35 | 2. 请同时关注并且申请清华大学深圳国际研究生院优秀大学生夏令营,具体信息请关注[清华SIGS官网](https://www.sigs.tsinghua.edu.cn/zsjy/list.htm)。 36 | 37 | 3. 关于国际研究生招生的信息请关注[清华研招网发布信息](https://yz.tsinghua.edu.cn/zsxx/gjxs/jzml.htm)。 38 | 39 | ## 广告提供者 40 | 41 | 该广告由haoyh21@mails.tsinghua.edu.cn提供。 42 | -------------------------------------------------------------------------------- /招生信息/清华深研院-智能互联网研究组.md: -------------------------------------------------------------------------------- 1 | ## 清华深研院-智能互联网研究组招募23-24年实习生项目 2 | **关于具体课题组介绍与项目内容,请查看在线[文档](https://docs.qq.com/doc/DRnJCZlZudWNiaXhF)** 3 | ### 1.实习项目:基于机器/深度学习的网络智能分类技术 4 | 将深度学习算法如GAN、对抗学习、原型网络等与流量分类分析任务适配,提升任务性能(ML for Network);在可编程网络设备上实现机器学习系统,进行高吞吐、低时延的流量分析(In-Network ML)。 5 | 6 | 你将获得 7 | * 有CCF A论文发表经验的高年级博士生和导师组指导 8 | * 顶级科研资源与平台支撑,100+GPU服务器,20+网络编程设备 9 | * 增强保研竞争力,表现优异的同学将在2024夏令营中被优先考虑 10 | * 丰厚的实习补贴与成果奖励(科研项目补助与论文发表奖励) 11 | 12 | ### 2.面向对象: 13 | * 大三或其他年级,表现优异者将在清华深研院24夏令营中被优先考虑 14 | * 要求计算机相关专业,有论文/编程比赛/深度学习项目者优先 15 | 16 | ### 3.报名方式 17 | 欢迎各位有志于智能网络研究的同学加入我们,一起探索奇妙的互联网世界! 18 | Email:xgr19@mails.tsinghua.edu.cn,主题注明“实习生”,附上含成绩/排名等信息的简历。 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /招生信息/清华深研院-鹏城实验室-SIG课题组.md: -------------------------------------------------------------------------------- 1 | ## 清华深研院-鹏城实验室联合SIG课题组 招聘研究型实习生【长期有效】 2 | 3 | ### 清华-鹏城SIG课题组介绍 4 | - Smart Internet Group,导师组包括:**清华大学**江勇教授、**鹏城实验室**李清老师等,主要关注“存-算-传”一体化的未来网络架构,包括机器人网络,智能路由,视频传输,网络感知等。目前已经累计在IEEE Transactions on Multimedia,IEEE/ACM Transactions on Networking,IEEETransactions on Parallel and Distributed Systems, IEEE INFOCOM,ACM MM,NIPS,IEEE/ACM IWQoS (Best Paper)等顶级期刊或会议发表论文100余篇,并多次发起知名期刊的Robotic相关的Special issue; 5 | - 研究组联合鹏城实验室、腾讯roboticsX机器人实验室、南方科技大学未来网络研究院等相关团队,具有充足的机器人、网络方面的硬件与软件支持,共同探索未来机器人与网络技术; 6 | - 与字节、腾讯、华为等有良好的合作关系,研究组学生有大量机会参与企业的合作研究工作。近三年培养的学生拿到Offer主要包括华为(天才少年)、Google、Microsoft、字节跳动、腾讯、阿里等。博士毕业人均年薪100万+; 7 | - 团队气氛轻松,注重工作生活平衡,每月课题组都会出经费组织组内团建娱乐,促进交流和身心健康; 8 | 9 | ### 实习简介 10 | - 本实习由清华-鹏城SIG课题组官方组织,旨在招收有潜力的,有读研需求的本科生参与完成质量高,挑战性大的科研任务,期间进行科研能力的训练、培养与**本组推免研招考核**。往期参与实习的同学能力有较大提升,在推免中获得满意的offer(具体见附表); 11 | - 本实习得到SIG课题组老师的大力支持,实习过程正规,具有科研补助、实习证明等实习回报,表现优异者可在夏令营、保研等方面获得更多帮助与支持(具体见实习回报一栏); 12 | 13 | ### 实习科研方向与内容 14 | 15 | 专注于利用机器人学习实现实用化的通用机器人 16 | **Robot Learning for Practical General-Purpose Robots** 17 | 18 | 参考文章: 19 | - GAPartNet: Cross-Category Domain-Generalizable Object Perception and Manipulation via Generalizable and Actionable Parts; 20 | - SAGCI-System: Towards Sample-Efficient, Generalizable, Compositional, and Incremental Robot Learning; 21 | 22 | 23 | ### 面向对象及条件 24 | - 有意向前往清华大学深圳国际研究生院攻读硕士/博士研究生学位的本科生同学; 25 | - 年级:大二全年或大三上; 26 | - 成绩:按照目前绩点来看,应该能够保研(不必苛求排名); 27 | - 专业:计算机、自动化、软件工程等相关专业; 28 | - 精力:能将大部分精力用于科研实习(我们这里很辛苦的); 29 | 30 | ### 工作要求 31 | - 在身心健康的前提下,以科研为全部目的! 32 | - 科研要求严格,不刷paper,不水文章,专心做有意义的可落地的前沿工作; 33 | - 可以远程实习; 34 | 35 | #### 考核流程 36 | 1. 电话面试:测试表达能力、专业基础知识、过往项目经历(如有); 37 | 2. 腾讯会议:PPT讲解一篇论文,并考核英语写作能力、绘图能力; 38 | 3. 进组考察:两个月; 39 | 40 | ### 实习回报 41 | 1. 清华博士生师兄(已有多篇一作ccf-a论文,有四年大厂工作经验)详尽的科研指导; 42 | 2. 高质量的科研成果与相应科研资源支持(给方向,给idea,给设备,给工程指导,给人际资源,给鼓励,还给钱); 43 | 3. 日常补助每月至少1000元(有具体项目推进开始),中论文另有奖励,逢年过节发节日补贴; 44 | 4. 科研表现优异者,将在清华大学深圳国际研究生院的夏令营和保研中被优先推荐; 45 | 5. 清华-鹏城SIG课题组科研实习证明; 46 | 6. 清华大学教授亲笔推荐信(仅前50%); 47 | 48 | ### 联系方式 49 | - 联系邮箱:pengjk23@mails.tsinghua.edu.cn 50 | - 标题:应聘科研实习生-“学校”-“专业”-“年级”-“姓名” 51 | - 内容: 52 | 53 | 1. 简历 54 | 2. 自己排名/专业保研人数(按照目前成绩和往年情况) 55 | 3. 项目经历(科研、比赛、实践等有深度参与的项目) 56 | 4. 自评专业知识(数据结构、机器学习、系统编程)情况(不必都擅长) 57 | 5. 当前研究兴趣方向(如有初步项目构想可自由简述) 58 | 6. 长期职业发展方向(如有意向可简述) 59 | 7. 在接下来半年中,每周可用于实习的时间预估(如:每周40+h) 60 | 8. 性格描述(关于自我管理、人际交往、团队合作、情绪稳定等方面如实自评) 61 | 9. 其他补充性信息 62 | 63 | 我们欢迎有强烈自驱动能力的同学加入我们,心动不如行动,来信吧! 64 | 需要了解更多信息,也可邮件咨询。无论是否录取,我们都会仔细查看,并认真回复邮件。 65 | 66 | ### 附表:往期成员推免情况 67 | 68 | | 姓名 | 实习时间 | 本科院校 | 推免去向 | 69 | | ------ | --------------------- | ------------ | ------------------ | 70 | | 谭同学 | 2021年11月至录取 | 中山大学 | 清华直博(本组) | 71 | | 夏同学 | 2021年1月至录取 | 同济大学 | 清华直硕(本组) | 72 | | 杨同学 | 2021年11月至2022年4月 | 南方科技大学 | 清华直博(其他组) | 73 | | 宋同学 | 2021年12月至2022年4月 | 大连理工大学 | 清华直硕(其他组) | 74 | | 林同学 | 2021年11月至2022年3月 | 吉林大学 | 中科院直硕 | 75 | | 唐同学 | 2022年4月至录取 | 中山大学 | 已获清华夏令营优营(本组) | 76 | | 陈同学 | 2022年4月至录取 | 中山大学 | 已获清华夏令营优营(本组) | -------------------------------------------------------------------------------- /招生信息/西湖大学-人工智能与计算生物学课题组-曾坚阳老师.md: -------------------------------------------------------------------------------- 1 | # 【招生】博士生、实习生 | 西湖大学曾坚阳人工智能与计算生物学课题组 2 | 3 | 西湖大学拥有优秀的科研环境和氛围,在这里你可以和聪明有创造力的小伙伴们一起工作和成长。如果你喜欢做科研,有突破前沿科技的野心,我们邀请你加入,一起创造一个美好的世界。 4 | 5 | 【联系方式】:请见此文第五项 6 | 7 | ## 一.课题组介绍 8 | 9 | 课题组负责人:曾坚阳教授(主页:[https://www.westlake.edu.cn/faculty/jianyang-zeng.html](https://www.westlake.edu.cn/faculty/jianyang-zeng.html))是**国家杰出青年科学基金入选者**,于2012年12月至2023年7月在**清华大学交叉信息研究院(姚班)担任助理教授、长聘制终身副教授,于2023年7月起作为终身正教授加入西湖大学工学院(生命科学学院兼聘)**。他于1999年和2002年分别获得浙江大学的学士和硕士学位。2011年,在美国杜克大学(Duke University)获得计算机科学博士学位。2011年至2012年期间,在杜克大学计算机科学系和杜克医学院从事博士后研究。共发表学术论文80余篇,其中通讯作者论文包括 Nature Machine Intelligence、Nature Communications、 Nature Computational Science、PNAS、Cell Systems、Nucleic Acids Research、 STTT、Protein & Cell、PLOS Computational Biology、Bioinformatics等。成果获得ESI高引论文、“吴文俊人工智能自然科学”三等奖、“中国生物信息学十大进展”、 “中国生物信息学十大算法和工具”、世界人工智能大会青年优秀论文、国际会议ICIBM 2019最佳论文等荣誉。担任国际期刊IEEE/ACM Transactions on Computational Biology and Bioinformatics的编委、计算生物学领域的国际顶级会议ISMB、RECOMB程序委员会委员。 10 | 11 | 课题组长期致力于人工智能和生命医学的交叉学科研究,未来科研方向围绕**AI for Life Sciences**展开,包括: 12 | - 高通量实验方法开发、多组学测序方法开发; 13 | - 基于生物大数据(如单细胞组学数据)的人工智能/机器学习模型开发; 14 | - AI驱动的新型治疗方法开发和生物学知识发现等,例如蛋白质结构设计、药物发现等方向。 15 | 16 | ## 二.课题组成员基本要求 17 | 18 | 1. 对科研有足够的热情、足够的上进心及抗压能力 19 | 2. 对交叉领域有浓厚兴趣,愿意独立思考,渴望做出有影响力的科研成果; 20 | 3. 为人诚实守信,有良好的沟通能力和团队协作精神; 21 | 4. 良好的英文听说读写能力; 22 | 5. 扎实的编程基础,熟练掌握python语言和PyTorch等深度学习编程框架; 23 | 24 | ## 三.岗位及申请要求 25 | 26 | 1. 博士生申请(**2024Fall PHD 有足够的名额,面向应届推免生以及硕士毕业生**) 27 | 28 | 博士生要求: 29 | - 本科就读于国内外一流高校且本科课业成绩或科研成果拔尖,专业涉及到计算机编程(如计算机科学与技术、网络安全、软件工程、生物信息学、电子信息、生物医学工程等均可); 30 | - 英语要求6级480+或雅思6.0+或托福90+; 31 | - 熟悉python语言和pytorch框架,对图深度学习、自然语言处理模型、大模型训练、Transformer等深度学习技术有一定的基础(上述领域熟悉一个即可申请)、有AI顶会/顶刊相关的投稿经验者优先。 32 | - 加分项:对交叉学科(生物信息学、基因组学、蛋白质结构设计、药物发现)有一定了解和领域知识的优先; 33 | 34 | 岗位说明: 35 | 1. **西湖大学与浙江大学计算机专业联合培养,毕业证、学位证均为浙江大学计算机专业。实验室学生本科多来自国内985高校的top学生,且多位学生专业成绩排名前列或在本科就已经发表优秀论文**。西湖大学提供国内一流的生活条件。实验室学术研究氛围浓厚,无硬性出勤要求,无科研之外的工程性任务或行政事务。 36 | 2. 采取**申请考核制**;发浙江大学计算机专业学位证、毕业证;每年 9 月、12 月、和第二年 3 月有多次招生面试。申请细节请参考:[https://www.westlake.edu.cn/admissions_aid/graduate/](https://www.westlake.edu.cn/admissions_aid/graduate/) 37 | (2023.7月西湖大学夏令营已结束,本组仍有大量充足名额,可填报预推免或第二轮、第三轮博士招生,大概在8月学院会发布通知,请关注上方学院网址) 38 | 39 | 2.**科研助理,实习生**(面向大二、大三同学) 40 | 41 | 我们长期招收实习生,只要你对交叉领域有足够的研究热情,并有基本的深度学习基础。要求实习三个月以上,可远程。可以以来本组读博为目的,也可以提高自己,发表高水平论文为目的。曾老师在清华大学曾经指导多名姚班本科生在半年~1年内发表Nature子刊论文。本组无论是本科生还是研究生出路都非常好,例如:在佐治亚理工大学担任助理教授,在微软亚洲研究院(MSRA)担任研究员,在佛罗里达大学担任助理教授等等。 42 | 43 | ## 四、工作待遇及我们的优势 44 | 45 | 通过选拔入围的学生将在我们的实验室获得稳定的工作环境和顶级的研究设施,同时我们会根据他们的兴趣和需求提供个人职业发展的支持: 46 | 47 | 1. 纯粹的研究环境:实验室遵守国际一流实验室的研究模式,目标是发表影响力高的学术论文(例如Nature子刊等)。 48 | 2. 充实的科研指导 49 | 如果选拔学生来自其它领域(如应用数学、统计学等和本组研究课题十分相关的专业),或正处于研究开始阶段,但对交叉学科有足够的热情和兴趣,且有上进心和自学能力,将由团队中经验丰富的学长姐提供具体的科研指导,在最初阶段辅导他们入门。 50 | 如果选拔学生在深度学习/交叉领域有一定的基础,他们将在与老师讨论后,基于共同兴趣来确定研究方向,并与组内其他同学合作完成项目。 51 | 3. 科研交流与合作:我们鼓励实验室内的成员以及与国内外学术团队(包括高等学校和企业)进行多角度的科研交流与合作。 52 | 4. 丰富的计算资源:西湖大学拥有强大的计算中心,能够提供如A100等高性能的计算卡。 53 | 5. 对于表现杰出的同学,我们课题组将会提供支持他们进一步深造或就业的机会。 54 | 55 | **本组团队成员上进心十足,团结一致,学术氛围浓厚,师兄师姐均能为新进组同学提供帮助。此外,本组近些年每年均有高质量论文产出,且获得国内外媒体报道,在生物信息学领域深耕多年,有非常丰富的经验,欢迎优秀的同学发邮件申请**。 56 | 57 | ## 五.应聘方式 58 | 59 | 请将以下材料以一个压缩包(包内文件格式为PDF)形式**发送至zengjy@westlake.edu.cn邮箱,并抄送lishuya13@tsinghua.org.cn**。邮件标题请注明:“应聘[岗位名称]-[学校专业]-[所在年级]-[申请者姓名]” (如:应聘博士生-清华大学计算机系-2020本科-张三),压缩文件包也请按照此模式命名,对于符合要求并通过初审者,我们将会邮件通知安排面试。如有任何其他问题(包括组内氛围,目前方向等),欢迎邮件咨询组内学生(lishuya13@tsinghua.org.cn, 请同样附上自我介绍材料)。招聘启事在岗位招满前有效。 60 | 61 | 1. 个人简历; 62 | 2. 代表性成果(如已发表/在投学术论文、项目报告、获奖证书、本科期间成绩单/排名、英语成绩、GitHub主页等能证明申请者科研学习能力的材料)。 63 | -------------------------------------------------------------------------------- /招生信息/香港中文大学(深圳)- 查宏远教授.md: -------------------------------------------------------------------------------- 1 | ## 教师介绍 2 | 3 | 查宏远教授现为香港中文大学(深圳)校长讲座教授,数据科学学院执行院长。查宏远教授 1984 年毕业于复旦大学数学系,并于 1993年获得斯坦福大学科学计算专业博士学位。查教授于 2006 年至 2020 年任职于佐治亚理工学院计算机学院,1992 年至 2006 年任职于宾州州立大学计算机科学与工程系,他也曾于 1999 年至 2001 年任职于 Inktomi 公司。他目前的研究方向是机器学习及应用。查教授在计算机等相关领域的主流科技期刊和顶级学术会议上发表 300 多篇论文,据谷歌学术统计,截止 2021 年 4 月,谷歌 H-index 79,总引用率超 25,100 次。曾荣获多项重要学术奖项,如 Institute of Mathematics and Applications(IMA)授予的“莱斯利福克斯奖(Leslie Fox Prize)”二等奖(1991 年),第 34 界 ACM SIGIR 国际信息检索会议(SIGIR 2011)最佳学生论文奖(指导教授)(2011 年),第 26 届 NeurIPS“最佳论文奖”(2013 年)。学术主页[https://scholar.google.com/citations?user=n1DQMIsAAAAJ&hl=en](https://scholar.google.com/citations?user=n1DQMIsAAAAJ&hl=en) 4 | 5 | 王趵翔教授现为香港中文大学(深圳)数据科学学院助理教授。王教授于 2014 年在上海交通大学获信息安全专业工程学士学位;其后赴香港中文大学计算机科学与工程系深造,并于 2020 年获博士学位。王趵翔教授的研究方向包括强化学习,在线学习和学习理论等,他的研究成果曾发表在国际学习表征会议、国际人工智能联合会议等知名国际会议上。就读博士期间,他曾在阿尔伯塔大学、纽约 Cubist Systematic Strategies 公司、普林斯顿西门子研究所、香港应用科技研究院等机构参与研究项目。个人主页[https://bxiangwang.github.io/](https://bxiangwang.github.io/) 6 | 7 | ## 招生信息 8 | 9 | - 查宏远教授和王趵翔教授招收博士后、研究助理和博士生,可选方向包括**机器学习,强化学习,在线学习,博弈学习**等; 10 | - PhD 学生要求有扎实的**数学基础**,**代码能力**和**研究经验**加分。学校实行与北美相同的教学体制,**学制五年**,毕业授予**香港中文大学学位**; 11 | - Postdoc 要求扎实的**数学基础**和出色的 **publication record**; 12 | - 职位提供**有竞争力的薪酬**和**额外优厚补助**。 13 | - 有意申请的同学请将简历发送至 **bxiangwang@gmail.com**,并注明感兴趣的研究方向。 14 | 15 | 具体信息详见[链接](https://mp.weixin.qq.com/s?__biz=Mzg4NDY1NDU1OA==&mid=2247486869&idx=1&sn=0e646e60fd4c094e143e81a2ef190eb6&chksm=cfb5a524f8c22c32199b20c9a644e2c3e26db583190821598c5206e88a71b1d495d2c7422cac&mpshare=1&scene=23&srcid=10308ieaN3ZUAgKZO3FI4tnX&sharer_sharetime=1635595445014&sharer_shareid=710dc54e19ee9587cfef2219a61642fa#rd&ADUIN=1571340272&ADSESSION=1648706502&ADTAG=CLIENT.QQ.5881_.0&ADPUBNO=27206) 16 | 17 | ## 推荐人信息 18 | 19 | 该广告由 zkp0819@sina.com 发起。 20 | 21 | --------------------------------------------------------------------------------