fastai中文社区

fastai中文社区

@fastaichina

fastai学习社区

北京
10
Followers
0
Following
54
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 3 owned repositories

449K Total LOC
C
354,904 lines
79.1%
N/A
C++
43,457 lines
9.7%
N/A
Cap'n Proto
38,727 lines
8.6%
N/A
Go
8,797 lines
2.0%
N/A
Makefile
1,708 lines
0.4%
N/A
Other
1,039 lines
0.2%
N/A
I

I-Shaped Developer

I-shaped

Specialist — deep expertise in C

C
C++
Cap'n Proto
Go
Makefile

Collaboration Network

Global Impact visualization

LIVE
fastai中文社区
0 active collaborators

Repos

54

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

0 days
0
Contributions
0
Commits
0
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More
Following
0 total

Not following anyone yet.

Synced via GitHub

Top Repositories

deeplearning1

Experiments for Jeremy Howard's deep learning courses

1 0
Jupyter Notebook
AWS-deep-learning

Installation scripts for CUDA, cuDNN, TensorFlow, Caffe, etc. on Ubuntu machines

0 0
Shell
AWSGPU_DeepLearning

Code to setup AWS GPU instance to run Daniel Nouri's Facial Keypoints competition

0 0
Python
jupyterhub-pydata-2016
0 0
Jupyter Notebook
jupyterhub

Multi-user server for Jupyter notebooks

0 0
Python
Emotion-Recognition-RNN

Recurrent Neural Networks for Emotion Recognition in Video

0 0
Python
Emotion-Detection-in-Videos

The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.

0 0
Python
12-

12小时入门深度学习资料

0 0
Jupyter Notebook
TaiKu_Course_1
0 0
machine-learning-stanford

Notes and Octave/Matlab code for introductory Machine Learning theory.

0 0
MATLAB

Open Source Impact

Contributions to external projects

0 merged PRs

No external contributions found.